Tatsuya Kaneko
Tatsuya Kaneko
if I use the url including get query, I can't return the original url
to optimize for speed
This pull request includes a change to the `webapp/php/Dockerfile` file. The PHP version used in the Docker image has been downgraded from `8.3` to `8.1`. This change might affect the...
This comments is a wrong. When you run `git.rev_list`, `method_missing` is not executed. `Grit::GitRuby::Repository.rev_list` is executed. You should delete the comments if it does not make sense.
The commit id [d9bb4be · git/git](https://github.com/git/git/commit/d9bb4be53bc5185244b4be9860562a012803bacb) warn "unknown header ''" when I use this gem on [git/git](https://github.com/git/git). It is the unexpected implementation of `Grit::GitRuby::Commit::from_raw` in `grit/lib/grit/git-ruby/git_object.rb` . ``` ruby require...
## Description: OpenResty 1.25.3.1 was intended to support PCRE2, but there is a bug in the stream-lua-nginx-module preventing it from building with PCRE2. While the problem has been addressed in...
This pull request includes minor changes to the `radix.go` file. The changes correct a typo in the comments across several functions. The word "exhaution" has been corrected to "exhaustion". The...
This pull request includes updates to the `chi` examples, specifically adding a new example that demonstrates the usage of `PathValue` for retrieving URL parameters. The most important changes include the...
Thank you for maintaining chi! The support for PathValue and SetPathValue was added in https://github.com/go-chi/chi/pull/901, which is a great feature. However, this is not mentioned in the README. Some users...