Thai Pangsakulyanont

Results 87 issues of Thai Pangsakulyanont

> Please make sure to add the zfe badge before submitting your PR Sorry, but I cannot find any info about what “zfe badge” is… Is it some kind of...

## Background Bemuse used the `updeep` library, but after some experience in other projects I think using `immer` leads to more readable code. ## Task - Replace `updeep` with `immer`....

hacktoberfest

![image](https://user-images.githubusercontent.com/193136/139588476-a3abc117-9e26-4c34-8ffc-7114f54f9be1.png)

## Background The recently-announced feature preview, [Custom songs folder](https://github.com/bemusic/bemuse/discussions/696), is missing the ability to detect deleted songs. There’s already an automated test for this functionality, but the test is disabled,...

hacktoberfest

## Background Right now CirceCI doesn’t have caching. Install dependencies take 2 minutes. ## Task - Please add caching to CircleCI config file. - The folder to cache is `common/temp/pnpm-store`...

## Background Right now GitHub Actions doesn’t have caching. Install dependencies take 50 seconds. ## Task - Please add caching to GitHub Actions workflow file. - The folder to cache...

Requests: - https://discord.com/channels/427735173606670336/427735173606670338/902305518993944619 In regard to my [question](https://discord.com/channels/427735173606670336/427735173606670338/902578639999229972): > Hm… In other games are plays with RANDOM ranked? I may not have time to implement it but I may track...

## Background We build many things. - Sub-projects - Website - The game Our build pipeline should be able to cache the build output, and skip building some projects if...

## Background webpack 5 has been released for a year now, our project is still on webpack 4. ## Task - Upgrade `webpack` from version 4 to 5. - Your...

hacktoberfest
up-for-grabs

The Bemuse project was started in 2015, where `async function` is not standard yet. At that time, generators and promises are becoming the ES2015 standard, so we used the [`co`](https://www.npmjs.com/package/co)...