蒼時弦也

Results 32 issues of 蒼時弦也

### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...

support

Hi, all I am working on a large project to upgrade Rails 4 to Rails 5. But we have some problem with `includes` method. ```ruby User.using(:user01).first.user_sessions.includes(:user_wishes).find { |s| s }...

The main branch is fixed this issue, but `0.0.9` still has an incorrect type. Will the team release a fix before the next version is released? https://github.com/cloudflare/workers-rs/blob/4da2476bddc0f5eba41ae490ead068a17e109af1/worker/src/request_init.rs#L104

Hi, there I get some confused build results for my Flutter project. I generate a `design-tokens.json` from [Figma Design Token](https://www.figma.com/community/plugin/888356646278934516/Design-Tokens) plugins and compile it with `style-dictionary build` command. I get...

Hi, the `LineCheck` can find the accounts which `scope: nil` but the `AccountFixer` didn't fix it correctly. https://github.com/envato/double_entry/blob/37ea766a8f87ab72e9f4b131abd61fec85d10d62/lib/double_entry/validation/account_fixer.rb#L23-L28 The line ` scope: account.scope_identity.to_s` always convert `nil` to `""` (empty string)...

This is related to #206 which ensure `LineCheck` and `AccountFixer` can correct detect `unscoped` account (`scope = nil`) and fix to the correct balance. > This is a proposal way,...

Hi, all I upgrade to `2.0.9` and a custom app (Mattermost) into it. But it always shows the `Unable to connect WebSocket` error after 1 ~ 5 minutes.

For wildcard support (#3) and special cases, we are unable to use HTTP-challenge we can use DNS-challenge as an alternative solution. ## DNS Plugin To keep the gem is small,...

enhancement

As title, current the wildcard feature is [release](https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579). It should be supported as soon as possible.

enhancement

Hi, there I test `yabeda-promtheus` with Passenger, but it seems not working. But the local machine is working well with puma. After I read the source code, I guess it...