Gary Oberbrunner

Results 273 comments of Gary Oberbrunner

I'm trying your fork now (the `andrew-sw/treesit-el-support` branch of that fork). I had to modify the `ts-fold-range-alist` to add the new `-ts-` major modes in the latest emacs, e.g. `c++-ts-mode`,...

I also found that `ts-fold-close-all` needs this small patch: ```diff @@ -307,7 +319,7 @@ If the current node is not folded or not foldable, do nothing." (interactive) (ts-fold--ensure-ts (let* ((node...

@AndrewSwerlick patches sent to your fork. Thanks for that!

I am using Andrew's fork plus some patches (see [above](https://github.com/emacs-tree-sitter/ts-fold/issues/48#issuecomment-1414706359)), my patches at https://github.com/AndrewSwerlick/ts-fold/pull/1, with emacs built from trunk a few days ago, with built-in treesit module. There are still...

@abougouffa this looks good; how does it compare to @AndrewSwerlick 's version I wonder?

I would think so, though you'll still need to add types for the things you add to the Vue prototype. I'm just getting started with vue-shepherd (migrating from vue-tour) and...

I'm realizing the same thing -- I think it's trivial to just use `shepherd.js` in my Vue app, no real need for this wrapper. I just made a `Tour.vue` that...

OpenFX uses it: https://openfx.readthedocs.io

releng-aswf now invited to openfx (https://openfx.readthedocs.io/en/latest/). We have quite a few references to the readthedocs.io URL on the site and in the code, so once it's switched we'll have some...

Just found this by googling... did this ever happen?