Jason Butz
Jason Butz
If the last script to load is not Blanket then data attributes can't be retrieved. Many modern browsers have support for [`document.currentScript`](https://developer.mozilla.org/en-US/docs/Web/API/Document/currentScript) which gives you the script tag for the...
Right now if you try and run the `parse` method on a e164 number you get null. It would be helpful to be able to get the territory information from...
Reverts jbutz/bootstrap-lightbox#61
Currently all times come through as UTC, but that is not friendly for less technical user. This update takes advantage of SQLite storing timestamps in UTC and adds the [date-fns](https://date-fns.org/)...
#### What? This pull request is mostly a duplicate of #167 expect it also fixes the failed unit tests. The `Rule->conditions` method should act like the `Sku->options` method and not...
### Description: There appears to be a situation where deployment either freezes and does not proceed, or takes an exceptionally long time to proceed, based on the tag values provided....
I am using version 1.3.7 and the following shows up in the Developer Console when loading a Gmail window. Everything seems to work but I thought I would give you...
The package appears to be missing `@astrojs/markdown-remark` as a peer dependency. In my project, I use NPM workspaces, and with how the packages get resolved it's important peer dependencies are...