Axel Sepúlveda
Axel Sepúlveda
> ng2-smart-table table tr.selected { > background-color: lightblue !important; > } this only works globally in styles.css but not in app.component.css https://angular-jiacvb.stackblitz.io Any hint?
I have the same behaviour as OP, Old question but I think $event.confirm.resolve($event.newData); is an async function so its not completed before this.source.getAll().then() is called, so data param is still...
I'm having similar issue after running npm i ``` > [email protected] install C:\Obralink\git\App proyectos\obralink-user-project-manager\node_modules\node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node": HTTP error 404 Not Found Hint:...
After installing node-sass `npm install node-sass` the `npm i` ends successfully
@Billwilliams1952 you took your time to reply so I developed some functions and the timelapse on this app maybe i'll push to your repo, I didn't know if you were...
Wow, buying it !
> We need to find a way to not get the ESP32 boot messages onto the serial line since they will make it impossible to boot the printer firmware (I...
You can reflash with an ESP (see esp-link), but not with this repo
don't have the link, sending zelda, please follow http://lmgtfy.com/?q=esp-link
With the esp-link bridge you can update directly with no special fw or config, ESP3D has a bridge implemented https://github.com/luc-github/ESP3D , if you can work on it to be implemented...