Russell
Russell
If you do not have a build directory, the selfhost compiler gets an error if it tries to write into that directory. ``` ➜ jakt_selfhost -b -R ~/projects/jakt/runtime hello_world.jakt Runtime...
Trying to do a patch and unable to run the development bot to be able to test things. Ran the setup.py file and installed Redis, started the server. Here's what...
noticed that on certain pages, Ladybird and Browser both throw the error: ``` Unhandled JavaScript exception: [ReferenceError] 'NodeFilter' is not defined ``` MDN: https://developer.mozilla.org/en-US/docs/Web/API/Document/createNodeIterator w3: https://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter Followed the [AddNewIDL](https://github.com/SerenityOS/serenity/blob/master/Documentation/Browser/AddNewIDLFile.md) guide...
what can be tested? - [ ] specs-related tests: consider using [amethyst_test](https://github.com/amethyst/amethyst/tree/master/amethyst_test) as a reference - [x] `Tile` / `Floor` methods - [x] `UnitType::draw` - [ ] `Profile` from/to toml...
An alternative idea. Once you reach the top level, a bonus challenge could be, "Now use all your skills to teach your warrior to fight through all the floors in...
at many levels, there are new Rust concepts that can be leveraged in order to solve the puzzle. the game could provide hints, including links to Rust resources (the book,...
currently (almost?) everything is `pub`... yeah, I was lazy. possible steps forward: 1. remove all `pub` 2. `cargo check` 3. add `pub(crate)` as necessary 4. **`GOTO 2`** 5. play-test each...
player should be awarded points after each level criteria for determining points awarded: ???
Ruby Warrior, for reference: https://github.com/ryanb/ruby-warrior/tree/master/towers/intermediate