Adrian Schmidt

Results 72 comments of Adrian Schmidt

I really like this. The effect is much smoother and nicer on the eyes. I haven't looked at the code though...

I have the same issue with this action, but not when I sync folders locally. I wonder if it might have something to do with the temporary environment that GitHub...

@chrissingh Yes! That worked for us. You just helped me cut the running time of our sync-job from 35 minutes (nominal, 90 minutes worst case) to 3.5 minutes. Where do...

In our case, we have an existing Knockout app, and would like to be able to use components made in StencilJS in our existing app.

It's not _super_ explicit from the reproduction code, but note that the value `'init'` is never rendered, because the `render` method _does_ wait for the async `componentWillLoad`. It's just the...

Stencil exports the following `ComponentInterface`: ```typescript export interface ComponentInterface { connectedCallback?(): void; disconnectedCallback?(): void; ... } ``` So I think this issue can be resolved by simply changing the docs...

+1 on adding `unindent-case`

FYI: I work in @kickapoo's sister team, and while I'm not a node developer specifically, I am a javascript developer, and I'm happy to help out as best I can.

I've fixed the lint errors and the failing tests in two fixup-commits, intended to be squashed into the main commit before merge, but I will of course be happy to...

I would like to add that having a way to specify a _section_ of the commit message body that goes into the changelog would be extra valuable to me. This...