Viktor

Results 91 comments of Viktor

@dispix when you say "the current hooks" do you mean the hooks in this repo or the React hooks API? It would be great to have some kind of notice...

You're right, two months is a long time. I've found your repo through one of the "awesome-react-hooks" repos and at first thought it's maintained, since it's there. Then I figured...

Thanks for the detailed writeup @Mifrill! I agree with what @Mifrill wrote. (I'd only change `merge` to `merge!` in the last example: `uri.query_values.merge!(test: => "new") # bang!`) > I could...

One more thing: ```rb uri = Addressable::URI.parse('https://ex.com/?') uri.query_values = uri.query_values.merge(op: 5) # => { op: 5 } uri.query_values = uri.query_values.merge(op: 5) # => ArgumentError: comparison of Array with Array failed...

That might work! I'm curious how it would work after deployment. 🤔 It might be a bit inconvenient to have to add `figaro exec` before every command. Plus, heroku is...

Basically, I noticed this while reviewing a PR and I couldn't forget that this request is being made every 5 seconds. :D

That's interesting idea. Although I wouldn't say 300px of scrolling, as user could have some custom CSS script installed (I do), which could keep the header sticky on top (ok,...

> It will be difficult to use deep_pluck with GraphQL since it have to know all selected fields including nested child fields before querying. As far as I know, we...

Daaaamn! At first glance, this looks amazing! Thank you, @khiav223577! When I find time, I'll try to add this to my project and let you know how it goes. I'm...

I don't really think it's a bad idea, especially, since you need to disable it only until you install mySIMBL. Afterwards you can enable it. I actually have even more...