Ben Ogle
Ben Ogle
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.9.0`) of this package: 1. Store package style sheets...
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`1.0.1`) of this package: 1. Use `activationCommands` instead of...
In version 0.65.0, atom now supports `syntax-variables.less`. You should add this file so other packages can properly use syntax colors. See an example here: https://github.com/atom/template-syntax/blob/master/stylesheets/syntax-variables.less If you used the `apm`s...
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.2.0`) of this package: 1. Use `activationCommands` instead of...
Adds a two part tutorial on improving react performance * [Part 1: tools and debugging](https://www.useanvil.com/blog/engineering/improve-optimize-react-render-performance-part-1/) * [Part 2: react optimizations](https://www.useanvil.com/blog/engineering/improve-optimize-react-render-performance-part-2/)
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.2.2`) of this package: 1. Store package style sheets...
This package will not be loaded after June 1st without changes. There is only one more deprecation on the latest version of this package: 1.Use PackageManager::onDidActivateInitialPackages instead Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and...
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.3.0`) of this package: 1. Store package style sheets...
This PR adds the [Anvil engineering blog](https://www.useanvil.com/blog/engineering/) to the list.
I am trying to mask a US SSN by using prefix. It strips the actual value. https://jsfiddle.net/cz5vrkmj/  The last version that works...