Jake Goulding
Jake Goulding
**Cargo.toml** ``` [package] authors = ["Jake Goulding "] name = "top-crates" version = "0.1.0" [dependencies] cargo = "0.19.0" hyper = "0.10.9" hyper-native-tls = "0.2.2" lazy_static = "0.2.8" serde = "1.0.1"...
I have a little test program paired with my no-std library. cargo nono reports this, although no one but me will ever make use of it: ``` $ cargo nono...
When a test fails, we take a screenshot to aid in debugging. Sometimes, the screenshot has a white box that covers the entire screen, other times it's just the top:...
In our application, we have a bunch of junk messages from third-party components that we can't turn off. Sample ``` info: %cDownload the React DevTools for a better development experience:...
# ↪️ Pull Request This upgrades the dependency on MDX to version 2. ## 💻 Examples Previous MDX examples should still be applicable. ## 🚨 Test instructions Previous MDX tests...
I want to add some basic safety checks to what HTML tags and attributes are allowed. Some playing around has shown that I can do something like this: ```js const...
Howdy! I'm the author of [SNAFU](https://github.com/shepmaster/snafu/) an error type library. I think it would be very powerful to be able to use Fluent to enhance error types with localized error...
I like writing idiomatic code in whatever language, so I checked out the [style guide](http://elm-lang.org/docs/style-guide) to see what the preferred casing rules are. I didn't see any there, and I...
When trying to install the [language-rust package](https://atom.io/packages/language-rust), I keep getting this error: ``` C:\Users\IEUser>apm install language-rust INFO: Could not find files for the given pattern(s). The system cannot find the...