Max Friedmann

Results 32 comments of Max Friedmann

@vlad909's solution did not work for me since typescript would complain about missing types. Ugly workaround for me: ``` // eslint-disable-next-line @typescript-eslint/no-var-requires const fitty = require("fitty/dist/fitty.min.js"); ```

Also works via @ApiProperty({additionalProperties: {$ref: "#/components/schemas/NameOfSomeDto"}});

Together with Angular 11.1.x it now causes: ``` Error: ./node_modules/ng2-material-dropdown/__ivy_ngcc__/fesm2015/ng2-material-dropdown.js 581:8-35 "export 'ɵɵstaticContentQuery' (imported as 'ɵngcc0') was not found in '@angular/core' ```

@mathpaquette can you share how you are using sorry-cypress within an nx workspace? I created https://github.com/sorry-cypress/sorry-cypress/issues/484 and am very interested in your solution.

I guess the issue is related to the NX 13 migration of "moving the projects array from nx.json to workspace.json". @ maintainers: You probably want to update your @nrwl/devkit dependency...

@edbzn I was talking about this one: https://github.com/jscutlery/devkit/blob/main/packages/cypress-angular/package.json, I can confirm that the setup-ct step works. I did not get it to run yet though.

Any updates on this? I really like the suggestion from @alex88, its how we used to work with the dockercloud & JrCs/docker-letsencrypt-nginx-proxy-companion, but #67 would be the greatest solution!

Same here... @liel-almog did you recently update your mongodb driver from 3.x to 4.x? It still seems to work for me with mongodb driver 3.x. As soon as I update...

Great, yes please! Or share it here so others that run into the same problem can benefit as well!

Any updates on this @hydrosquall? I just stumbled over both (this neat directive and the "official" one-time-binding). Would be interested in exactly your outcome!