Scott Prive

Results 8 issues of Scott Prive

Document macOS setup for #405

I'm looking at https://github.com/TheRobotFactory/EightBit-Atari-Fonts (outstanding work by the way) I can view the font PNGs and see the TrueType fonts. But what I'm looking for is the actual Atari-format (FNT)...

Resolve https://github.com/golang/go/issues/49134

Could the README identify which apps run in 48K/64K? (Maybe they all require 128KB? I tried a bunch and got the error about no extended memory)

documentation

For evidence reasons, I want to Copy the full Request and Response, so that folks can see what I requested, include the date/time header, etc. To the right of `|...

feature-request

CHANGES: 1. pull in remainder of Draft fixes from https://github.com/andelf/go-curl/pull/85. (thanks @Laeri) 2. minor cleanup, docstrings, and python typehints IF MERGED: * This obsoletes #85 * Possibly obsoletes #10 TESTING:...

The "Copy as Curl" feature, in cases when you have data that needs URL encoding (meaning you set "Body>form-url-encoded" fields in RF), is exporting the command without the equivalent `--data-urlencode`...

bug

Following [Setting Up page](https://docs.rust-embedded.org/discovery/microbit/03-setup/index.html), the tools versions are specified in _pinned fashion.._ Example: ``` ... $ cargo install cargo-binutils --vers 0.3.3 $ cargo size --version cargo-size 0.3.3 ``` Are these...