Shizuo Fujita

Results 40 issues of Shizuo Fujita

開いていたページの状態が復元した方が便利そう

https://github.com/Watson1978/kotori/blob/a40d0cda82933ce73ca64f062758bc46770ef9c3/kotori/kotori.js#L4 現在 `monospace` 固定なので指定したフォントに変更できるほうが便利そう。

Editor version v2 を利用すれば広いテキストエリアが用意されるので不要そう

To use Android SDK, we have to call `DeployGate.install(this);` (https://deploygate.com/docs/sdk) in app like ``` ruby class MainActivity < Android::App::Activity def onCreate(savedInstanceState) super Com::Deploygate::Sdk::DeployGate.install(self) end end ``` However, it causes a...

Android

This PR will fix CI failures and improve Ruby 3.3 support. 1. Remove bundler installation - It installs bundler without specifying the version in CI. But, it installs bundler which...

### What is your problem? Seems that Groong only support Amazon Linux 2. https://groonga.org/docs/install/amazon_linux.html However, Amazon Linux 2 will be reached the end of life in 2025-06-30. https://aws.amazon.com/amazon-linux-2/faqs/ It would...

Feature

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: http_server plugin helper doesn't work with Async 2.x gem due to using obsolete usage....

**Which issue(s) this PR fixes**: Fixes #4418 **What this PR does / why we need it**: This patch will add `path` attribute in sytem/log section due to configure log file...

### Describe the bug `warning: literal string will be frozen in the future` since Ruby 3.4.0 According to https://bugs.ruby-lang.org/issues/20205, String literals may be frozen by default in the future (maybe...

pending

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: To supress `warning: literal string will be frozen in the future`, we will require...

pending