Rabin Adhikari
Rabin Adhikari
Just a friendly ping to @tiangolo.
> It seems the fix was only applied to [`expression.py.jinja2`](https://github.com/tiangolo/sqlmodel/blob/main/sqlmodel/sql/expression.py.jinja2), not [`expression.py`](https://github.com/tiangolo/sqlmodel/blob/main/sqlmodel/sql/expression.py) Not sure if that was intentional. I had only changed the jinja one due to this line at...
I got the following error with `make html`. ``` writing output... [ 3%] api Theme error: An error happened in rendering the page api. Reason: TypeError('quote_from_bytes() expected bytes') make: ***...
Current version seems to be faster.
Now, the following posts also support inline CSS. - emoji-support - placeholder-text
A friendly ping to the authors. @DerrickWang005
> Yes. We will release the pretrained models ASAP. @DerrickWang005, Any update on this?
I came up with this. I am currently wondering how to integrate it with native snippets support of `neovim>=0.10`. Please reply if someone figures it out. ```lua return { "danymat/neogen",...
> @rabinadk1 native snippet support has been added according to this [issue](https://github.com/danymat/neogen/issues/161). Just set `snippet_engine` to `nvim`. Thank you very much. I have updated my config to the following. ```lua...
Can we add the following config for Neogen? Differences with the proposed one. 1. One shortcut to generate the annotations. The plugin automatically selects the type of annotation. 2. Automatically...