home.social

#deps — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #deps, aggregated by home.social.

  1. i found out mw 1.43 is the latest lts wiki, 1.39 was the old lts release and support goes away dec 25; this means that semantic mediawiki plugins should start to be compliant v soon #deps #composer --no dev

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

  7. #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 #deps

    Bon 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

  8. #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 #deps

    Bon 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

  9. 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

  10. 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

  11. 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

  12. 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

  13. 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

  14. Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps

  15. Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps

  16. Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps

  17. 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.

    #deps #elixir #erlang #latebinding