Maximilian Tagher

Results 25 issues of Maximilian Tagher

I'm not sure what causes this or how to reproduce, but occasionally I look at an EKG graph and all the timestamps are overlapping. There appear to be various degrees...

Hi, when running the EKG server without GC metrics I'm getting the following exception: ``` monitor.js:337 Uncaught TypeError: Cannot read property 'gc' of undefined ``` Here's the stacktrace: ``` monitor.js:337...

Sometimes you want to generate metrics on the fly. Example use cases: - You don't want to register metrics before hand since you have a lot of them, instead you'd...

A nice feature of StatsD's timers is that they track percentiles, in addition to things that `Distribution` already tracks like the min, max, mean, etc. Having e.g. 99th and 95th...

With the Hasky theme, my sidebar disappears and much of the UI is screwed up. I'm running Sublime Text 3.2.1 on MacOS 10.14.4. Package control tells me I have the...

Right now, the functions in Data.Csv generally return `Either String (Vector a)` or a similar variant, which is great in most cases. If you want to get errors on a...

re: error reporting
PR welcome

Several of the example files reference a salaries.csv file. As far as I can tell from searching the codebase, this file doesn't actually exist. I _believe_ this would just be...

``` Max@maximilians-mbp ~/D/C/C/cocos2d-x-samples> python download-engine.py ======================================================= ==> Prepare to download cocos2d-x engine! ==> Ready to download 'cocos2d-x-3.8.zip' from 'http://cocostudio.download.appget.cn/Cocos2D-X/cocos2d-x-3.8.zip' ==> Error: Could not find the file from url: 'http://cocostudio.download.appget.cn/Cocos2D-X/cocos2d-x-3.8.zip' ==>...

Hi, are custom templates for migrations supported by standalone-migrations? I tried to get some working using templates in `lib/templates/active_record/migration/create_table_migration.rb` and `lib/templates/migration/templates/create_table_migration.rb`, based off some Stackoverflow suggestions, but that didn't work....

AWS S3 supports accelerated uploads, in which you send your request to s3-accelerate instead of the normal s3 URL. AWS's accelerated upload comparison tool suggests uploads from SF to us-east1...

feature request
post 2.0