phrohdoh
phrohdoh
```csharp using System; using System.IO; using WasmerSharp; // 0.7.0 public class Program { static void Main() { var mem = Memory.Create(minPages: 1, maxPages: 3); // run with maxPages of 3,...
Currently `newman` can export certain values to user-provided file-paths, but it'd be useful to write this output to [`stdout`] (for use in scripts which may combine a `newman` invocation with...
I would work on this myself, but I do not have sufficient knowledge.
Often, in Roam, I will write something like: ``` used #[[babashka]]'s XYZ feature with ABC in order to QWE ``` For this to work in Athens (I am using `2.0.0-beta.6`)...
Similar to #78 but for table items instead of tables.
> Caution: Currently the extension only works in Windows due to the packaging issue.
Currently https://gist.github.com/RickCarlino/10db2df375d717e9efdd3c2d9d8932af exists but it would be very useful to have a, for example, https://api.farm.bot that detailed the available endpoints for data retrieval, creation, and issuing commands would be very...
This is going to require some refactoring. The `fetch_components!` macro may be rendered unnecessary. Notes: - `RunArg` was replaced with `SystemData` (which can be an N-tuple of types that implement...
"Diagonal" in this context means from the perspective of the viewer looking at the 2d window (not in relation to the grid coordinate system). Determining cell [neighbors](https://github.com/ChariotEngine/Chariot/blob/61bf684335e6c8e5e1205d5def8ea0f715bd3468/src/ecs/resource/path_finder.rs#L203-L212) **does** include diagonal...