-
Is it possible to implement something like the subject?
So that a framework maintainer could provide a required API and get the framework automatically integrated into VSCode test runner.
-
```
For GWT, Android and other environments where reflection is unavailable or
inefficient, we should
create another implementation of Guice.createInjector() that uses compile-time
code generation …
-
### 객체 지향
1. 객체 지향이 뭐예요?
Object Oriented Programming
객체가 상태와 기능을 갖고 있어서, 객체들끼리 소통하는식으로 프로그래밍을 하는거예요.
객체가 각자 자기만의 역할과 책임을 갖고 객체들끼리 협력 하는 거예요.
예를 들어 면접관이라는 객체가 있고, 면접자라는 객체가 있고, 면접결과라는 객체가 있으…
-
```
For GWT, Android and other environments where reflection is unavailable or
inefficient, we should
create another implementation of Guice.createInjector() that uses compile-time
code generation …
-
# Overview
Every blueprint `main.rs` needs to re-implement repetitive run and registration code which oftentimes has only a few minor differences across different blueprints. This should be abstracte…
-
Reviewing #575 I realized that we needed to introduce a default NoOp query when no queries are defined to fix an error with GraphQL schema validations, and digging a little bit I found that it could m…
-
The purpose is to be able to move Swagger etc. out of Xitrum core, to xitrum-swagger plugin etc. This way we can develop/upgrade plugins independently from Xitrum core.
1.
We need to design an entry…
-
Hi!
Thanks for a great framework! I've used it in the past, and hope to get it working with my current Razor Components project.
Steps to recreate:
1. Install the [prerequisites](https://docs.m…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Hi. I have no idea if its bug or feature.
I had a QuartzBackgroundWorkerBase job name Iftmi…
-
It was quite noticeable that there are quite a few improvements can be made on your ViewModel layer. As of now, all the network calls are executed directly in the ViewModel and there is no Network lay…