Aurélio A. Heckert

Results 55 comments of Aurélio A. Heckert

Sorry about... I forgot because i need to save space for js13k competition. Why MIT or public domain? AGPL is better to protect user freedom. Right?

On the file `fileserver.js`, replace: ``` js fileDriver.readFile(filePath, encoding, function(err, data) { ``` by: ``` js fileDriver.readFile(filePath, null, function(err, data) { ``` ... then the file transmission works. Well, the...

My CI step `tsc --noEmit` is failing on this issue. I can't use @Gatos90 strategy.

@KopiasCsaba H-MDM looks interesting for automated tests, but I don't really understand it. Can you point how it can simulate screen touch on the device? Thank you!

The behaivor is still occurring on Cypress 14.3 ``` $ cd /home/me/Projetos/my-project $ npx [email protected] run --component --config 'specPattern=["src/my-component-test.cy.ts"]' DevTools listening on ws://127.0.0.1:39427/devtools/browser/d9b38cd6-0a7f-4523-b78f-1d7e68f29ba4 Missing baseUrl in compilerOptions. tsconfig-paths will be...