Alexander Arvidsson

Results 72 comments of Alexander Arvidsson

Any update on this? I would really need to be able to choose which characters to include in a "word". In my case, I need to include underscores in the...

I ended up writing my own stepper which goes character by character and includes options as to which characters to include. If anyone is interested, here it is. You may...

This problem is also something I am running into right now. If the pane is not completely scrolled to the top, it will work as intended, but if the scroll...

No, I am only basing this on the warning from `@nandorojo/swr-firestore`. I have forked the project and added the following lines to `serializeEntity`: ``` ['id', 'exists', 'hasPendingWrites'].forEach(field => { delete...

It does make sense though, look at the fields that every document contains: ![image](https://user-images.githubusercontent.com/2972103/99008420-6bb69b80-2546-11eb-9951-9f9829702b04.png) Wouldn't this mean that `ref, exists, metadata, id` are reserved?

I also noticed you cannot combine -l and -a into -la in `colorls`, while I can do that in `ls`. Not sure if you can do this with other flags...

If `colorls` should become a drop-in replacement for `ls` I think the current flag system is incorrect. `ls` uses flags as attributes, one letter per 'option'. As such you can...

@athityakumar, I would be happy to work on it, however in order to provide `colorls` as a drop-in replacement for `ls` we need to get rid of flags longer than...

@athityakumar, If they're being renamed to `-D` and `-F` that's alright to me. `-sd` can be both `-D` and `--sd`, and `-sf` should be `-F` and `--sf` in order to...

The reason this happens is not because of lsp-ui directly, but lsp-ui sets `track-mouse t` when it sets up the mouse for lsp-ui-doc-mode, but in doing so, emacs will cancel...