Michał Nowotnik

Results 11 comments of Michał Nowotnik

@akiyosi qtsetup shows usage indicating that there is no such command as ```qtsetup build desktop``` Available modes: ``` Modes: prep symlink tooling into the PATH check perform some basic env...

Still doesn't compile :( I believe that the qt bindings library API has changed and this package needs to be tweaked in some places. For example in file fonts.go it...

Thanks, it works!

@vHanda pinging, please check

Your fix cannot solve the following case: ``` :global(.Select) { .holder {} } ``` However, there is workaround: ``` .holder {} :global(.Select) { .holder {} } ```

@LoveOctocat @4e6anenk0 I have a workaround. Install this plugin: https://github.com/mnowotnik/obsidian-user-plugins; and then you can use this snippet to add command for bulk flashcard generation: ```javascript module.exports = {} module.exports.onload =...

Not deadlock, but the thread could never wake up.

Same. Seems like there is a bug in plenary since args seem alright.

Replace first argument in line ` "./3rd/luamake/luamake", "rebuild",` with the full path to directory and it will work. You may also adjust timeout value (10000 = 10 sec).

I think it's a bug in libuv https://www.ibm.com/support/pages/apar/IV76797 . `cwd` param has no effect on resolving relative path of an executable - the current working directory of the invoking process...