eyelash
eyelash
Could you maybe publish a new release? I followed the instructions in the README.md of this repo but ended up with an installation that didn't work. The reason for this...
When trying to set the default GitHub repo for the GitHub integration I'm getting an unhelpful `Error: Something went wrong` message. Does my GitHub account need access to the repo...
I had a look at your concurrency solution in #8 and I noticed that according to the diagram the bots create multiple transactions per block. Assuming the bots are free...
I'm trying to run blade on an Intel HD Graphics 4000 (Gen7, Ivy Bridge). When I run it using Vulkan with the following command everything seems to work: ``` cargo...
The following code crashes the compiler: ```d struct Tuple(T...) { T t; alias t this; } auto tuple(T...)(T t) => Tuple!T(t); static foreach (t; tuple(tuple(1, 2), 3)) {} ``` I...