Sandro Orlando
Sandro Orlando
Agree. I think the whole JS Kotlin tooling is barely maintained. I'm in the process of replacing this plugin with a hand written toolchain. I use the com.moowork.node plugin to...
@krzema12 I've created an example workspace with various ways to build a kotlin2js app: https://github.com/nimloth05/kotlin2js-examples ATM the custom tooling karma tests are not working
@joran-github Wouldn't it be possible to do something like this: function getDatasource(): Datasource { return process.env() === "test" ? TestDatasource : ProductionDatasource; } Usage: getDatasource().getRepository(...).extend({...}); Not cool but better to...
@TheUnderScorer Cool! Does this also work inside transactions?
Does someone know if there is an active fork of 0.2? Or what did you guys do? Did you migrate? Do you keep 0.2? In our project we see two...
And no one cares. The issue is one year old and not a single dev has commented on the issue.
> There's been an update in TypeORM's Documentation for custom repositories that you can see [here](https://typeorm.io/custom-repository). > > Basically, they've added a `.extend()` function to the `Repository` class that takes...
Is there a plan to update to a new axios version?
@pleerock You are aware that this library is written in TypeScript, at least on a syntax level more or less classic OOP language? You have some sort of classes (on...
@lmeysel That's the problem I have as well: I don't know whats coming next - especially after reading the authors comment. I for one will migrate to something else if...