Dominik Hardtke

Results 32 issues of Dominik Hardtke

(Follow-up to #283 but an issue that can be tackled separately) Given: ```typescript { _id: 42, foo: 'bar' }, { _id: 43, foo: 'baz' }, { _id: 44, lorem: 'ipsum'...

In our project we do not want to enable injection of globals such as `test`, `describe`, etc. See https://jestjs.io/docs/cli#--injectglobals If injectGlobals is set to false, jest-mock-extended doesn't work: ```javascript jest...

Hey, I am encounting a weird problem where the replacement doesn't work for this Routing Entry: ```typescript { path: "binary-search-tree-traverse", loadChildren: "./exercises/tree/binary-search-tree/traverse/binary-search-tree-traverse.module#BinarySearchTreeTraverseModule" } ``` If I remove one additional folder...

Hi! We are very grateful that we were able to migrate from the redis adapter to this socket.io adapter to get rid of one dependency since Mongo is our DB...

After reading a bit through issues and the READMEs of both projects it is still unclear to me what the difference between the two archetypes is. The [aem-project-archetype](https://github.com/adobe/aem-project-archetype) supports CIF...

Hey, apparently some commit broke the import of the following SVG string: ``` svg ``` The rect doesn't appear with the latest version, but with the one on the Amazon...

Hi, I know that it is probablly not intended to use variables with a number at the beginning, something like 3dmark11_benchmark but this happens: ``` php Parse error: syntax error,...

Hi, @rainphp you broke the Compress plugin apparently, and I wanted it to have the ability to only compress if debug is false, so here is yours from a previous...

Hey, I would like to have the possiblity to detect if I am in the last element of the loop or the first.. Currently I'm realizing it like this: ```...

## Bug Report **Current Behavior** We have a client that would like to use language roots that use the country name as page name, e.g. "us". The current implementation of...

enhancement