Trygve Wastvedt

Results 15 issues of Trygve Wastvedt

I have a project with a MySql server which contains multiple databases with the same schema. Typescript classes created by Sequelize-auto are working with one of the databases, but I...

### Purpose | Issue | Fixed | | ------------- | ------------- | | ![issue](https://user-images.githubusercontent.com/8107026/191994346-4633d9c9-7d62-4ced-ab9a-1935751135c3.png) | ![fixed](https://user-images.githubusercontent.com/8107026/192040166-83ece6af-fff8-4b32-a95b-846d6352a7a1.png) | This PR fixes [DYN-5210](https://jira.autodesk.com/browse/DYN-5210). When the custom selection node's list is empty, the...

MySQL stores geometry with a 4 byte SRID prefix before the WKB ([doc](https://dev.mysql.com/doc/refman/5.7/en/gis-data-formats.html)). I guess the format is different than PostGIS's EWKB though, as parsing the whole field doesn't produce...

I have an API with a pattern for `allOf` with discriminator where the base class is in a separate schema from the discriminator: ``` openapi: 3.1.0 info: title: Test discriminator...

We'd like to be able to describe callbacks/webhooks in our API. For example, ``` paths: /subscribe: post: summary: Subscribe to a webhook requestBody: … callbacks: # Callback definition myEvent: #...

help wanted
feature

I'd like to be able to use MongoDB's operators, for example `$push` or `$addToSet` to update a collection. The docs say: > Updating a document in a collection: The body...

Is it possible to use a POST request to send data to be used as the arguments to a publication? If so, how? I have a publication where one of...

documentation

I think this is a feature request, but I might just be missing something. In Meteor when I insert a new document, the function returns the `_id` of the created...

## Read and complete the full issue template **Do you want to request a *feature* or report a *bug*?** - [ ] Bug - [x] Feature **Version of ClosedXML** 0.94.999.1559...

enhancement

### Purpose - Simplify some code - Rename `IsSupportedDataNodeType` to `EvaluateDefineDataNode` for clarity. - Mark `EvaluateDefineDataNode` as Obsolete to indicate it may change (needs to be public for AST) -...