#deps — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #deps, aggregated by home.social.
-
i may try installing exo to cluster machines? it uses pip to install some stuff, i think i may need to do a venv or something #deps
-
CW: re: Release notes for v25.04.1 of Malcolm, a powerful, easily deployable network traffic analysis tool suite for network security monitoring
@mmguero the only minor quibble i have is if you upgrade you have to reinstall - overall it works great #deps #datastore #reproducible builds #arkime
-
CW: re: Release notes for v25.04.1 of Malcolm, a powerful, easily deployable network traffic analysis tool suite for network security monitoring
@mmguero the only minor quibble i have is if you upgrade you have to reinstall - overall it works great #deps #datastore #reproducible builds #arkime
-
CW: re: Release notes for v25.04.1 of Malcolm, a powerful, easily deployable network traffic analysis tool suite for network security monitoring
@mmguero the only minor quibble i have is if you upgrade you have to reinstall - overall it works great #deps #datastore #reproducible builds #arkime
-
backed up kali ai box, have to add some drives, maybe drivers for latest kernels are not built yet - could explain newer kernel boot issues #deps
-
#Pokemon
J'ai pas compté mais j'ai donc eu (et du prendre) le temps de faire #perlescintillante afin de capturer son légendaire #Palkia , pour complèter le Pokedex régional #depsBon en vrai, j'ai un peu rush en transférant des Pokémons déjà haut niveau mais même avec ça, c'était sportif.
Prochaine étape : #PokemonLegendesArceus
-
#Pokemon
J'ai pas compté mais j'ai donc eu (et du prendre) le temps de faire #perlescintillante afin de capturer son légendaire #Palkia , pour complèter le Pokedex régional #depsBon en vrai, j'ai un peu rush en transférant des Pokémons déjà haut niveau mais même avec ça, c'était sportif.
Prochaine étape : #PokemonLegendesArceus
-
Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
How do you handle env variables?#clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn
-
Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
How do you handle env variables?#clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn
-
Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
How do you handle env variables?#clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn
-
Migrating a bit project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
How do you handle env variables?#clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn
-
Migrating a bit project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
How do you handle env variables?#clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn
-
Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps
-
Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps
-
Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps
-
On the other hand, the resolvers depending on themselves is going to be a little trickier.
If this was a compiler, I'd just keep around the last binary, and use that to build the rest.
But in this case, we built these resolvers with warp, using an older version of themselves that vendored everything. But now during the resolution process of the resolvers, we need them running!
Easiest option seems to be *vendor deps* at this level.