milahu
milahu
### lazy fetch only needed files this is solved in google's [slothfs](https://github.com/google/slothfs/blob/master/docs/manual.md) (aka gitfs), but only works with "Gerrit/Gitiles based Git hosting" = no github [background](https://github.com/google/slothfs/blob/master/docs/design.md): access monorepos from thin...
some active python web scraper projects https://github.com/Gerapy/Gerapy https://github.com/howie6879/ruia
last commit 53b6c8b2a9253cbf056ea3ebb077e0e08cbc5b1d on 2019-09-20, hmm ...
the only workaround i see, is serving the image from a local [registry](https://github.com/distribution/distribution), and calling ``` sudo ignite run localhost/my-image:1.0.0 ```
> should we better add a new option that does the scaling to 100%. probably. the problem is too complex to reduce to one yes/no decision svgo has the options...
any news? how can i help? also other tools like [nix-gui](https://github.com/nix-gui/nix-gui) are hitting this limitation. we need an **incremental evaluator for nix** this could be based on an incremental parser...
functional pipes for the win! ```nickel [1, 2, 3] |> std.array.filter (fun x => x==2) |> std.array.map (fun x => x+1) # [3] let array_sum = std.array.fold_left (fun acc val...
> iterating from multiple sources, like `[ x + y + z for x in l1, y in l2, z in l3]` ```hs let array_zip = fun lst2 => let...
i was just curious how `array.zip` could look in nickel : ) part of what makes list comprehensions pretty is the value binding, which could be expressed with an `apply`...
> the original GitBook sounds the same behavior. you mean (the deprecated) gitbook 1 mdBook renders as expected: https://book.rada.re/ ```html 1. Introduction ```