Jacob

Results 58 issues of Jacob

### User story As an Ember.js application developer, I would like ember-cli-typescript to update the default `.eslintrc.js` configuration (particularly, the `parser` option) so that `npm run lint` does not fail...

As an **Ember application developer**, I want **parity between the `ember generate component` classic vs. octane/glimmer options when using "vanilla ember" or `ember-cli-typescript`** so that **I do not have to...

I was trying to make a repro repo for the ember-localstorage-adapter using ember-twiddle, but it seems that the app is "sandboxed" or otherwise disallowed from accessing `localStorage`. I assume this...

I'd like to make a twiddle that demonstrates using [`ember-mdi`](https://github.com/kaermorchen/ember-mdi) but it seems that it is incompatible with how ember-twiddle is set up. Is there a way to use addons...

In the [Native Classes In-Depth](https://github.com/ember-learn/guides-source/blob/master/guides/release/in-depth-topics/native-classes-in-depth.md) part of the guides it says: > Ember provides a number of decorators, such as the `@tracked` decorator, that will be described in greater detail...

help wanted
good first issue

[README](https://github.com/lerna/lerna-changelog#github-token) says that it interacts with [GitHub](https://docs.github.com/en/rest) [API](https://github.com/topics/github-api), but it would be nice if there were more details about this. It makes sense that one would need to authenticate to...

It looks like there are some IDE-specific configuration files here to make it easier to adopt these coding styles. However, I don't see anything for [`.editorconfig`](https://editorconfig.org/). Although it is quite...

enhancement

Opening this issue after discussion in https://github.com/felixrieseberg/windows-build-tools/issues/92 It appears that [this commit](https://github.com/felixrieseberg/windows-build-tools/commit/f05abe6d6742559a95fc55d7abded944ccdf20fb#diff-de8eead87838ee815887738e6f6187a8) breaks the feature described [in the README](https://github.com/felixrieseberg/windows-build-tools#supplying-parameters-to-the-vcc-build-tools).

The Windows installer for NodeJS [now includes](https://github.com/felixrieseberg/windows-build-tools/issues/150#issuecomment-436725459) [an option](https://github.com/nodejs/node/pull/22645) to install Python and MS VS. Aside from making it easier for systems with older versions of node, what advantages does...

I just noticed [this line](https://github.com/felixrieseberg/windows-build-tools/blob/a1ff38f579f77a205269e9bb6e6f3de5cd0ea2fa/src/download.ts#L48) where we have `process.env.npm_config_resume || true`. `|| true` is a sneaky little you-know-what because it might look like it will apply a default, but really...