youtube-study-space icon indicating copy to clipboard operation
youtube-study-space copied to clipboard

Youtube-based online study space! You can enter the study-room by using command in youtube live chat.

Results 50 youtube-study-space issues
Sort by recently updated
recently updated
newest added

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 6.1.1 to 6.1.2. Release notes Sourced from webpack-dev-middleware's releases. v6.1.2 6.1.2 (2024-03-20) Bug Fixes security: do not allow to read files above (#1778) (9670b34) Changelog Sourced from...

dependencies
javascript

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies
javascript

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
Go

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
Go

現状user-activitiesコレクションに入室、退室、休憩開始、...という単位で履歴を保存している。 今後入退室作業履歴を可視化する機能も検討しているので、データ構造を見直す。 詳細はこれから検討する。 * 入退室はセットで1つのドキュメントにしたい。座席使用時間を計算するときに入室のドキュメントと退室のドキュメントを並べて1つ1つ対応付けていくという方法が非効率。ごくまれに入室と退室が対応しないエラーが出てしまうという問題もある。 * 本来user-activitiesはユーザーのあらゆる行動の履歴を保存する目的だが、入退室に関しては別のコレクションにしてもいいかもしれない。そもそも現状では入退室と休憩しか保存してない。

new feature
Go