JoeStrout

Results 74 comments of JoeStrout

Yes. This too is in the known issues in the roadmap: https://github.com/JoeStrout/Farmtronics/blob/main/ROADMAP.md But since some people will certainly be looking in Issues rather than at the roadmap, it's good to...

I don't think this reset-inventory issue happens anymore. Can anyone still reproduce it?

This should've been fixed as of v1.0.7 of the mod. After this next big release, we need to go through and close stale issues!

Note that strings are probably a special case, because (1) the are used a _lot_, and (2) they cannot contain any other references. So it might make sense to continue...

This code is in startup.ms. Your workflow will look like this: 1. Clone this repo 2. In Mini Micro, mount the sys folder in slot 1 3. `edit "startup"` (or...

For a recent example of why this would be useful, see [this blog post](https://dev.to/joestrout/hwydt-donkey-kong-29me). It uses this tile set image: ![image](https://github.com/JoeStrout/minimicro-sysdisk/assets/263365/53a9495b-de93-4583-bab6-9c4c84447982) But because the tiles are only 8x8 pixels, I...

We don't have those glyphs in the font, so you're certainly not going to see a paragraph symbol or medium-shade glyph. However what you _should_ see (and do see, in...

Confirmed that this behavior exists in both C++ and C#. And it only happens with `(@a.b).c`, not with `(a.b).c`. So, this is a legitimate bug, though in an edge-case syntax...

Just tested again on MacOS (Command-Line (Unix) v1.21; language v1.6.1 (Jun 30 2023)); still happening here.

Implemented for v1.6 (and available now, if you want to build it yourself).