Luca
Luca
As the title says, the typescript interface generator maps the date/datetime/time types to Typescript's Date object (https://github.com/api-platform/client-generator/blob/master/src/generators/TypescriptInterfaceGenerator.js#L47). However, API Platform by default serializes DateTime objects as ISO 8601 strings, so...
Hey, while I was working on an Angular generator I noticed that the current implementation of the typescript interface generator does not take into account toMany relations (or simple arrays...
Hey! I've noticed an inconsistency between the getById and findById methods of the assembler query service. More specifically, one used `convertToDTO` and the other used `convertAsyncToDTO`. I hit this weirdness...
Hey! In the past few days I spent some time thinking about a general solution for having custom user-defined filters ( related issues: https://github.com/doug-martin/nestjs-query/issues/702 and https://github.com/doug-martin/nestjs-query/issues/720 ), for now only...
## Basic info **Project name**: N8N **Project link**: https://github.com/n8n-io/n8n ## Qualifications [ZeroVer](https://zerover.org)'s patent-pending zero-based versioning scheme can obviously be used by everyone, but not every usage is necessarily notable. Check...
Hi all! Today I wanted to use migrate on a clickhouse cloud cluster where we were setting up databases with dashes in their name, e.g. `database-name`. This broke `migrate` since...
**Description** Hi all, we recently started noticing problems and slowdowns when accessing our swarm. Upon further inspection, it seems that whenever any Docker overlay network (we are using unencrypted networks)...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Looks like the WiredTiger dashboard has a duplicate service_name variable with no autocomplete. This breaks the dashboard unless I copy the value from the other service_name variable in the select...