Kirk Strobeck

Results 16 issues of Kirk Strobeck

Getting `require.context` as `undefined`

How would you go about getting the color of a specific XY coord of a pixel?

1. If I use `await chain('query')` my response has many `null` values. 2. I would like to omit any key that has a value of `null` 3. What is the...

This worked out of the box and even allows for my app to work offline. Just wanted to send some positive vibes your way. Thanks again.

What’s the best approach for programmatically generated stories? For example, something like this ```ts stories.forEach(story => { exports[story.name] = { // story values here } }) ``` I can’t seem...

``` yarn add webdrivercss yarn add v0.15.1 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... warning [email protected]: The engine "rhino" appears to be invalid. warning [email protected]: The engine "rhino" appears...

`w3 authorize ` -> `w3 login `

Here is a [gist](https://gist.github.com/kirkstrobeck/eec0119b37bba304a125) I would really like a version of this extension that just swpas out the very first line with `` and that's it .. is that possible?...

How can this be done with `global`? ```js css.insert('@media print { h1 { color: red; } }') ``` I would assume something like this, but it doesn’t work ```js css.global('@media...