Takuya Matsuyama

Results 14 issues of Takuya Matsuyama

Bootstrap v3 inserts divider automatically so it's unnecessary.

## Summary The Courier font was removed in iOS 15. 'Courier New' is available since iPhone OS 3. ## Changelog - [iOS] [Fixed] - Use 'Courier New' font in `Code`...

stale

Hi, I use __construct method for my constructors. If arguments of a constructor defined in sub class are different from parent class, the parent's constructor still gets documented in the...

I prefer to use munin without authentication because it's deployed in internal network. So I added options 'htauth' and 'htpassword' to `server_auth_method` to enable htpasswd. And authentication method will be...

Just call `new RegExp(i)` works as expected. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/compile

I no longer use this module for my projects. let me know if you're interested in maintaining this module.

When building, it gets: ``` WebpackError: ReferenceError: window is not defined ``` This is because Ionic does not support server-side rendering yet. Seems like [they are working on it](https://twitter.com/mhartington/status/1160941457131356164), so...