Marius A

Results 114 issues of Marius A

https://github.com/Shopify/shopify-node-api/blob/2430848203ed3605e91763be652e7b1f8f37b52a/package.json#L48 The latest version is 3.x, with the major change being that only ESM `import` is possible now. This library already uses it via `import`, so it should just work:...

# Issue summary Follow the steps at https://github.com/Shopify/shopify-node-api/blob/main/docs/getting_started.md#set-up-context with an ESM app on node 16 package.json ``` "type": "module", ``` 1st issue: the correct import should be ``` import {...

**Describe the bug** Formatting doesn't work as expected **To Reproduce** Please see attached testcases [test-input.txt](https://github.com/mtxr/vscode-sqltools/files/3787714/test-input.txt) [test-expected.txt](https://github.com/mtxr/vscode-sqltools/files/3787713/test-expected.txt)

bug
formatting

layout is almost required for every page/post, but still needs to be added manually with JekyllAdmin Instead, layout should be present as a dedicated field for all pages/posts, similar to...

pinned

Edit a page Click new metafield Enter name Press Tab Expected: Tab press should jump to next field, value Result: Focus jumps to Save button

stale
pinned

Parsing an empty element should result in an empty array, not string with \n's I see how this makes sense for a text node. Is there a way to get...

**Is your feature request related to a problem? Please describe.** I always maximimize beekeeper window after starting. **Describe the solution you'd like** Remember the window maximized state (true/false) and apply...

enhancement
accepted :+1:

Please add support for animating icons by adding a class to current ```c-icon cui-x``` icon, similar to https://fontawesome.com/how-to-use/on-the-web/styling/animating-icons

Following up on https://github.com/sequelize/cli/pull/987 sequelize-cli v6 uses an `import` wrapper to support ESM. For sequelize-cli v7, which drops node 10, please support ESM natively: * use native `import` instead of...

README mentions usage only with `require` As some projects are moving to using `import` instead, would you please support usage with `import` as well, for node 16.x?