Elijah Hamovitz

Results 80 issues of Elijah Hamovitz

For backwards compatibility during the transition from `[x, y]` to `new Position(x, y)`. As of https://github.com/code-dot-org/craft/pull/453, we should be able to exclusively use `.x` and `.y` rather than `[0]` and...

enhancement

By detecting when a dragged block overlaps a function call block, and modifying the function block to add an input connection. If the dragged block is attached to that connection,...

![blocks](https://cloud.githubusercontent.com/assets/244100/23766974/ad79a0ee-04bb-11e7-8247-9b541bd45815.gif)

As recommended by https://www.chromestatus.com/feature/4764225348042752; also see https://github.com/code-dot-org/blockly/pull/154

https://github.com/google/closure-compiler-js is a version of Google closure compiler that runs in pure JS, with no Java requirement at all.

Originally reported in https://github.com/code-dot-org/craft/issues/407

bug

Originally reported in https://github.com/code-dot-org/craft/issues/236

bug

These are both pretty straightforward: > Looks for uses of `_.each_with_object({}) …`, `_.map ….to_h`, and `Hash[_.map …]` that are actually just transforming the keys/values of a hash, and tries to...

code-hygiene

Specifically, create alarms for four important metrics: `EngineCPUUtilization`, `Evictions`, `NetworkBytesIn`, and `NetworkBytesOut`. I largely based my choice of metrics on [this blog post](https://aws.amazon.com/blogs/database/monitoring-best-practices-with-amazon-elasticache-for-redis-using-amazon-cloudwatch/), which is referenced in [this AWS documentation](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.WhichShouldIMonitor.html)....