Esteban Blanc
Esteban Blanc
Thanks for the effort. I would gladly take a look at you PR, but I have a lot of school project to finish first. Anyway, happy new year 🎉
> I guess after it's changed all of the href, src, etc attributes it converts the tree to a string again and e.g. saves it to disk? Exactly > right...
I think we should use something like this https://github.com/marketplace/actions/rust-clippy-check
What this will looks like when `f` take more than 1 arg? ``` rust func map[T, U, V](value: Maybe[T], f: T, V -> U) -> Maybe[U] {} ```
What the issue with the current syntax?
> The ideal API for "libjinko" users (such as the interpreter) would be something like that: ```diff - let mut ctx = Context::new(); + let mut ctx = Context::::new(); ```...
First (draft) PR landed #569
#433 is important for the online repl too
I think the issue occurs when you first download `a.com/b/c.html` and then you tried to download `a.com/b` because `a.com/b` has been created as a folder an now `suckit` is trying...
I will leave it open as the issue is still there. Thanks for the feedback :)