Boris
Boris
@rijkvanzanten hi! :) here is my attempt to fix #13354, basically, I read items before doing validations and use them to correctly count the final number of relations. The code...
@rijkvanzanten makes sense, though for the clarity it would indeed be better to discuss this in discord :) When are you available for a quick call? (my discord: qborisb#3596)
In my case, dropping the `_build` folder and running `mix tailwind.install` again helps
Yeah, perhaps automatic generation of `app.css` and `app.js` can be avoided?
@br41nslug hello! Thanks a lot for the feedback & sorry for the late response, I've been a bit busy lately :) Seems like it's not a bug because of my...
@br41nslug @azrikahar so, any updates regarding this PR? Would love to see it merged :)
Hello, @rijkvanzanten! Any there any feedback points that I can already address? Also, I still need to implement the error messages in case you edit a file that has image...
@azrikahar Hello! Rijk mentioned that you were going to make the feature in this PR into extension, what's the status of it? Would be nice to get it done! :)
> ```json > "ctrl-shift-u": "vim::ScrollUp", > "ctrl-shift-d": "vim::ScrollDown", > "ctrl-u": ["workspace::SendKeystrokes", "ctrl-shift-u z z"], > "ctrl-d": ["workspace::SendKeystrokes", "ctrl-shift-d z z" > ``` Would love to make the same bindings, but...
@ConradIrwin I get the following warning if I use vim::MoveToNextMatch: 