Ian VanSchooten

Results 155 issues of Ian VanSchooten

I created an issue at ember-cli-ramdisk [https://github.com/ExpressCheckout/ember-cli-ramdisk/issues/8], but thought you might like to know about this as well. When using that addon, I am unable to import modules. For example...

I came across an addon called ember-moment (https://github.com/stefanpenner/ember-moment), does this addon basically do what we are doing in the "Working with JavaScript plugins" chapter? Maybe your note about addons at...

After replacing the contents of app/utils/date-helpers.js as instructed on page 80, the unit test begins to fail. Changing the unit test to reference the new function name resolves the problem:...

Is it possible to specify a default for positional arguments? For example, my tool expects files or directories as positional arguments, but if none are provided it will execute with...

enhancement

Hello, I was looking for a way to import graphql files in vite, and came across both this plugin and @rollup/plugin-graphql. Since vite can use rollup plugins, I was wondering...

I've found that when named and default exports are mixed, the helper function `getDefaultExportFromNamespaceIfNotNamed` doesn't work correctly, it's defined as: ``` function getDefaultExportFromNamespaceIfNotNamed (n) { return n && Object.prototype.hasOwnProperty.call(n, 'default')...

ESLint is talking about doing something very similar to this project (see https://github.com/eslint/eslint/issues/2203#issuecomment-120438720), and I'm trying to think of ways it could be done. It was suggested to look at...

in progress

Hi, thanks for putting together these examples! I tried firing up the Storybook and it initially failed when using Node 18, but worked when I switched back to Node 16....

I'm not positive, but I think this could be an error in this repo. I'm upgrading from babel 6 to 7, and found that my tests using `react-test-renderer/shallow` are failing...

### What version of `vite` are you using? 2.9.9 ### System info and storybook versions ``` System: OS: macOS 12.3.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Binaries:...

bug