bkarlson

Results 26 comments of bkarlson

as a matter of fact, something's weird is on mysql side, working query cannot be prepared: ``` mysql> PREPARE stmt SELECT video_id FROM videos ORDER BY video_id DESC LIMIT 10;...

well okay, that was a lame act on my side with mysql, yet this statement works with `query` but not with `execute` ```js const sqlVideos = `SELECT video_id FROM videos...

> @bkarlson probably not relevant to the topic, but why async callback? I'm just refactoring old `mysql` code to `mysql2` with promises, and stumbled upon this issue. Now wondering whether...

> what error with execute? `You have an error in your SQL syntax` ? yes

Confirming too: updating marker coordinates from Vue moves marker, but not tooltip. When dragging marker with mouse/tap, everything's fine.

Hello, I have the same problem. Using Nova on an XGIMI projector, and USB drives when connected appear under /mnt/usb/ folder. Nova should have access to this folder (just like...