bearsh
bearsh
Right now the application name is taken from the binary name: https://github.com/Nuitka/Nuitka/blob/6d868e6d6c371f46ce627f8b774ad3db3d14cab3/nuitka/freezer/Onefile.py#L154-L164 an option to specify a more human readable application name (which makes the marketing department happy) would be...
… separator when DiscoverSQLMigrations() is called, a 'os nativ' fs is assumed, so convert the path to slash. when opening a file on such a fs, convert to back from...
I embed my sql files with the new go:embed: ```go //go:embed *.sql var EmbedFs embed.FS var HttpFs = http.FS(EmbedFs) ``` then I call `migrations.DefaultCollection.DiscoverSQLMigrationsFromFilesystem(migration.HttpFs, "/")` to discover the sql files...
I want to build a standalone and/or onefile of my project. Qt Plugin tries to find `msvcp140.dll` in `site-packages\pyside6\` which does not exist there but it exists in `site-packages\shiboken6`. I...
handling of values of 'product' and 'manufacturer' is commented on linux, see https://github.com/bugst/go-serial/blob/e381f2c1332081ea593d73e97c71342026876857/enumerator/usb_linux.go#L75-L94 is there a specific reason for this? can this be enabled?
### Issue description Pipenv fails to lock Pipfile.lock if Pipfile contains entries where `sys_platform` does not match. ### Expected result Locking should work like it did previous releases ### Actual...
I have following situation: ```c typedef struct { int A; } member; typedef struct { size_t size; // size of array defined below type1* members; // pointer to an array...
I don't seen any import in code. Is this dependency really needed on all platform? Installation on windows seems difficult...
Hi, I'm about to use this library in a client-server project where the client should be able to discover servers in the lan. I looked at the `PeerDiscovery` object and...