torgeir

joined 1 year ago
[–] [email protected] 16 points 3 weeks ago (1 children)

I’ve done similar things for mismatched python dependencies in a broken Airflow setup on GCP, and got amazingly good results pointing me in the right direction to resolve the conflicting package versions. Just dumped a mile long stack trace and the full requirements.txt on it. Often worth a shot, tbh

[–] [email protected] 2 points 2 months ago

I’ll remember that.

[–] [email protected] 1 points 9 months ago

I hacked something like this together a while ago, but never finished/published it;

  • search with consult-web-search
  • type something reasonably fast and eww opens the first match
  • skip through them with C-n and C-p
  • prevent automatically loading each url with C-SPC
  • RET to load it in eww and close consult
[–] [email protected] 2 points 9 months ago

+1 for these! I’d also add https://nixos.asia/en

[–] [email protected] 1 points 10 months ago

Nice! Was thinking of doing smtn similar myself. Will definitely play around with this!