Uoc Nguyen
Uoc Nguyen
Hi there, I think a web based console is required for many purposes which tinker or any terminal based REPL can not replace. Let's me explain why: - Tinker is...
Another way is modify table with nullable column, update each row with client default than alter the column to remove nullable.
Ah yeah, that's true. So I think it can be implement with part of backup / restore or could be better if we have generated DAO as helper methods to...
I taken a quick trace and found this: Picker register `click` event on `document` here https://github.com/mominsamir/smDateTimeRangePicker/blob/master/src/picker.js#L1588 but I don't see where it get removed after calendar pane removed and it...
I have made dirty quick fix with this piece of code ` $(document).click((event) => { var el = $(event.target); if (el.hasClass('md-scroll-mask')) { if ($('.md-dialog-backdrop').length == 0) { el.remove(); } }...
Thanks @uxsoft, I will give a try and tell you the result soon.
Tried latest version from 3.0.0.8 and it work quite good with Toggle Fn Mode (Eject key). Sometime it crashed after change binding configuration. Another suggestion is use task tray icon...
It can check for `portable` directory inside application folder and use it as data path instead of appdata, something like Zazu did http://zazuapp.org/documentation/configuration/#portableMode https://github.com/tinytacoteam/zazu
Hi @MarcPot I'm using Arduino Mega + RAMPS 1.6, the board is powering with USB cable from Raspberry Pi. The main power 12V / 24V (PSU) is connect via power...
Overwrite base gcode commands is a doable solution. Stop powering through usb will need to modify hardware which I'm trying to avoid. Yes, messing with idle timeout in this case...