Alberto González Palomo

Results 29 comments of Alberto González Palomo

Yes, I suspect that if it was solvable, someone would have done it. But it involves dealing with layered hacks accumulated over decades, and at some point you just can’t...

Wait, does `rprompt` actually work? Barebones is enough for now. Edit: ah, no, it’s just `std::io::stdin().read_line(...)`. Now *that’s* barebones! :-D

I’ve finished the refactoring needed to implement a **back-up REPL method**: if the primary (`linefeed`) fails, instead of crashing the program switches to a degraded method. I was hoping that...

> Rather than implementing it as a separate crate, it could be a `[[bin]]` target of the `glsp` crate, making it possible to simply type `cargo install glsp`. Ketos, that...

> I really appreciate the work you've done so far, and I don't want to discourage you, but I just want to clarify something before you put too much effort...

While we figure this out, it turns out that putting the REPL in the top workspace makes at least `cargo run` just work from the root, but you can still...

I see, thanks for taking the time. I’ve incorporated that change in my fork.

The rule `#logo { content:url(../common/img/raylib_logo.png); }` is so that the logo gets included automatically in the PDF. Otherwise it is omitted because it is a background image.

Hi, I could use a feature like this or even better the plugin system discussed in other issues (linked below). This is a long comment, written as I considered a...