Elijah Hamovitz
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...
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,...

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
Originally reported in https://github.com/code-dot-org/craft/issues/236
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...
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)....
Reverts code-dot-org/code-dot-org#58019