Jack Allan

Results 6 issues of Jack Allan

For teams using package.lock.json advising the user to use `npm install` is not good advice. WOuld it be possible to add configuration to allow it do advise running `npm ci`...

Hi there. I'm new to automa and interested in your library. Thank you for the effort you have put in and for making it open source. Can you recommend an...

## Griddle version 1.3.1 ## Expected Behavior Changing the visible prop on ColumnDefinition should cause columns to be hidden or shown appropriately. ## Actual Behavior The column is only shown/hidden...

enhancement
help wanted

I'm currently upgrading from v0.x to v1 and the new API is marvelous. Thanks for all your efforts! I'm trying to find the source code for the current stable version...

enhancement

- `babel-plugin-codegen` version: 4.1.4 - `node` version: v12.15.0 - `npm` version: 6.14.11 With these files: **index.js** ```js // @codegen module.exports = `console.log("hello world!")`; ``` **babel.config.js** ```js module.exports = { presets:...

Steps to reproduce 1. installed atom-import-js 2. added keybinding for windows: ``` 'atom-workspace': 'ctrl-shift-i': 'import-js:import' ``` 1. Selected module name in .js file. 2. Press ctrl-shift-i 3. get error below:...