synthead
synthead
From the README: https://github.com/sulix/omnispeak/blob/ea931f3cf8e6381e57e8b11f610356642059b675/README#L16-L29 Do you have a link to the patches that are described in the README, and perhaps a short guide on how to create these Keen 6...
Spun off from https://github.com/sulix/omnispeak/issues/44. When game data is in place that isn't explicitly the versions in this list... https://github.com/sulix/omnispeak/blob/d017166e47a44f102515f3fdf382ac794ab30ae0/README#L16-L20 ...this window is displayed:  It would be better to display...
When running `yard-junk` with Ruby 2.7.1, I get the following deprecation warnings: ``` $ yard-junk Running YardJunk janitor (version 0.0.8)... /home/max/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/yard-junk-0.0.8/lib/yard-junk/janitor.rb:42: warning: Using the last argument as keyword parameters is...
Closes https://github.com/github/gh-gei/issues/594! - [ ] Did you write/update appropriate tests - [ ] Release notes updated (if appropriate) - [ ] Appropriate logging output - [ ] Issue linked -...
This code, with `fullscreen: true`... ```ruby window = Ruby2D::Window.new(fullscreen: true) window.show ``` ...produces this window (not in fullscreen):  This is with Arch Linux using i3 4.21, and ruby2d 0.11.3.
This doesn't actually change the code at all. `i` is defined as `nil` in the affected block and is totally ignored. This is just a small cleanup.
Bitbucket Server migrations are archive-only and BBS instances are assumed to be unreachable from the internet. Therefore, Octoshift will never reach out to source instances, and a source PAT is...
Related to https://github.com/github/gh-gei/pull/976. This PR fixes `.projections.json` to work with the refactored directory structure introduced in https://github.com/github/gh-gei/pull/976 :ok_hand: - [ ] Did you write/update appropriate tests - [ ] Release...
We are constructing URLs by concatenating strings: https://github.com/github/gh-gei/blob/1740f9e74d06e12848eac9037f683fb6346e45e5/src/Octoshift/Services/AdoApi.cs#L30 It'd be better to use the `Uri` class to build URIs and consume them as `Uri` objects: - https://learn.microsoft.com/en-us/dotnet/api/system.uri?view=net-7.0 By using `Uri`...
Related to https://github.com/synthead/timex_datalink_client/issues/308. When using Ruby from [RubyInstaller](https://rubyinstaller.org/) running Windows 10, rubyserial raises `ERROR_SEM_TIMEOUT (RubySerial::Error)` while using an example script with [the timex_datalink_client gem](https://github.com/synthead/timex_datalink_client). This is a semaphore timeout in...