Bryan Braun
Bryan Braun
We came across an issue where we needed to pass vendor files in above specfiles for node-jasmine. This change allows the option to be passed through. --- For details on...
fixes daniel-lundin/dom-confetti#13.
I noticed that this library is set up to support a commonJS interface (like Node and Webpack). It would be great if it also supported being direct embedded into HTML....
When adding `#` symbols to the right of the decimal (like in a currency) I'm getting errors like `Error: unsupported format |#,###.00##|` Here's an example: ```js console.log(SSF.format('$#,###.00', 1.1111)); // "$1.11"...
### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...
I'm looking to produce rich recaptcha-enabled buttons with additional markup inside them, like this: ```html First Second ``` Do you know if this is currently possible? It would be nice...
Just creating this issue as a place to collect a list of screensavers that we could add using CSS alone. * Nocturnes (the one with the blinking eyes... see image...
I saw this error reported by google search console for these urls: * [ ] https://www.bryanbraun.com/after-dark-css/all/messages.html * [x] https://www.bryanbraun.com/after-dark-css/all/messages2.html  Things to improve: * Add a [mobile metatag](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics) and confirm...
One quick way for us to improve the performance of these animations is to rely more on transforms, as explained [in this article](https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/) (and the following image):  The biggest...
Browser support for es6 module imports is good!  This means that people can import libraries directly without a bundler IF the code (and package.json supports it). Currently, [anchor-js doesn't...