Matt

Results 10 issues of Matt

My understanding is that the NodeJS OTEL implementation has to monkey patch the instrumented modules BEFORE any other modules require them. This module only initialises the SDK after bootstrapping the...

## Description Running the command: ``` sea-orm-cli migrate ... ``` Always runs migrations against the `public` schema in PostgreSQL rather than the schema specified in `.env` ## Steps to Reproduce...

good first issue

## Summary Right now it is impossible to convert from `ActiveModel -> Model` or from `ActiveValue -> T` ? ## Motivation When using `insert_many(..)` the return type is useless. (...

good first issue

We have a lot of API consumers (many external). It would be very helpful if we could export a changelog (ideally in markdown format) from the history page that we...

To commit to using Apollo Studio long term we need the ability to continuously and automatically export and integrate data into other systems. A good format the support would be...

enhancement

Many errors logged/thrown have very minimalistic messages which often hide the problem. I have found myself having to debug by adding logs into the schema registry code which is not...

I've added some more details into error messages where I got tripped up. I ended up digging through the source code to debug which isn't ideal. Let me know if...

The offset value does not seem to do anything. The scroll works fine but it always scrolls exactly to the top of the component. I have tried many different values...

**Describe the bug** Using `oneOf` and `properties` treats properties as another oneOf case, instead of merging these fields in. ``` "ComposedSchema": { "type": "object", "oneOf": [ { "type": "object", "required":...

`DateTime.parse()` tries to automatically determine whether a date string is in UTC or local time. However, many API's don't specify timezones at all and let the client handle this. The...

area-core-library
library-core
type-enhancement