-
When the global obelisk command is invoked in a user project, it will hand-off execution to the project's pinned obelisk. This is essential for users who work with multiple projects which may be on dr…
-
More of a question on whether this makes sense than a feature request. I could see it replacing or complementing `@thunk( of unbroadcast(...))` for rules such as https://github.com/JuliaDiff/ChainRule…
-
I've been trying out this library as I jump into learning Julia and I'm wondering what support there is for missing values in the dataset. Any recommendations that you have based on your experience fo…
-
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…
-
See https://developercommunity.visualstudio.com/t/Functions-dllimported-from-arm64ec-dlls/10670642 ; the same issue reproduces compiling with clang-cl. My best explanation for what's happening is tha…
-
When used with RTK, it conflicts with their own thunk implementation and the invoke parameter isn't actually passed into actions.
-
I recently fixed a strictness problem affecting an identity law for the `Monad Tree` instance. We should verify that strictness is okay for the associativity law, and similarly check strictness for th…
-
전반적으로 과제 열심히 해주신것 같아서 자세한 리뷰는 아래에 따로 남기도록 하겠습니다.
api호출 하는 부분을 리덕스 thunk 혹은 react-query를 사용하셨다면 더 좋았을 것 같습니다~
-
It works on PC,MacBook and Android devices: Takes photograph without viewfinder. Great!
Unfortunately it fails on iPhone and iPad.
Reported earlier to a support staff. Check this app by support staf…
-
Since yesterday, I have been working on a SRFI 226-compatible implementation of delimited continuations for Chibi Scheme (see here for the current development: https://github.com/mnieper/chibi-scheme/…