Tomáš Kohout
Tomáš Kohout
I think this is a great feature to have, we should think about the API naming well because we will have to keep it for the future versions. This is...
Thanks @michalkvasnicak, yes, that set me in the right direction. I got my usecase working now. For anybody who would find this useful, I did: ``` subscriptions: { onConnect: async...
Same here: ``` rm -rf node_modules npm install --arch=x64 --platform=linux ``` still installs the macosx binaries As a temporary workaround (for pngquant in my case): Download the linux binary to...
I have finally found some time to do the release, sorry for the long wait. If someone would like to help with maintaining the repo I would be happy to...
Thanks a lot for your contribution! There are two reasons why I think it might not be a good idea to add this to the repo: 1) `~~>` is easily...
It doesn't crash because you have two relationships between Employee and Shop (in core data) - shop and work. The core data is confused and populates the other relationship which...
Though not sure why it was happening, adding: ``` typealias StructureType = StoredEmployee ``` usually solved the problem for me.
Hello, what kind of sign in are you using with your account?
Yes, seems like a bug. Contributions are welcomed
It might’ve been good to add an option for env variable, unfortunately i won’t be able to contribute to the project in the near future. Have a look at the...