Marc Karasek
Marc Karasek
In the main window I am using Menu to set the menu app.on('ready', () => { const menu = Menu.buildFromTemplate(template) Menu.setApplicationMenu(menu) }) If I remove this and try to set...
Got it to kinda work with Menu.buildFromTemplate(template) But it changes both the main window and the new window.. What is the process for a new window to have it's own...
How do you use onReady() properly.. I had same problem and deleted it but will need to use it as some point.
Am having the same issue on Linux: I am trying to create a new menu for a new window. Tried the fix above but it did not work. error-utils.ts:14 Uncaught...
Is this bug referring to when the install gets to grub after it detects HW and it crashes? This is what I see o both 3.0 and 3.1. I have...
Is this a valid case of floating point being not equal to XLEN? On Thu, Nov 11, 2021 at 12:04 PM shatyahariharan ***@***.***> wrote: > ***@***.**** commented on this pull...
Maybe I am missing something.. Is FLEN the length of the floating point registers? XLEN is the len of the other registers? How can a RV64 have registers that are...
This sounds like someone had way to much time on their hands and overengineered things. On Sat, Nov 13, 2021, 3:21 AM Allen Baum ***@***.***> wrote: > An RV32 processor...
I agree with you. We really need to comment everything. So that in the future we or someone else will be able to tell what does what. On Wed, Nov...
works fine on Carbon Rom which is Pie 9 based