-
pseudo python code (using amaranth) :
```python
class PromColorSimulator(Elaboratable): # old style now, migrate to Component
def elaborate(self,platform):
m = Module()
…
-
## Spec:
`project/thoughts/example_file.cfg`
Filename: `scene_03_thoughts_bringing_cat_home.cfg`
Original text from scene:
```text
> Player explores House of Adopter for item interactions (…
-
Hello, I just got in the mail 2 lilygo T-SIM7000G boards that I'm trying to connect to the AT&T cat M network.. I'm using the Arduino_NetworkTest sketch and Neither will connect with changing the AP…
ghost updated
2 years ago
-
### Discussed in https://github.com/a1ex4/ownfoil/discussions/131
Originally posted by **mizifih** October 16, 2024
I'm using Nsx Library Manager to manage my library identifying Games, Update…
-
Hi Edouard,
I'm playing around with the PlutoSDR plugin on 7.22.0 an have a question about the FIR decimation.
When enabling the FIR and setting the decimation to 4 I do not encounter a reduction of…
-
**Describe the bug**
```
~/test
❯ cat shell.nix
throw "i'm shell.nix"
~/test
❯ cat default.nix
throw "i'm default.nix"
~/test
❯ nix shell nixpkgs#nixVersions.nix_2_24 --command nix-shel…
-
I'm sorry if this issue is duplicated, but I couldn't find anything similar around.
### Background
I have a package for which I'm providing native and web support that has the following structur…
-
### Describe the bug
I updated nixpkgs from 5633bcff0c6162b9e4b5f1264264611e950c8ec7 (Oct 9) to 4aa36568d413aca0ea84a1684d2d46f55dbabad7 (Nov 5, latest nixos-unstable), after that satty started crash…
-
**Describe the bug**
My goal is to have a list of different things in a JSON file. I rely on Pydantic to parse the content. I don't want to use `isinstance`, rather all these different things impleme…
-
It appears that #9520 may have broken some upstream pandas tests, specifically testing round-trips with various index types:
https://github.com/pandas-dev/pandas/blob/e78ebd3f845c086af1d71c0604701ec4…