J Phani Mahesh

Results 13 comments of J Phani Mahesh

This is a great idea! Sharing rules will be good. I was planning to track my rules in git, but discovered that though rules can have comments, the moment they...

This issue also exists with `vim-scripts/numbers.vim`, which does pretty much the same as the `augroup rn_autonumber` above. The culprit seems to be `set relativenumber` on `BufLeave`, which is why the...

With #209, I believe a better fix would be to setup `autocmd BufLeave goyo_pad setlocal norelativenumber` for the configuration above, and to use `let g:numbers_exclude = ['goyo_pad']` for [numbers.vim](https://github.com/vim-scripts/numbers.vim)

Not having a Nothing implementation by default makes using kotlinx.serialisation impossible with any libraries using ~~higher kinded types~~ parameterised types. Since the types are not owned by application authors in...

My bad, yes. I meant parameterised types that use Nothing, which isn't uncommon.

The existing implementation of `serveStatic` is broken and the example straight out of docs does not work. I have wasted a couple of days due to that, and now switched...

I can confirm that it is impossible to not hit a NotAuthorizedError when trying to serve static files. Explanation same as above.

I can't decide whether I Iike LS's `for .. else` or python's. Both are good, for their own usecases. If python used the keyword nobreak instead, I would have liked...

Auto renaming might not be a good idea. I propose that an error should be thrown on trying to `require! keyword` with a message asking user to rename the module....

Looks like with Chrome and Firefox working on headless modes, PhantomJs is going to be discontinued. Is this issue still relevant?