Antonio Ossa-Guerra

Results 9 issues of Antonio Ossa-Guerra

Hi, I'm trying to push multiple objects using one requests but I couldn't fin a way to do this using this gem. [See this SO question for reference](https://stackoverflow.com/questions/43119224/push-multiple-objects-at-once), it's in...

**Describe the bug** When a subfolder contains a .gitignore file with the special rule `*/*` (ignore subdirs contents) Black incorrectly ignores any file at the same level of the .gitignore....

T: bug
C: file collection

### Description Fix #3315 : Fix incorrectly applied .gitignore rules by considering the .gitignore location and the relative path to the target file. Commit message of the commit that fixed...

### Description Fix #3291 : incorrectly ignoring .gitignore presence when more than one source directory is specified. Commit message of the commit that fixed the bug: When passing multiple src...

### Description Closes #2484 Closes #2382 Currently, empty and whitespace-only (with or without newlines) are not modified. In some discussions (issues and pull requests) consesus was to reformat whitespace-only files...

### Description Closes #3384 When trying to format a project from the outside, the verbose output shows says that there are symbolic links that points outside of the project, but...

**Describe the bug** When trying to format a project from the outside, the verbose output shows says that there are symbolic links that points outside of the project, but displays...

T: bug

**Is your feature request related to a problem? Please describe.** I'm used to run `black --check --diff --color` to see format suggestions by Black and apply them myself. I do...

T: enhancement
S: needs discussion

Hi, I recently notice a weird behaviour in my code and notice that recently the `half_model` argument was renamed to `half_precision_model`, which is good. But here's the problem: * It...