Gabriel Cruz
Gabriel Cruz
@XinYu-Andy I don't think @uikino is still working on it. Do you want to try your hand at it maybe?
I added a full example that I made for the Lora32 board in #18
Was thinking about implementing a [trie](https://en.wikipedia.org/wiki/Trie) or maybe an ADT (Abstract Data Type) for graphs, in order to make coding Prim or Kruskal easier (wouldn't need to reimplement the ADT...
added this change here: https://github.com/gmelodie/project.nvim. I'm inclined to keep maintaining it if there's interest
Are we using [Testament](https://nim-lang.org/docs/testament.html)? It seems to support multiple processes (this would be for your **option 2** suggestion).
> 1. we should compile all tests at once, because if we compile them together it is faster then compiling them separately I wonder how faster. Looking at CI runs...
> you like having many commands to run tests vs one command to run tests? I think I'd prefer having one that works without me needing to run it, wait...
@arnetheduck I don't fully understand the difference between having hashes in a `.pinned` file vs having them on the `.nimble` file. Wouldn't the hashes inside the `.pinned` file also restrict...
Maybe sth like this? ```yaml notify-on-failure: needs: build if: failure() runs-on: ubuntu-latest steps: - name: Notify Discord on Failure run: | curl -H "Content-Type: application/json" \ -X POST \ -d...
Seconding @rlve. We need more evidence that reducing this will not result in tests failing *sometimes*. One successful run of the tests is not enough to assure that.