Alexander Stathis
Alexander Stathis
### Motivation Currently, the tapioca default compilers load _after_ the user defined compilers. This makes it impossible to extend or monkey patch a default compiler without monkey patching the load...
### Motivation Closes https://github.com/Shopify/tapioca/issues/1822. See discussion there for full context. TL;DR: The current sigs are incorrect when given a block. ### Tests I believe I updated the spec here correctly.
The active record relations compiler generates incorrect sigs for `sum`. It is typed only allow the a first argument of a column name, but the active record defintion allows for...
Typed structs do not compare in the way I would expect. I would expect them to behave similarly to `OpenStruct`. In particular, typed structs with the same values do not...
## Summary Description: - Tool repo URL: https://github.com/biomejs/biome - Plugin repo URL: https://github.com/angellist/asdf-biome ## Checklist - [x] Format with `scripts/format.bash` - [x] Test locally with `scripts/test_plugin.bash --file plugins/` - [x]...
### Tracer Version(s) 3.58.0 ### Node.js Version(s) 20.10 ### Bug Report I have filed this against 3.58.0 but I believe it affects all versions. Our auto instrumentation of `graphql-yoga` is...
We use multiple databases in our rails application, including a mix of postgres and mysql (trilogy) adapters. This confuses the `fx` gem, since it doesn't handle different adapters across many...