Carl Dunham
Carl Dunham
The timeout settings is hard coded in `lib/rename/gorename.js:112`, please make it configurable.
A few places in the code prevent using slots above 7 for ECC, yet the chip doesn't seem to have that restriction. Using a chip configured with: ```yaml - num:...
Not sure if this is really a bug or _caveat emptor_, but it seems that once the UserExtra byte is set to anything other than 0x00, it cannot be set...
This is a hacky way to do this, but should work. Open to other options.
Hello! I am not able to see how to handle errors in federation. The examples just return HTTP error codes, which isn't very GraphQL-idiomatic. Is there something that helps build...
I want to expand on #58, which switched to a discussion of POST. I'm seeing a couple of issues: 1. RESTful endpoints that return a single object for POST, rather...
Running a simple test: ``` from unittest import TestCase from flexmock import flexmock class TestSomething(TestCase): def test_something(self): self.assertTrue(True) ``` without Twisted, the test passes. With Twisted installed (no other changes),...
### What happened? Attempting to use a field from an interface in `@key` results in a `SIGSEGV` during code gen. ### What did you expect? Proper code gen. ### Minimal...
### What happened? Resolvers can be broken up into separate files that track schema filenames (but not directories, separate issue). This is done with ``` resolver: layout: follow-schema ``` The...