Oliver Hoff
Oliver Hoff
regarding 2. FS: ``` - somedir - somefile ``` gitignore ``` /somedir !/somedir/somefile # or "!somefile" has the same effect ``` `somedir` is ignored by git and composer git filter,...
another way to get a file/dir list would be to just use the git command `git ls-tree -r --name-only -t `
> You should just connect at startup and disconnect at shutdown. What happens if no broker is available at startup? We occasionally produce messages in our API server, but i...
Can confirm this behavior.
Is there any way to help to move this forward towards a resolution?
this seems to be related to cyclic imports. you have a very convoluted import chain: index -> event/i-event.resolver -> event/i-event.model -> extrinsic/extrinsic.model -> event/event-impl.model here the EventImpl wants to use...
general stuff on db connections and DIs: the thing what you normally do with relational databases is to create a connection pool (which is a service in your app/DIC). a...
Just wanted to ask, if it is possible to get this before v2 and if I can help in any way?
then asked another way: can and how can I help to make v2 happen sooner?
> it's an error prone pattern every pattern can be missused, but there are a lot of use cases where object types have very few arguments, or are constructed by...