JonathanILevi

Results 21 issues of JonathanILevi

Anyway F11 can be made to toggle fullsceen? Having a shortcut is handy, and it's the universal-standard shortcut for that. (Try it in any browser, media player, or basically any...

Some users find it difficult or confusing to use an app from a zip folder. It also comes off unprofessional or different which can give some users concern of the...

When installing Empty Epsilon in the system Program Files folder (like #1003 would) it requires administrator privileges to write to the local folder. Using the appdata folder also makes `options.ini`...

I adjusted how locking works for Science's scanning dialog.       Before my change, after the Science Officer got the frequency to lock, there was a 2 second delay before scan was...

Currently the target direction for helm is only updated when the cursor moves. This makes detailed targeting tedious. (As it is, locked rotation radar is not usable for me on...

Lowering contrast can also be done by making white darker (rather than black lighter). This is easier on the eyes in a dark room and nicer to look at on...

enhancement
help wanted

I cannot get this to compile using dub. (I am on Linux Mint, using Dmd with Dub) I get this error. """ Linking... /usr/bin/ld: cannot find -lX11 collect2: error: ld...

When 4 eighth-notes are played at the same time as a half-note the TimingCallback EventCallback does not share that half-note element lasts through all 4 callbacks. To show the problem;...

bug
audio

**Describe the bug** SVG supports tags with `@media (prefers-color-scheme: dark)`. This tool does not set that for svgs, like it does for html, when in dark-mode. **To Reproduce** Generate using...

bug
needs verification

When building I get this error: ``` error: ‘VK_PIPELINE_STAGE_COMMAND_PROCESS_BIT_NVX’ was not declared in this scope; did you mean ‘VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV’ ``` I am failing to find any documentation for ‘VK_PIPELINE_STAGE_COMMAND_PROCESS_BIT_NVX’.