Charlie Francis
Charlie Francis
Hi, I've been trying to reset the player back to the poster image once the video ended. I have tried the following code because I can't see any other method...
I have a complex JSON object in a file that when running via the CLI outputs the keys as headers `jsonexport complex.json output.csv` complex.json ``` { "complex": { "object": 1,...
## Status **READY** ## Description CLI incorrectly parses JSON Object as a JSON Array, leading to a non vertical output (key/value pairs) and instead places keys in header. https://github.com/kaue/jsonexport/issues/91 This...
Hi, I have been using this project to generate AEM apps, recently deploying to our Test environment caused the instance to crash. Exact file that caused the issue `ui.config/src/main/content/jcr_root/apps/PROJECT/osgiconfig/config.author/com.adobe.granite.cors.impl.CORSPolicyImpl~PROJECT.cfg.json` This...
Hi, I am having the same issue that is stated here https://github.com/eirslett/frontend-maven-plugin/issues/440 where my company does not allow Node to be downloaded and will also not allow a proxy configuration...
This is more of a question than a request, is it possible to have an area where the draggable items start, basically in a huge pile, and then the user...
I've got a Nx workspace project with multiple libs that contain scoped translations that live inline with each component, and also a sort of global translation file for each lib...
### Describe the bug I'm trying to use CSS modules with SCSS and have come up against an issue where the autoprefixer is not working on storybook, but working correctly...
I'm using the following command in my .lintstagedrc.json file `"*.ts": "npx tsc-files --noEmit src/typings.d.ts cypress/support/index.d.ts"` and every so often it comes up with the following error: ``` No files matching...
I've been trying to use the API to manage an import from another site but am having trouble finding documentation for the plain API. Is there any? All I can...