Daniel Inama

Results 10 comments of Daniel Inama

Could you please add a title to your issue? The swipe back sensitivity is controlled by iOS and we have no influence on it or are talking about "Navigation Everywhere"?

Yeah Winston currently doesn't actually check if the API key actually works or is set correctly and it will always say that everything is working. This is definitely something we...

Could you mean child comments instead of sister comments? So a feature that only shows the topmost (parent) comments and collapses everything else?

What should be displayed there? Because Reddit doesnt do "Top Subreddits" anymore

The only way to display custom items in the menubar appears to be through the use of [AppKit](https://stackoverflow.com/a/77151126). I successfully implemented this approach: https://github.com/frostplexx/AeroSpace/tree/monospace-menubar, and it generally works well, except...

Thanks for your feedback! Could you elaborate on the two way sync a bit? Do you want to be able to create issues from within Obsidian?

I don't think its possible to dynamically load formatters and linters like that as both conform and nvim-lint only take the `formatters_by_ft`/`linters_by_ft` tables as options in their setup functions. setup...

@Zeioth as of 1.2.0 its possible to dynamically load linters and formatters. Please refer to the README for instructions!

As of version v0.3.1 you can specify your own endpoint for use with enterprise/self hosted GitHub. The plugin is using GitHubs [ocotkit](https://github.com/octokit) library which isn't compatible with Gitlab as far...