Bryan Braun

Results 60 issues of 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...

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 ![image](https://user-images.githubusercontent.com/1256329/129298008-989d699a-daed-4d78-a474-cffb76ea7e15.png) 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): ![image](https://user-images.githubusercontent.com/1256329/128540454-34cdcf44-e668-4fa1-8ae4-88a59be248ca.png) The biggest...

Browser support for es6 module imports is good! ![image](https://user-images.githubusercontent.com/1256329/60742239-83394980-9f3a-11e9-8c1f-17fb23cb644f.png) This means that people can import libraries directly without a bundler IF the code (and package.json supports it). Currently, [anchor-js doesn't...