Jeroen

Results 5 comments of Jeroen

I eventually solved with some help from this Stackoverflow post https://stackoverflow.com/questions/61620488/import-qrcode-constructor-for-javascript-through-webpack

@marcojak Will this also work with Maui Blazor? Right now when I try to install Plugin.MauiMTAdmob in a Maui Blazor application I get an error saying `Could not find a...

I modified @EmiyaYang solution to also move the cursor inside the tags when the suggestion is selected. ` ``` monaco.languages.registerCompletionItemProvider('html', { triggerCharacters: ['>'], provideCompletionItems: (model, position) => { const codePre:...

> Got the same exact issue. @kogratte do you have any more info as to why you cannot use electron-log from the background process? Check the package.json in your main...

@mmaietta yes, when I run the production executable with devtools enabled I get an error in the console saying ```Cannot find module 'mypath\win-unpacked\resources\app.asar\preload.js``` I probably have to use some electron-builder...