Alexandre Capt

Results 37 issues of Alexandre Capt

The `node:` protocol (https://github.com/nodejs/node/issues/38343) does not seem to be supported or I do not know how to "make it happen". main.js ``` import { toMdast } from 'hast-util-to-mdast'; ``` Install:...

### Code of conduct - [X] I agree to follow this project's code of conduct. ### Description of issue Thanks for the library, it saves a lot of time to...

Documentation
API
dogfood

Symptoms on 6.3: samples (like http://localhost:4502/editor.html/content/reactdemo/cities.html) render white pages, missing React components in the DOM. Cause: the `com.sinnerschrader.aem.react.ReactScriptEngineFactory` component is not started (system/console says "satisfied" but not "activated"). Root Cause:...

**Describe the bug** `version` parameter is always ignored and command gets executed. **To Reproduce** Run `aio app --version` -> shows the available options. Run `aio app run --version` -> executes...

enhancement

https://github.com/adobe/express-website-issues/issues/158 is the first time we see the need for conditional content: the popup must be shown `when returning/web app visitors click on the individual plan for m2m` (audience). In...

question

We see a regular timeout happening when requesting raw content on github. The default timeout is set to 1000ms. In the discussion that started on Slack, we seem to have...

question

Create a new project based on the current aem-boilerplate. Open the homepage and check the console.log: ``` Failed to load resource: the server responded with a status of 404 -...

bug

If you use the same icon 20 times on the page, you will see 20 requests being made in the network tab. This can be optimised by requesting only each...

You can use the following `import.js` to download all page images: ``` export default { transform: ({ document, url }) => { const result = []; const images = document.querySelectorAll('img');...

enhancement
learning

If your import.js script has local imports, they are not hot reloaded when changed. A full page reload is required. The workaround to speed up development is to put everything...

enhancement