Simon van Noort

Results 13 comments of Simon van Noort

For those still running into trouble getting the line numbers working, feel free to check out https://github.com/sergioramos/remark-prism/issues/79#issuecomment-1213313852.

Simply running `Reload All Gradle Projects` is what fixed the issue here. This was after an update to gradle-intellij-plugin `1.17.0` (not sure if the update made any difference). I'm using...

Hi all, It seems that a new MacOS app was launched (years ago AFAIK), changing the layout around quite a bit (much deeper in terms of nested groups (e.g., `group...

Hey @huyz, thanks for reporting the issue! I looked into the issue and just created a [quick fix](https://github.com/Noorts/Toggler/commit/745d3eceed2f320a15bf96d80512c6e2e8a205fb). This fix adds limited support for tab indents to the plugin. It...

Thanks for [mentioning](https://github.com/glanceapp/glance/pull/176/files#diff-a8abdcb9bc714f80410445d173c40592b6966d7a927990bf8eb6eac94cf61c1aR47-R51) this thread @3rd! For now, if you want to achieve this manually, just subscribe to the channel's videos (which exclude shorts) instead of the channel itself. Do...

Welcome back @timurproko and thanks for the feature request! I'll have to take some time and consider including such functionality in the plugin. Currently Toggler offers some very simple core...

The (now 5 years out-of-date) [Shifter plugin](https://plugins.jetbrains.com/plugin/6149-shifter) does have support for this. They seem to be using a custom toggle definition format for it. The VSCode Toggler has supported this...

Might want to consider switching from JSON to YAML as well. This could simplify the parsing (e.g., need for boundary characters).

The key problem will be ensuring that current users of the plugin do not lose their toggles when they update. Combining this with the code debt described in #13 might...

#89 addressed the main portion of work necessary. There are however a few follow ups. This issue remains in use to track those.