László Monda

Results 19 comments of László Monda

Do you want me to make this happen? I may have the time.

I'm a seasoned Linux user and I just tried to install mkchromecast, but I'm giving up because it's way too problematic. The .deb doesn't work due to outdated dependencies, and...

Sorry, the Kconfig description is inaccurate. The following description is accurate: > If y, MCUboot enters serial recovery for the duration of BOOT_SERIAL_WAIT_FOR_DFU_TIMEOUT upon physically resetting the board. Otherwise, MCUboot...

I don't maintain this project anymore, so no support is expected. As a workaround, you should be able to convert complex types, such as text to graphics primitives, such as...

Hi @mcspritz, dxf2svg2kicad is able to convert any SVG file. Please attach your file here. That's the only way I can help you.

@cojarbi Thank you, but I'm afraid I won't ever have enough time to develop dxf2svg2kicad anymore. Such issues can be solved by converting the DXF to SVG, then reducing the...

As it turns out even if I include `svg.absorb.js` before `svg.export.js` I get: ``` Uncaught TypeError: undefined is not a function ``` upon exporting. I'm completely lost at this. I...

Sure. Here you go: ``` Uncaught TypeError: undefined is not a function [...] layout.html:226 (anonymous function) [...] layout.html:226 j [...] jquery.js:3047 k.fireWith [...] jquery.js:3159 x [...] jquery.js:8183 (anonymous function) [...]...

Unfortunately, only libqt5svg5-dev is available in the latest Linux Mint distro, no QT4 anymore. Adding `QT += widgets` to the project file was the most relevant suggestion in the referenced...