Max Penet

Results 71 comments of Max Penet
trafficstars

Just chiming in to say I also noticed massive slowdowns when opening files, on emacs 31.x macos (emacs-plus with native comp enabled). Looking forward to trying this workaround. Disabling treesit-auto...

> Try my branch and let me know if you still have the issue. It doesn't improve the situation in my case.

> [@mpenet](https://github.com/mpenet) It's only slow for me on one computer. For whatever reason advising set-auto-mode-0 results in slowdown even though `treesit-auto--build-major-mode-remap-alist` with a single mode is not slow for me....

We hit the same issue on hirundo after upgrading to 4.2.0. It triggers **only** when compiled as an uberjar and only for requests that include a body. If I run...

@spericas I don't believe we used shading (clojure tools.build doesn't use the shade plugin): The only dependencies used are: ```clj io.helidon.http/helidon-http {:mvn/version "4.2.0"} io.helidon.webserver/helidon-webserver {:mvn/version "4.2.0"} io.helidon.webserver/helidon-webserver-websocket {:mvn/version "4.2.0"} io.helidon.webserver/helidon-webserver-http2...

Here's our issue I guess: https://github.com/mpenet/hirundo/issues/28#issuecomment-2743492862

Yes I do: ``` # List of service contracts we want to support either from service registry, or from service loader io.helidon.common.concurrency.limits.spi.LimitProvider ```

It doesn't fix it (entirely). ``` io.helidon.common.mapper.spi.MapperProvider io.helidon.config.spi.ConfigParser io.helidon.config.spi.ConfigFilter io.helidon.common.concurrency.limits.spi.LimitProvider ``` given that list of conflicts I got earlier I probably need to merge more of these: ``` Conflicting path...

Thanks for the pointers. I put the mention for a workaround for clojure a few days ago: https://github.com/mpenet/hirundo/?tab=readme-ov-file#building-uberjars-with-hirundo

Hi, I kind of missed the notification about this one, sorry about that. It's an ambiguity issue. I will have a look next week and fix it, but basically: the...