-
I really like the idea presented here of using the request and response objects and defining as little of their API as needed. I especially like the idea of a RackSpec (mentioned here: https://github.…
-
We are experiencing unequal brake pressure using joystick commander.
Here is test video: [https://www.youtube.com/watch?v=1pKUC6Q5qEs]
In the same test environment manual brakes are working equally …
-
Hi
We use this code to check whether a git repo contains only "new" files or whether a file was modified:
```
def git_check_added_only(repo: Repo):
prev_commit = repo.commit("HEAD~1")
h…
-
As written in the title, isBusy() function does not return consistent value (at least on how I interpreted the documentation), namely True if the engine is currently busy speaking an utterance or Fals…
-
There is one bigger and two minor thingies here but idk if creating 3 separate issues is a good thing in this case.
So I'm implementing DDR mode where data is sent on both clock edges. Unfortunatel…
-
Using the emscripten fetch methods from a thread hangs. If run code from main thread it works. Setting the `EMSCRIPTEN_FETCH_SYNCHRONOUS` flag allows the code to run from a thread. Unfortunately, our …
-
I have had reports of a few people saying this project doesn't work and they cannot install apps, but none of them filed a bug report (AHEM AHEM).
Later I updated a computer and decided to go all bra…
-
Thanks for good library for us.
As mentioned in title I want to process video in raw byte to numpy
then encode it into raw byte video.
I succeed to read byte to mp4 with below comment.
```
d…
-
# Crash in Fluid Pump
### Context
Well, I was playing on a personal server and when making a pumping system for water, my server closed
### Description
Upon further analysis, I saw that it was…
-
Hi,
I'm running AutoRecon with ffuf. My config.toml contains:
```
# Configure plugin options here.
[dirbuster]
tool = 'ffuf'
threads = 50
wordlist = ['/usr/share/seclists/Discovery/Web-Conten…