Johannes Klein

Results 36 issues of Johannes Klein

I really like the idea of this. But I can't get it to work (`Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning...

We are evaluating different IAM solutions that can be self hosted. And we really like what we see with authentik. Our question at this stage is how mature authentik already...

question

**General information:** * Operating System: macOS * Terracognita version / tag: v0.7.6-12 * Did you build Terracognita from sources or did you use the Docker image: homebrew **Describe the bug:**...

Type: Bug

Hi, could you maybe add a command similar to `n98-magerun.phar dev:module:create` that does the same for themes i.e. `n98-magerun.phar dev:theme:create`. Most importantly add a `--modman` option! Thanks!

enhancement

`sudo n98-magerun.phar dev:symlinks --skip-root-check --on --global` throws `It's not recommended to run n98-magerun as root user` is that the expected outcome?

support

Could you maybe list all Enterprise-Edition-only commands separately? Would make it clearer, that i.e. gift cards are EE only (I know, who doesn't know that?) :)

enhancement

I am looking for a way to style parts of a resulting value individually. For example: ```js numbro(52).format({output: "ordinal"}).toObject() //{value: 52, ordinal: 'nd', formattedValue: '52nd'} numbro(52).format({output: "ordinal"}).value //52 numbro(52).format({output: "ordinal"}).ordinal...

- How can I Opt-Out of the analytics? - Is it GDPR compliant?

For a less than standard OAuth implementation, I needed an additional GET param added to the authorization url. After some pocking around, I found, that simply adding an options object...

I know,[ that's what the code says](https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js#L97) anyway. Couple of questions: Why? :) My Issue: since the key is session independent (by design) it is always generated by the last...