Thai Pangsakulyanont
Thai Pangsakulyanont
This is intended. When a song does not specify an eyecatch image file, Bemuse will try to load `eyecatch_image.png` from the folder. Since not all songs have pictures, when the...
I think I know the cause of the problem now… It is due to recent autoplay policy change. I need to update the game and release a hotfix version soon....
@gavinLiu2016 Woah, awesome! If you have anything that you think should be added to the setup guide (e.g. Windows-specific information), please feel free to [edit the docs](https://github.com/bemusic/bemuse/blob/master/docs/developer-guide.md)! This will make...
FYI; My goal of not touching `server.cpp` / `client.cpp` only applies to my original PR #1975 😄. It was because I wanted that PR to focus only on introducing an...
> I suspect it had to do with trying not to impact server.cpp with the initial RPC introduction. Yes, that is one of the reasons that it is not included....
Updated commit link on top of `r3_8_2nightly1`: https://github.com/dtinth/jamulus/commit/d8469480b0f9408b5b46ad3f668ae1b95fc73955
@pgScorpio Hello, thanks for the report on memory leaking issue. I'm the original author of the JSON-RPC code. IMO this issue may not be a high impact one because the...
@Aliaksandr-Kasko-JazzTeam Hello, thanks for the suggestion! Currently I have no plan to make this project into a library. However it is opensource, please feel free to fork and publish a...
For a workaround, we are using this in our test setup file: ```js import * as util from 'util' // ref: https://jestjs.io/docs/manual-mocks#mocking-methods-which-are-not-implemented-in-jsdom // ref: https://github.com/jsdom/jsdom/issues/2524 Object.defineProperty(window, 'TextEncoder', { writable: true,...
Bemuse developer here. We (I and @resir014) use [Docusaurus](https://docusaurus.io/) (made by Facebook) to [create](https://github.com/bemusic/bemuse/pull/479) a [project website for Bemuse](https://deploy-preview-479--bemuse.netlify.com/project/) and used [Netlify](https://www.netlify.com/) to automatically deploy.