sdorof1

Results 7 issues of sdorof1

For the next code (which runs without errors): ``` import numpy as np print (np.sign(-1)) ``` I got the error with pyright in emacs: ``` "sign" is not a known...

I got the ```MockitoException``` (Mockito cannot mock this class: class ```com.fazecast.jSerialComm.SerialPort```) for the next code: ``` @Test public void test_mock_SerialPort() { SerialPort port = mock(SerialPort.class); } ``` Versions of software:...

Lunacy version 8.7.2 OS: Ubuntu 22.04 Exception: ``` Unhandled exception. System.Exception: Unable to initialize GTK on separate thread at Avalonia.X11.NativeDialogs.GtkSystemDialog.EnsureInitialized() at Avalonia.X11.NativeDialogs.GtkSystemDialog.ShowFileDialogAsync(FileDialog dialog, Window parent) at Lunacy.Services.DialogService.c__DisplayClass7_0.d.MoveNext() in /root/parts/lunacy/build/Lunacy/Lunacy.UI/Services/DialogService.cs:line 193...

For example, if press `SPC f f` to Open resource and then `ESC` to cancel, the focus brings to the editor's tab head instead of code window. And F12 can't...

I need version number in format: `major.minor.patch.build` where `major.minor.patch` part come from git tag, and `build` part should be number increment for each build. I would like to use as...

### Brief Abstract `org-roam-window-mode` to organize the windows for easy roaming. ### Long Description 1. Each link (file, or ID) should be open in a new window on the right....

1. enhancement
2. extensions
open-to-prs

I prepare expected xml-file DataSet with BLOB data encoded as base64 like this: ``` ``` And I expected what the BLOB from database-table will be converted from `byte[]` to base64...