Linus Miller
Linus Miller
Well i use fzf to move between buffers too! But i do use the previouis buffer command as well, just saying that `:b#` breaks after exiting ranger without opening a...
@mauroporrasp press Ctrl + B! you need fzf set up... install fzf in your OS and add [fzf vim](https://github.com/junegunn/fzf.vim) to vim EDIT: hmmm i realised `Ctrl + B` is not...
@mauroporrasp it's A LOT faster
Well, in the section i linked to in my post. To be more specific... In the "data" code this helper is defined: ``` "hasFriendsHelper": function() { return this.friends.length > 0;...
any updates on this? the score for newer posts (newer than a year and half or so) are almost always 1... older posts have higher but most often still slightly...
Turns out this is very simple to fix. I havent had time to check which ones of these are actually needed... but i fixed it by changing lines 511 -...
@developit i know you have a lot of more important stuff to focus on, but would love to get some feedback on the changes i propose here...
@Akiyamka :heart_eyes: really happy to hear you like the changes! you only really need access to `getState` and `action`... access to `setState` becomes kind of redundant now that calling other...
@aduth hello stranger. i opened a couple of pull requests with rather substantial changes that i personally think greatly improves unistore and was looking for some feedback on. i'm assuming...
This should probably not be merged into the 3.4.x branch, as it would be a breaking change. Full ESM support (including package exports) was merged in https://github.com/toji/gl-matrix/pull/432 and released in...