Nick Tramp
Nick Tramp
Piling on... tried the token via CLI and received the same error as trying to fetch in Atom: "remote: Repository not found. fatal: repository 'https://github.com/myOrg/myRepo.git/' not found" (org & repo...
My output: X-OAuth-Scopes: read:org, repo, user:email
Just the one account. Tried a fetch on other private repos outside the org from Atom with success; all those tested that belong to the org are failing. Could the...
Wow; I feel dumb. For my case, I simply didn't grant org access to the Atom GitHub package [for the org](https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/requesting-organization-approval-for-oauth-apps). Sorry for the confusion.
I had a similar (if not the same) issue. Changing the UDP socket being created in the ForwardOpen() call to UDPBoundSocket type (to ensure it is actually bound) solved the...
I was looking to use SPIDriver with the [Melexis MLX90393](https://www.melexis.com/en/product/MLX90393/Triaxis-Micropower-Magnetometer), which uses SPI mode 3. Are other modes planned? I would offer to help implement, but I've never encountered Forth...