François-Pierre Bouchard
François-Pierre Bouchard
Thanks @minherz, If I understand correctly, I should raise my log level to avoid the issue, but if I do that, this will also remove the log emitted by the...
Oh ok I understand what you mean now. The middleware does not produce any other logs, but its logger is attached to the express request, and by using this logger...
Not sure why the issue has been closed. My proposed change fixes the issue that I have. I can use the logger attached to the Express Request and no duplicate...
I see. It does introduce a new behavior, so I get why you would want a configuration value. Is the only issue backward compatibility? I might be missing something here,...
I concur, the last update is faster, but still quite slower than a few updates ago. By disabling `vim.o.foldexpr = "nvim_treesitter#foldexpr()"` on this version, opening a file is almost as...
@wez I had the issue and can confirm that it is fixed in nightly
@fgheng I had the same issue, but it is indeed fixed in the master branch. The code that @jamestrew refers to is using `supports_method()` which is a new API that...
I'm using Flutter 3.19.6, and talker 4.2.3. When running the app using `flutter run` on an iOS emultaor, I get nothing in the terminal. By looking at the source code...
@cedvdb let me know what you think
FYI I had the same issue using lazy.nvim, I set `lazy = false` in my mason plugin spec and it fixed the issue. > I switched to `vim.fn.expand("$MASON")`, but, in...