Seiei Miyagi
- Registered on: 2019-04-22
- Last connection: 2019-11-30
Activity
Reported issues: 5
2019-12-02
- 09:08 Redmine Patch #32542: Fix ruby 2.7 warning: The last argument is used as the keyword parameter
- I updated the patch.
Change @**options.merge(other: opt)@ to @**options, other: opt@. - 08:25 Redmine Patch #32542 (New): Fix ruby 2.7 warning: The last argument is used as the keyword parameter
- I run rake test on ruby 2.7, there are several warnings about keyword argument.
I fix it by adding `**`. - 05:48 Redmine Feature #31500: Ruby 2.7 support
- With ruby 2.7, following tests failed....
2019-11-30
- 03:47 Redmine Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the ne...
- Go MAEDA wrote:
> Seiei Miyagi wrote:
> > Updated the patch.
>
> What do you think about the following code? It ...
2019-11-29
- 16:29 Redmine Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the ne...
- Go MAEDA wrote:
> Seiei Miyagi wrote:
> > I will update the patch. By the way, in ruby 2.3, both “String # match?” ... - 02:19 Redmine Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the ne...
- I will update the patch. By the way, in ruby 2.3, both “String # match?” and “Regexp # match?” do not exist.
https:/...
2019-11-28
- 18:21 Redmine Patch #32527 (Closed): Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError ...
- the `request.env['HTTP_USER_AGENT']` may `nil`.
e.g. `curl -A '' http://localhost:3000`
Quote from ruby 2.7 pre...
2019-09-05
- 09:52 Redmine Defect #32024 (Closed): Broken gzip icon in the repository view
- ...
2019-07-22
- 09:40 Redmine Defect #31755: Couldn't download Redmine by curl in Debian buster
- FYI
> Probably the cause is explained here: https://medium.com/@andrewhowdencom/mysterious-ssl-tls-network-connect...
2019-07-19
- 10:48 Redmine Defect #31755: Couldn't download Redmine by curl in Debian buster
- https://redmine.org looks using TLSv1.0, maybe debian buster doesn't support TLS 1.0.
The Security tab of Chrome d...
Also available in: Atom