Margarita Krutikova
Margarita Krutikova
There doesn't seem to be any syntax highlighting for F# code, are there any plans to add F# support? Thanks!
The user should be able to enter the name of his collection into an input field which then redirects to the main page for that collection. Currently you have to...
I am using `graphql_ppx` with `reason-apollo` and I am struggling with cache updates in `apollo`. The objects in cache are plain JS objects, that are parsed when read from the...
According to [`reason-react` docs](https://github.com/reasonml/reason-react/blob/master/docs/instance-variables.md) instance variables should be stored in `state` and be marked with `ref` instead of `mutable` to prepare for concurrent react. I am unsure whether this makes...
I am pretty sure a lot has changed since [this](https://zaid-ajaj.github.io/Fable.Remoting/src/dotnet-integration-tests.html) example of writing integration tests was written, I haven't managed to compile it even after making a lot of changes...
I created a project with `lein new figwheel` and running `lein figwheel` fails with: ``` Figwheel: Cutting some fruit, just a sec ... Could not find artifact org.clojure:clojurescript:jar:1.10.775 in central...
### Description `FSharp.Data.GraphQL` doesn't work for `Fable`. There is nothing about it mentioned in the readme and the docs say the opposite, that [it is supported](http://fsprojects.github.io/FSharp.Data.GraphQL/). After sitting with it...
## Ask your question here I am using virtual actors and have encountered a situation where the actor throws `DaprException` with its `InnerException` set to `RpcException` with more details on...