Notas Hellout
Notas Hellout
### I've searched open issues for similar requests - [X] Yes ### I've manually reviewed logs to find potential errors - [X] Yes ### I've recently downloaded the latest plugin...
#### Description The final goal of this PR would be to support Meteor projects by, for instance: - displaying the node version linked to the Meteor version of the project...
Lazily loading `quicktex` with a custom `ftplugin` configuration works via `lazy.nvim` using the following configuration, provided you have put your custom configuration under `~/.config/nvim/after/ftplugin/...`: ```lua { 'brennier/quicktex', lazy = true,...
Those actions cannot be done in the UI and I understand that must be because they are destructive in nature (what happens to permalinks for example?). It should at least...
I see here that the main `Dockerfile` depends on both `python` and `python3`. Can you explain why? https://github.com/zodern/meteor-docker/blob/7c2cc7090bb58b5cb86f9a4d6724657b169b1b67/image/Dockerfile#L4 [`python`](https://packages.debian.org/en/buster/python) seems to be a "meta" package or package "group" which brings...
I'd like to use ```ts const [debouncedValue] = useDebounce(value, {leading}); ``` with `leading` being a dynamic value. The first update correctly fires immediately when switching to `leading: true` dynamically. However,...