-
I have updated my version of Garret Maces FastLED-XY-Map-Generator to output wLED ledmap.json . You can find it here https://intrinsically-sublime.github.io/FastLED-XY-Map-Generator/
I know you do …
-
RootOfs can be made with different symbols but once a particular RootOf has been created with one symbol future ones will have the same symbol:
```python
In [1]: print(CRootOf(y**3 + y + 2, 1))
CRo…
-
**What tool do you want?**
I would like to have a tool to generate a barcode.
**Describe the solution you'd like**
I would imagine a web page to generate a barcode from a piece of data, the simpl…
-
it fails due to one of following failures:
`co_yield` gets called again even if the previous returned `yield_awaiter` is not ready, and that not-ready awaiter has not been resumed:
```
director…
-
The output of [`create`](https://github.com/vil02/puzzle_generator/blob/32e2102f144ed1748ce7df17b0e72c92efb6ae6c/puzzle_generator/create_puzzle.py#L54) contains some very long lines. Modify the code i…
vil02 updated
2 weeks ago
-
Calling a function which in turn calls a generator while passing over an NRT allocated object induces a memory leak. Affects release as well as git master version. Reproducer:
``` python
from numba i…
-
Тестируемый проект: https://github.com/mz-automation/libiec61850
Конфигурация запуска Futag'a стандартная:
```
build_test = Builder(
FUTAG_PATH,
lib_path,
clean=True,
)
build_tes…
-
Tasks
====
- [X] Bytecode support (pycdas)
- [ ] Handle new opcodes in AST builder
- [X] `CACHE`
- [X] `PUSH_NULL`
- [ ] `PUSH_EXC_INFO`
- [ ] `CHECK_EXC_MATCH`
- [ ] `CHECK_EG_MATCH…
-
### Why do we need this improvement?
In our project we use lombok, specifically @lombok.Builder for models. The openapi-generator for spring has an option to set Annotations for model classes ("add…
-
@DhairyaLGandhi Can you help with some hints for how to most easily update the wrapper (e.g. for Torch 1.10) ?
It seems there has been a change on the return type from void to int - is there some o…