boobin

Results 8 comments of boobin

I just saw the new work done with a REST API. I wasn't aware that this was being developed and created my own pet project this past 2 months =>...

Thx! I'm not so concerned about UI right now, i'm really trying to get a stable and performant API, with the specs i want for the UI: - search by...

@barthuijgen I put the site down a few months ago at the end of AWS free trial period, there was no traffic anymore. It was functionnal but i lost interest...

That's what i did for https://www.fuelforfactorio.com. I reused the code from https://teoxoy.github.io/factorio-blueprint-editor/ to get a set of sprites to render, then render it on the fly in the client browser.

I also have this issue when using a proxy binded on localhost. Any request gives "RequestError: connect ECONNREFUSED 127.0.0.1:3128" because vscode proxy is set on http://localhost:3128. Linux (Ubuntu), no WSL...

My issue using localhost as http proxy server seems to be resolved with the current versions of vscode and httpYac.

It only works the first time i call dlauncher-toggle. If i cancel and recall it, it doesn't take the focus.

Yes, it is most certainly from this commit. In the "1-block" case, the code was running 6 passes before (same as long wrapped value), but only 1 after, resulting in...