Karel Mácha

Results 47 comments of Karel Mácha

This error occurs, when trying to install the [jsonresume-theme-mocha-responsive ](https://www.npmjs.com/package/jsonresume-theme-mocha-responsive) npm package. I don't have a simple scenario, but the behaviour can be observed in [KissMyResume](https://github.com/karlitos/KissMyResume) app, when adding `querystring`...

Hello, sorry it take me a while. Here is the branch: https://github.com/karlitos/KissMyResume/tree/static-depepndency-error The only difference to master is the added `querystring`to the static dependencies. (_app/main/theme-helpers.ts_) How to reproduce the error:...

I found some time and updated and simplified the `jsoneresume-theme-mocha-responsive` theme. Mostly I got rid of bunch of dependancies and was able to update remaining dependancies to current versions. Now,...

Any solution or workaround to this ? EDIT: I did some investigation on this, see https://github.com/euvl/vue-js-modal/issues/385#issuecomment-547988420

Hello, I am coming here from this [electronics.stackexchange ](https://electronics.stackexchange.com/a/518984) post because I would like to drive a stepper motor with TMC2209 and ESP32. I read though this thread and also...

Thanks for the answer. I actually found some more examples regarding ESP32 in other issues, event [this repo](https://github.com/edwardocano/Esp32-TMC2209) 👍 I am unsure though, how is the wiring done with the...

@teemuatlut Many thanks, dealing with the pinout of TMC2209 brought me to my problem - I the wiring for the EN pin was wrong. I used the ESP32 example from...

You can get notified when a marker is created with the 'commit' event: ```javascript map.#on('editable:drawing:commit', (evt) => { if (evt.layer instanceof L.Marker) { console.log('Halelujah, marker was created'); } } ```

@db255 Thanks for the CSS hack which helped me to resize the white rectangles. I also wish there would be programmatic way to set the size and style of those...