-
전반적으로 과제 열심히 해주신것 같아서 자세한 리뷰는 아래에 따로 남기도록 하겠습니다.
api호출 하는 부분을 리덕스 thunk 혹은 react-query를 사용하셨다면 더 좋았을 것 같습니다~
-
It would be great to have the option to format a struct field or enum variant as a hardcoded string. For example:
```rust
#[derive(Derivative)]
#[derivative(Debug)]
struct Foo {
#[derivativ…
-
const store = createStore(rootReducer,
compose(
applyMiddleware(thunk.withExtraArgument({getFirebase, getFirestore})),
reactReduxFirebase(fbConfig), // redux binding for firebase
red…
-
-
I would expect this test suite to fail:
```scala
import munit._
import scala.concurrent.{ExecutionContext, ExecutionContextExecutor, Future}
object RunNow extends ExecutionContextExecutor :
…
-
Hi,
i've read closed issues about same problem, but nothing change.
Always the same during yarn -s process, i've got many unmet dependencies.
I tried to fix them manually, but nothing work that…
-
Hello!
I'm encountering some issues compiling FFmpeg following the [guide](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu)
Specifically, I see the following errors (`measure_time` is just …
-
http://blog.isquaredsoftware.com/2017/01/idiomatic-redux-thoughts-on-thunks-sagas-abstraction-and-reusability/
-
Cant build the package on nixos. Gives me this errror:
```
error: attempt to call something which is not a function but a set: { type = "derivation"; __ignoreNulls = true; __structuredAttrs = «thun…
-
**Is your feature request related to a problem? Please describe.**
In the module system a common mistake is to make `imports` depend on a module argument that's not in `specialArgs`, such as `pkgs`…