Rodrigo Girão Serrão

Results 60 issues of Rodrigo Girão Serrão

## Type of changes - [x] Documentation ## Checklist - [x] I accept that @willmcgugan may be pedantic in the ~~code~~ review. ## Description The changelog had missing/wrong compare links...

## Type of changes - [x] New feature ## Checklist - [x] I've run the latest [black](https://github.com/psf/black) with default args on new code. - [x] I've updated CHANGELOG.md and CONTRIBUTORS.md...

## Type of changes - [x] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

Up until yesterday, I had been using this amazing plugin to sync my website with my repo. My typical workflow would be to open my editor of choice locally, edit...

If one loads `HttpCommand` and then uses `HttpCommand.Get` to `Get` some URL, the interpreter will crash when the kernel is shutdown. This happens on my Windows 10 machine. **Minimal steps...

Every time I contribute to APLcart I have a very hard time knowing what to add in the `CLASS`, `TYPE`, `GROUP` and `CATEGORY` columns. Not only I don't really understand...

Hey there, I have a scrolling issue that pops up in the chapter about the key operator. I'm not sure it's "your" fault, and I don't even know if you...

In `IPC.py`, we define a couple of classes to represent FIFOs. In particular, we implement a FIFO for Unix systems and another one for Windows systems. Then, the file ends...

enhancement

After using `setup.py` to install `pynapl`, with administrator permissions, in a Windows 10 system, `pynapl` is installed in the standard location for Python modules, in a “protected” folder. Hence, when...

bug

Using `argparse`, the `__main__` section of the `APLBridgeSlave` should become much more robust and easier to use as a CLI.

enhancement
good first issue