Fabian Keßler

Results 147 comments of Fabian Keßler

@bhennion, help is appreciated, currently I have few resources. Therefore, it would be good if someone takes over the branch.

That only works, when every call to one of our Dialogs emediately returns into the event queue. And the most of them are waiting for response. The other solution, which...

> I'll have a look. The rebasing seems hellish though @bhennion yes, rebasing is hell at this point. Therefore it might be better to pick small pieces , where you...

> > Like: the menubar must be replaced by GMenu. Since this is a change we should have done after GTK2, this can be made without a change to GTK3....

Thanks @bhennion my intention was not to block the corresponding PR. Only that the fix is very bugprone and that we actually should do the locking directly next to any...

The portable version is also unflagged: https://www.virustotal.com/gui/file/80532b9b153bf73fc7bb240543760ba4b7b797a7ca811ba8782f0e85e4134095 There might be an issue with nsis, they already have a wikipage about false positives: https://nsis.sourceforge.io/NSIS_False_Positives

Most likely a false positive. We can't do much about it, unfortunately, the antivirus vendors analyze files in their cloud, and when they detect code paths, which are similar to...

Unfortunately I am not that deep into bluesim. From my understanding of chapter 5 in https://github.com/B-Lang-org/bsc/releases/latest/download/bsc_user_guide.pdf and chapter 2.5.3, the bsc chooses a similar approach like cocotb, by calling pure...

Not directly. [Bluespec is the high level HDL.](https://github.com/B-Lang-org/bsc) And bsc combines the compiler(transpiler to verilog), simulator (transpiler to C++ and an executable) and tools. The "bluesim" simulator generator is executed...

@sam-mccall I have interest, to work on this myself, is there a chance this proposal will be accepted? Otherwise, I think about creating a standalone version, with a vscode plugin....