Bret Comnes

Results 345 comments of Bret Comnes

I like the idea though.

I just ran into this problem too. A better message would have gotten me to a fix quicker.

The message should explain what the problem is (e.g. missing an import statement for package x.) It could also maybe propose a solution like, add the import statement or `run...

I would personally prefer if sheetify didn't come with a lot of plugins. It would be better if you could add them in as you need them with sheetify-postcss.

An alternative is to use [`require.resolve`](https://nodejs.org/api/globals.html#globals_require_resolve) to get the correct base path of the module folder you want, modify the path to point to the correct css file, and pass...

+1 on keeping it open until its an issue. I will subscribe to https://github.com/clibs/clib/wiki.atom to help monitor. Any other feed junkies please help out.

So sorry, I haven't been working with browserify in a few years and don't have enough context as to what even the right move to make here is without having...

Running into a situation where internet archive URLs are not allowed. The depreciated URL format seems to be more flexible.

Running URLs through `new URL` and then taking the `toString()` results properly escapes these URLs to pass validation, however it does make them less readable.

Dark mode matched to the system theme would be great. Should be doable with some media selectors in the CSS easily.