-
Hi,
i have a question regarding this cool stack. I noticed, that all communication is poll based (calling pico_tick every x ms). Now I wonder, if it is intentional? Reading wiki about drivers says: I…
-
As per @s-m-e's [comment](https://github.com/fusepy/fusepy/issues/75#issuecomment-358751544) in issue #75, this issue is to propose, discuss, and prioritize the future road map for `fusepy`. Here is a…
-
Using `-pedantic-errors` is causing problems on some old compilers on the oldest but still supported Linux distributions, because it implies `-pedantic` and strict ISO compliance old older but still s…
-
```console
checking whether C compiler accepts -Wextra-semi-stmt... no
checking whether C compiler accepts -Wimplicit-int-conversion... yes
checking whether C compiler accepts -Wnull-dereference...…
1o1o1 updated
3 months ago
-
Should consider migrating to SARIF output for our custom checks.
For example SARIF can be generated from python like so:
```python3
from sarif import *
# Create a new SARIF file
sarif_file = …
-
I believe this to be related to the closed ticket on another issue tracker for a different package, but the problem is very similar: https://github.com/pallets/flask/issues/1355
I'm using Mac El Capi…
-
**Describe the bug**
When running upgrade.php or doing a 'git pull' a copy of web.config from the repo overwrites your production web.config
**To Reproduce**
Modify existing web.config on your ma…
-
- [x] Optimize if statement and change those if statement into case statement if possible.
- [x] Support other menu/fuzzy finder system
- [ ] Mac OS or other system support
- [x] Vim plugin that u…
-
In GNU/Linux it is standard for new commands that long options start with -- (two hyphens) and short options with - (one hyphen). I thinks this standard should be followed for `x16emu` and other futur…
-
## Background information
x86 centos 7.6, openmpi version: 5.0.3,gcc version: 7.3.0
CMake config:
i want to use ASAN in my code, and config -fsanitize=address in cmake setting:
`set(CMAKE_CXX_FL…