Corentin Doue
Corentin Doue
Hello, Individual packaging is not supported yet by this package. https://github.com/serverless/serverless-google-cloudfunctions/pull/261 adds it but is not ready. Feel free to help :)
Your first screenshot tells you that Node doesn't recognize the `export` keyword. Indeed, Node < 13 doesn't support ECMAScript modules. So it's not a serverless-google-cloudfunctions problem and this issue could...
I face a similar issue with `"typeorm-aurora-data-api-driver": "2.3.4"` and `mysql`. I can't save empty set. ```ts @Column({ type: 'set', enum: enumValues(NetworkType)}) networkType: NetworkType[]; ``` An empty array `[]` is transformed...
I reproduced this too. If it can help, we constated that the `from` transformer is called when the value is `null`. It's not very useful.
Hi @flavianh, can you share your POC to get the customFontBytes from the Font entry of the PDF I want to do the same thank
Awesome, I need this!
@PChol22 just told me that's an issue with a breaking version of https://github.com/ThomasAribart/json-schema-to-ts The workaround is to fix `json-schema-to-ts` version to `v2.5.1` and `typebridge` to `v1.1.0`. The last version of...
Sorry @thdxr I struggled to find time to work on this. > There are a bunch of cases where importing code from inside sub-packages causes problems but I generally like...
I don't know how to make it opt-in. I thought about adding a new config option `advanced.enablePathInjection?: boolean` but the config is resolved from the very built file I'm manipulating....
> This change looks pretty minimal so looks good to me, i'll merge Without any documentation ? I think we should write somewhere that those variables are available