8633brown

Results 20 comments of 8633brown

Just thinking about the gunicorn workers/threads issue. I was thinking we could add 2 environment variables to the `.env` possibly `NO_OF_WORKERS` and another for threads set as default 1. This...

babel `targets` property has been changed to `defaults, ie >= 9, safari >= 5.1`. I have updated the table to include this in the original comment

I'll fix the conflicts when I next look at it again. It should be pretty much ready to merge especially now the dist folder is included in `unpkg`

adds a legacy build which uses babel to keep support for older browsers. This will be output to the `dist/abcjs-legacy-min.js` file. Anyone using older browsers should use this build. Anyone...

I'm thinking it's maybe overkill providing two versions. The difference between `defaults` and `defaults, ie >= 9, safari >= 5.1` is only 4KiB. I think it makes more sense to...

I've set up typescript in this now. Everything seems to still be working fine. So now babel will transpile all `.js` files and any `.ts` `ts-loader` will handle. The only...

Most symbols now line up well. Some symbols are larger than the old symbols and may need to be scaled somehow, this is especially an issue with grace notes as...

a few symbols I couldn't find are `arpeggio` `shortphrase` `mediumphrase` and `longphrase`. the phrases should really be drawn the same as the bar lines.

Would the easier way to solve this not be to just create a couple of extra checkpoints based on the [```ThrottleCheckpoint::checkThrottling```](https://github.com/cartalyst/sentinel/blob/c7420487cd82ef135ed384a75056674902b755bb/src/Checkpoints/ThrottleCheckpoint.php#L100) method. Splitting this method into 3 different checkpoints i.e....

Definitely would be nice as a configurable option. personally i think it should be configurable via changing the selected hasher via ```Sentinel::setHasher``` as if you were selecting a specific hasher...