Jake Dube

Results 12 comments of Jake Dube

Those appear to be (in order): 1. 166 2. 9478 3. 9474 4. 9144 5. 9615 I found those with the following Python 3 code: ```python3 for a in "¦┆│⎸▏":...

My simple add-on: https://gitlab.com/integrity-sg/zip_addon_reloader may be of some use to you. It doesn't skip any files as you suggested, but once set up (which takes less than 5 minutes to...

Just bumping this with another example: I'm using the websocket extension which requires hx-swap-oob, so to get transition animations I need more than just setting a settle/swap delay like I...

Specifically this (and don't forget the comma) ``` default_workspace='CWD', ```

Same issue on my end

Just fixed it for my production app as well. Appreciate the quick hotfix @agieche

@josswright @jfmoulin I really wanted this, so I spent the last few days getting it to work. I've got the changes up on my fork of the project, but sometime...

@josswright Not sure if you forgot about my fork that gets 95% of the way there...I still use this on a regular basis for myself and just don't think the...

@josswright For most cases, proper punctuation will do, but I've not implemented everything for sure. I think it works in most cases though, as long as it is _normalish_ prose...

@josswright I don't think that is possible IIRC, but you should look at my changes here to get the main idea: https://github.com/ekaj2/limelight.vim/commit/80b028b3eece06eb04c9b232340e5d154f82fce8. Essentially you use `searchpos` to find the column...