Leandro Ostera
Leandro Ostera
After following this example I got an error saying: ``` Fetch API cannot load: /new ``` Talking to Skye and James on Discord, they pointed out that the API used...
While load testing the [riot](https://github.com/leostera/riot) multi-core scheduler I found some strange behavior with large amounts of resident memory not being returned to the OS. Some debugging later, I managed to...
A fun, functional, and stateful way to build terminal apps in OCaml heavily inspired by Go's BubbleTea - Project page: https://github.com/leostera/minttea ##### CHANGES: ## 0.0.3 #### Mint Tea * Upgrade...
Hi folks, filing this for reference. At the moment when we parse `localhost:-1` it becomes `localhost/-1` whereas I'd expect it to either: * parse the port as a negative integer,...
``` yarn run bsdoc build MyProj --syntax=re yarn run bsdoc build MyProj --syntax=ml ```
I wanted to download the latest version of Git in the Public Store without having to built it locally if it wasn't available for my architecture. This command would do...
Right now some of the glob expansion that Warp does, doesn't always follow the ignored files, so sometimes we pick up files that don't end up as part of the...
Currently we are missing a few things to get Warp to build with itself. We'll use this issue to keep track of those things. - [ ] Features: - [...
The `normpath` crate has fixed a bunch of issues with Path manipulation that we'll need to be safe when shipping Windows binaries.