Brian van Burken

Results 13 comments of Brian van Burken

This sounds like a great idea! An approach is to change this extension to also catch videos. First add `media` (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType) to catch video and audio. Then the extension must...

@jthegedus Thank you for taking the time to look at my PR! I'll improve the testing using your feedback. I'm not so familiar with the project so bear with me....

I agree that we should imitate the behavior of legacy version managers by default. If no ENV variable is set then that should be the default behavior. I do notice...

This is a duplicate of #16

I've switched from `asdf` and won't know about the project and bash, along with time, to finish this. If anyone wants to pick up where I left off, feel free...

I'd would like to add the following properties 🙂 - [x] `float` (#416) - [x] `word-break` (missing from the TODO list. Docs: [mdn](https://developer.mozilla.org/en-US/docs/Web/CSS/word-break))(#417) - [x] `fill` (#423) - [x] `order`...

I see that the following SVG related properties are missing from the TODO list: - [x] [`stroke`](https://css-tricks.com/almanac/properties/s/stroke/) (#424) - [x] [`stroke-dasharray`](https://css-tricks.com/almanac/properties/s/stroke-dasharray/) (#424) - [x] [`stroke-dashoffset`](https://css-tricks.com/almanac/properties/s/stroke-dashoffset/) (#424) - [x] [`stroke-linecap`](https://css-tricks.com/almanac/properties/s/stroke-linecap/) (#424)...

The following properties are missing from the [fill w3 spec](https://www.w3.org/TR/fill-stroke-3/): - [ ] `fill-break` - [ ] `fill-color` - [ ] `fill-image` - [ ] `fill-opacity` - [ ] `fill-origin`...