Andreas Jacob

Results 17 comments of Andreas Jacob

I guess @leandrw refers to https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#style-y240 without the first `;` which one can accomplish with `options.wrapHeader` and `options.wrapFooter` or, if I remember right, `wrap: true`. Just for reference: I set...

EDIT: See @danilobuerger comment below, has been fixed for 0.69+ For those looking for a workaround, adding "resolutions" (yarn) and "overrides" (npm) for `ansi-styles` to package.json helped us in a...

Late to the party :) Adding `overflow: hidden;` `overflow-y: auto;` to the section-tag should solve this problem (at least adding it to your code-pen worked).

@Marchrius At the moment it interferes with #64 at my merged version and it might duplicate functionality. Can you provide a simple example where and how to use your pr?...

It's been a while since you asked and I hope you found the solution in the meantime. For everyone else, this might help: 1. Open /android/build.gradle 2. Find `buildscript` 3....

@biswas-houm yes, this is possible, I'm open for pull requests. If I do it on my own, it'll take some time.

When I wrote "this is possible" I referred to the possibility to back-port this feature. It was introduced in version 13 and has been back-ported to version 2.3.7 but not...

Thanks @curtvict for sharing your solution, it works like a charm. As our code has some files at the baseUrl-level, e.g. `src/config.ts` which are imported like `import { PORT }...

Thanks for your comments and contributions, the bug has been fixed.