helix

rafaeldelboni 2024-01-26T18:45:48.408279Z

With the new version (2.27.1) of shadow-cljs, Helix started return this warning on build. Does anybody know if there a way to stop this?

2024-02-29T12:27:55.434609Z

since the fix is merged but not published, clone the helix repo git clone https://github.com/lilactown/helix.git and reference it on deps.edn {:local/root "../helix"}

rafaeldelboni 2024-02-29T12:42:48.839699Z

You can use tools.deps to directly reference an lib by git commit https://github.com/rafaeldelboni/helix-flex/blob/main/deps.edn#L2

❤️ 1
2024-02-29T12:44:56.610639Z

lilactown/helix {:git/url "https://github.com/lilactown/helix" :git/sha "35127b79405e5dff6d9b74dfc674280eb93fab6d"}