KlarkC
KlarkC
Hello, I am posting here my solution for this request: https://github.com/ebidel/filer.js/issues/30 To load a directory from URL just append this: ?path=value I created the function compress to be used with...
Now with case tests. Soon I will add tests for modal and dialog functions and fix the "translation issues" branch to for a new pull request.
I was trying to run the secondary screen on my Xbox One browser, (Microsoft Edge 18). ~un~Surprisingly it did not worked, so I tested in my computer with the same...
I developed this template https://github.com/InCuca/vue-standalone-component/ using my experience with Polymer components: paper, iron, etc. In this template I tried to create a standalone component using https://github.com/vue-styleguidist/vue-styleguidist, the next step is...
## Describe the bug It is not possible to import the sdk using vite (which uses rollup to bundle). It fails because it imports node-only dependencies into browser environment. ##...
### Issue #2478 ### Description Fix not being able to import `@aws-sdk/credential-provider-cognito-identity` and `@aws-sdk/client-cognito-identity` in `vite-project` ### Testing ``` cd tests/vite-project yarn install yarn build ``` ### Additional context I've...