Sandro Keil

Results 81 comments of Sandro Keil
trafficstars

@nippur72 Thank you very much for your work. :+1: Hope I can try it soon. Is it possible to avoid the `any` type, because otherwise you must use `"noImplicitAny": false`....

@nippur72 If you use [`"noImplicitAny": true`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) the error occurs: _error TS7006: Parameter 'opts' implicitly has an 'any' type._. I've this config from the [webpack/react](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html) tutorial. > noImplicitAny: true = Raise...

@icarito I just pushed a [PR to the examples repo](https://github.com/nippur72/RiotTS-helloworld/pull/1) with a working webpack example. /cc @sidouglas

@bakura10 Please take a look at the [interop-config](https://github.com/sandrokeil/interop-config) library and the [PSR config proposal](https://github.com/php-fig/fig-standards/pull/620). I think this could help to define a good config structure for the factory. I'm not...

@Bhavesh164 Would be nice if you can bring a PR for this.

I had a similar disucssion with @codeliner. This could resolve the problem with the model duplication.

The Vagrant setup should be similar like in [proophessor-do](https://github.com/prooph/proophessor-do). I guess it's out of date due the new major prooph releases.

I'm flexible too and it can simplify things. A branch for experiments or long running features can also be exists. It's only a name.

Yes, maybe we should create a maintainer repo like [zend](https://github.com/zendframework/maintainers) to put some guidelines there.

@adrian-goe Thank you very much for this nx plugin. In order to make the synth command work with library packages, it's also needed to change the `app` entry in `cdk.json`...