Krisztián Szabó

Results 33 issues of Krisztián Szabó

Found this feature in https://github.com/stephank/yarn-plugin-nixify To minimize unnecessary network requests, the Clojure source code part of the repo, especially `deps-lock` could support copying the `$HOME/.m2`, etc. folders containing the (hopefully)...

Hey, I'm requesting a possible feature for supporting flake.nix/flake.lock based caching. Theoretically this task should be even simpler as there is no need to fiddle with Nix related global environment...

enhancement

Are there any performance improvements for the same cases possible in cljs? Can some of the files be moved `.cljc`?

Just putting this on your radar, performance could be further improved for this library if you decided to include Postgres specific extensions. https://dzone.com/articles/architecture-of-a-high-performance-graphql-to-sql

performance

Hey, It seems with the recent acquihire of the main developers of Distributed Masonry the project development has slowed down. With the advent of better maintenance options for open-source projects...

There is no way currently for an output plugin to determine whether it was killed or completed. Expected because of: https://github.com/onyx-platform/onyx/blob/0.14.x/src/onyx/information_model.cljc#L829

I tried adding it, but couldn't figure the externs correctly: https://github.com/alexkuz/react-dock Could someone with more expertise do include it? I've hit the same issue with difficulties of installing as: #771

request

You were doing this: if {statement}==true then return true else return This does the same thing: return {statement}