Lawrence Kesteloot
Lawrence Kesteloot
I wrote a C program to simulate the 6th red bit being slow to move high-to-low, and got this:  That's what I was getting originally. When the going dark-to-bright...
> What state should my switches be in? All 4 are, uh, towards the SoC. Mine are 0110, where 0 is away from the SoC. I don't think the two...
Now there's a red fringe on the left of the debug text. Our color output and LCD clock must be slightly off.
Yes, I would love a button to switch cameras. My users mount a tablet to their fridge and want to use the front camera to scan barcodes. I would much...
Hello, I'm one of the developers of the OurGroceries app. Here's the text field that's triggering Bitwarden: ```xml ``` Note the last attribute. Let me know if there are any...
In our latest release we added this attribute to the `EditText` widget: ``` android:autofillHints="notApplicable" ``` and it didn't help.
You mean when running the IDE? Interesting, that's because I do all the text input myself, not using the standard HTML input widgets. I did a quick search and can't...
Nice! Yeah the flight code is clearly half-way through some larger change, unfortunately! It's a snapshot we found on some FTP site. I'm a little surprised we've not found a...
I didn't even know Github had discussions! I've enabled it, if you want to repost your issue there. (You can also break it up into smaller posts to make the...
> when invoking TRS-TOOL it seems to take 6 to 8 seconds before responding. Is this normal? No, it takes about 100ms on my machine (MacBook Pro). > would you...