Milán Nagy

Results 49 comments of Milán Nagy

@tristanls Does `$node.val()` also miss the last entered character if you bind for the `keyup` event (instead of `keypress`)? I hope it can be done more elegantly without `setTimeout`.

Being discussed over here: https://github.com/xlexi/alientube/issues/202

Started watching both issues. I'm not sure about which way I prefer yet, but an option is almost always better than no option at all, isn't it?

Great! I'd quite like if more than 8 could be supported as well. I'm also experimenting with `bookkeeper`, which does seem to support unlimited amount of fields (tried with 9...

This question interests me too. Is the problem the type of `parseExp :: String -> Either String Exp`? And if so, couldn't we have an additional function of type `parseExpQ...

I'd also like to provide a use-case as a response to "a feature most people won't use": I have begun to write a simple assertion QuasiQuoter that I use to...

Intuitively, I tried setting the page-id to empty (like this: `page:{id: ''}`), but it doesn't seem to work: ``` html resource create projectId display edit ```

Related: https://github.com/abstiles/deluminate/issues/420 This used to be a solution: https://support.google.com/chrome/thread/22702454?hl=en

Potential workaround for now, perhaps until it gets completely removed: https://www.reddit.com/r/chrome/comments/dsss44/bring_back_overlay_scrollbars_on_chromeflags/ Haven't tried it yet if it works or not.