Michał Nowotnik

Results 6 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 =...