Dante Camarena

Results 8 issues of Dante Camarena

### Proposed change(s) Typing consistency on 2 methods. ### Types of change(s) - [x] Bug fix - [x] Code refactor - [x] Documentation update ### Other comments Small cosmetic change...

Concerning: `Possible unintended bypass of lifetime check of underlying Unity engine object` I have some objects that represent singleton modules: These modules are Null when disabled. ```csharp public static class...

Hey, I was quite fond of finding this package, however, It seems a bit brittle to modify the IL directly. It falls strictly into the realm of "dark magic" 🧙...

Hi! Recently, Buf (org dealing with standardizing protobuf practices) has created a facility for compiling proto files without requiring installation of the individual plugins: https://buf.build/blog/remote-plugin-execution Adding mypy-protobuf to the repo...

help wanted

# Description: Allows loading a language server DLL from a location in VSCode settings, overridable per user computer/workspace. It has been tested to work with multi-root workspaces, in which case...

Perhaps uncouth to open an off-topic issue in an 10 year old repo, but I wanted to share that I heard about this project on [this podcast.](https://youtu.be/2K_4T7M1DKk?si=7U5NypVO-fQ1S5hs&t=2447) Wherein @ahejlsberg describes...

In order to prevent unseemly types from showing up, consider using: https://peps.python.org/pep-0646/#overloads-for-accessing-individual-types this would require a merging of type members. Somewhat difficult, but worth doing to get rid of un-importable...

**Describe the bug** The validation regex on the Bluesky link in profile is overly strict. It does not accept inputs such as `@mhdante.com` This is despite it being a valid...

bug