Masaki Hara

Results 37 issues of Masaki Hara

I've hit RFC2047 violation ("An 'encoded-word' may not be more than 75 characters long") when sending a mail with a long Japanese subject. This led to a corrupted subject in...

Ruby 3.0 separates keyword arguments from positional arguments. https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ This PR makes `simple_enum` compatible with the new behavior. As `**` isn't supported in Ruby 1.9, this PR falls back to...

## Changes This PR changes how Renovate updates Ruby's Gemfile to be more consistent. It includes the following changes: - Changes to `~>` range - In `bump` and `replace` strategies,...

This is an alternative proposal to https://github.com/XAMPPRocky/tokei/pull/869. This PR adds support for Haml with indented comments and embeddings like: ```haml -# Embeddings :javascript // This is JavaScript code: console.log("Hello!"); -#...

As seen in https://github.com/XAMPPRocky/tokei/issues/587 and https://github.com/XAMPPRocky/tokei/pull/597, Haml uses a unique syntax that is hard to integrate into tokei. Though it is better to have basic support than nothing. Alternative proposal:...

I think CMS is not suitable for an online judge server now. However, since a few years ago I have wanted to use it as a hybrid contest/online judge server....

feature_request

This PR is a followup for #93 and #95. Just tries to build the docs, in addition to the interpreter itself. Let's prevent same breakages from repeatedly occurring.

This is not a polished PR (which emerged from my personal, one-shot use), but I'm submitting this in case someone wants this feature. This method is necessary when e.g. one...

This patch implements the emitter counterpart of #179.

In fact, there's already an implementation -- .CHM help files for RPG Maker products contain the source codes of `RPG`! However, I don't know whether it can be just copied...