Pascal Heitz

Results 29 comments of Pascal Heitz

Any news? How do you guys work around that?

It seems sensible to me to add it to powerassert, as it will share most of its code with powerassert. Since powerassert is already transpiled, how hard would it be...

I would love such feature too. I'm doing word-by-word comparison, with a tolerance of 1 distance, therefore it is pretty ridiculous to continue until distance e.g. 8. please please please...

I had a similar problem, and my mistake was a combination of various bad dependencies. A - I was trying to export the model, instead of exporting the service. or...

@GuillaumeGSO You did the same mistake as I did: ```ts @Module({ imports: [ TypegooseModule.forRoot(config.mongoURI), CompanyDataModule, NotificationsModule], controllers: [ AppController, // Should be there since it is AppModule's responsibility to instantiate...

Same problem here https://github.com/yktoo/indicator-sound-switcher/issues/125 Ubuntu Xorg & Cinnamon => Works Ubuntu Wayland => Doesnt work edit: it works on Wayland if the app is launched with `env GDK_BACKEND=X11 ./myapp`. @arun-mani-j...

> In my case, add `preserveSymlinks` for resolve it > > ```json > { > "compilerOptions": { > "preserveSymlinks": true > } > } > ``` This solved it for...

I have the same error... Did anyone manage to solve it? :shrug: