Viet Dinh

Results 75 comments of Viet Dinh

After enabling single threaded mode, deadlocks have become more common. We should fix this.

Seems like it's not taking into account when both `_inherit` and `_inherits` are present on a class.

Thanks for the issue! You can specify `RUST_LOG=odoo_lsp=debug` as an environment variable to see more logs, or `RUST_LOG=debug` for even more verbosity. This might indicate a deadlock in the code,...

Should be resolved by a16fda9

Thanks for the note. You should be able to specify the envvar `NO_COLOR` to remove the formatting, but otherwise I'll take a closer look at this in the weekend.

It was observed during local testing with nvim (WSL2) that diagnostics are requested very early into the process without waiting for initialization, which could have caused a deadlock. 7c6cdc8bd65258e68edf7e018e34c43db6f6d93d should...

~~Should be resolved with the latest [nightly](https://github.com/Desdaemon/odoo-lsp/releases/tag/nightly-20241113)~~ Reported not working on #35

@myname1111 Unfortunately I'm not daily driving nvim right now, the demos are done in Helix where most of the issues have relatively subsided. There is the [init.lua](/Desdaemon/odoo-lsp/blob/main/examples/init.lua) which just hooks...

Alternatively, move the indexer data to a serde-compatible format and store it on shutdown

`nodeModulesDir` doesn't seem to be required, but Deno is not including types from `typed-html` so you'll have to do this: ```tsx /// /// export function foo() { return } ```...