Alberto Ferreira

Results 8 issues of Alberto Ferreira

# Motivation This PR allows triggering a debugger on the C++ land from the target language (C/Python/Java/...). This can be very helpful during development and debugging of the core C/C++...

in progress
maintenance

Hello all, # Context Signalling in Unix sometimes requires signalling not only a process with a given pid, but also all the processes under a given process-group. Example: In contexts...

If I use `(deftest x ...forms)` and then rename `x` or delete that `deftest`, the rove `package-suite` does not erase that. The test suite for a given package should not...

I just found out this file [helpers/parameter_generator.py](https://github.com/feedzai/fairgbm/blob/main-fairgbm/helpers/parameter_generator.py), which states at the beginning: > This script generates LightGBM/src/io/config_auto.cpp file with list of all parameters, aliases table and other routines along with...

low priority
S effort

This util serves to extract CSV data into MockInstance / MockDataset objects: + Easy CSV parsing of data into OpenML API objects with arbitrary schema + Respects all of OpenML...

**Describe the bug** I simply want to detect cycles in my graph, and in case I find them, I want to report which are the offending cycles. I've never used...

bug

### Bug Description Hello, I was triggering a KafkaRebalance in the mode `add-brokers` after adding one broker to have a cluster with 6 brokers. I set a really low threshold...

bug
needs-triage

Hello, First time using this. I followed the instructions and directly installed `ofxstatement` from source by cloning the repo. Then I followed the commands in the README and ran: ```bash...