Andrea Jemmett
Andrea Jemmett
While doing some experiments on a program compiled with AddressSanitizer (ASan) I discovered that some supposedly trivial function pointers had an empty points-to set. Here's a minimal reproducer: ```c #include...
I'm wondering if there's a specific reason to disable optimizations to compile the targets: https://github.com/HexHive/magma/blob/75d1ae7b180443a778b8830c79176ca5f93642ac/docker/Dockerfile#L79 I cannot think of any, besides maybe optimizations breaking some fuzzer.
@EliaGeretto and I were trying to run libfuzzer but some programs (e.g. `xmllint` and `lua`) are not instrumented correctly and call the original program's `main` instead of libfuzzer's. They seem...
Mastodon version 4.0.0 added endpoints to list, add and delete followed tags. The endpoints are: - https://docs.joinmastodon.org/methods/followed_tags/ - https://docs.joinmastodon.org/methods/tags/#follow - https://docs.joinmastodon.org/methods/tags/#unfollow These are currently missing from `Mastodon.py`.
Is the support for those API methods planned? If nobody is working on it, I could take a look.
First, really cool work! :) I was experimenting with your prototype and found out that it takes a really long time and memory to compute the graphs in the server...
### I've read the documentation - [X] I have read the [how to open an issue](https://github.com/tubearchivist/tubearchivist/blob/master/CONTRIBUTING.md#how-to-open-an-issue) guide, particularly the [feature request](https://github.com/tubearchivist/tubearchivist/blob/master/CONTRIBUTING.md#feature-request) section. ### Your Feature Request ## Is your feature...
### Bug description How to reproduce: - create a venv and install 'pylint==3.3.1' - create a folder named `multiprocessing` - create file `multiprocessing/__init__.py` - create file `multiprocessing/process.py` with contents `import...
Fixes #121. I tested privately that on scheduled workflows (i.e. with `schedule` event type), the `repository` property is set the same as for other event types. I therefore removed the...
This is linked to #8393. The new `dev.containers.dockerPath` setting cannot be configured on a per-remote basis and can only be configured at the application scope (i.e. "This setting has an...