Results 12 comments of dev2a

hi, you have to use the same version of node that qode use to know which version to use simply use this ```bash qode -v ``` the best solution is...

new PR created #1518

use 1.9.0 v1.10.0 only add 5.4 compatibility ;)

This will work but return some unwanted result (`_` is any character in MySQL) ```php $sqlFilter = urlencode("t.nom:=:'myThirdarty _MT_'"); ```

> We should use `LIKE` with this method (instead of =) ? It works with `=` and is more close to the expected result (`_` is only one of any...

@barryvdh Is there anything more to do?

There's no cache, so every call (completion, inspection) calls the database. You need to use a cache, as the database doesn't change every minute, and at worst, an action that...

Same with deepseek-coder/1.3b/base (finetune), start at ~3GB and after one hour, up to 7gb. When I change models, the memory is freed up and the model loads at 3 GB....

The problem seems not to be present in the last version refact 1.6.1 refact-lsp 0.8.0

it would be palced in [handler of coaster cms](https://github.com/Web-Feet/coastercms/blob/master/app/Exceptions/Handler.php) in the render function ``` php if ($e instanceof TokenMismatchException) { // do something to notify user $request->flash(); return back(); }...