Sergey
Sergey
@kasual1 that would be great! It should be somehow easy to add rxjs support to https://kikko-doc.netlify.app/plugins/reactivePlugin . You have listenQueries, and unsubscribe from listened queries 🙂
@chrishough I have created new file `.atom/rubocop` with `chmod +x`: ``` #!/bin/bash source ~/.rvm/scripts/rvm rvm use --your_ruby_version--@--your_gemset(if you use)-- &>/dev/null rubocop $@ ``` Don't forget to replace `your_ruby_version` and `your_gemset`....
We have the same issue, and not sure under what condition it happens. The code fails here https://github.com/electron-userland/electron-builder/blob/346af1d470ebbf12733a9619a2389bcfdf452bc6/packages/electron-updater/src/windowsExecutableCodeSignatureVerifier.ts#L33
@apotonick sorry, but I haven't ever worked with Trailblazer-style forms. So, please, give me exmaple, what `app/concepts/comment/contract/create.rb` will contain after `g contract comment/form/create ...`
@kdabir good idea! I will take a look soon
This will also fix websocket problems with ios safari https://github.com/enisdenjo/graphql-ws/discussions/290
@joanrieu hmm, I suspect it will not work for iOS. Also, you will need somehow to know that the server received that message to be 100% that the connection is...
That will be a great feature, I really miss it 👍
I am developing https://github.com/quolpr/quicktest.nvim , and found same issue to. And on big loads a lot of memory are leaking. Not sure what is the reason, maybe extmark could be...
@m00qek btw, not related but could you remove print here, it spams messages log 🙂 https://github.com/m00qek/baleia.nvim/blob/4d3b27dbec65a44ceecd9306f605a980bcf4e9b1/lua/baleia/locations/ansi_codes.lua#L32