Noah

Results 35 issues of Noah

I'd like to change some of the `content` using things like `getElementByTagName`. I know I can do this to the `document` object, but what about `content`? Currently I'm passing the...

Does this support custom dimensions? If so, perhaps it could be documented. https://developer.matomo.org/guides/tracking-javascript-guide#custom-dimensions

This seems to nearly have web support when run through react-native-web. In fact, I gotten it to work, just not always, perhaps due to placement or version. Custom themes have...

Gets rid of error `Strict Standards: Declaration of description_walker::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0)`

Using this code, I still see the text output. ``` read({ prompt: 'Email: ', default: 'Email' }, (err, email) => { read({ prompt: 'Password: ', default: 'Password', silent: true, replace:...

Possibly just due to file extension, but unusual. Maybe go to `.js` in dist? ``` ./~/react-textgradient/textgradient.jsx Module parse failed: /Users/noah/Projects/rainycode/node_modules/react-textgradient/textgradient.jsx Unexpected token (22:76) You may need an appropriate loader to...

Why is this recommended by Mapbox to clean up the input for the map matching API when this is for GeoJSON but the map matching API does not accept geoJSON....

I get this error when I do this query: ``` { 'events.type': 'BANIP', 'events.expires': { $lte: new Date() } } ``` But I don't get any error when I do...

Is it possible to run this using `foreman`, thus using the environmental variables, and the `DATABASE_URL` variable locally? When I try this, I get the error `Error establishing a database...

When viewing posts in a category view, all posts appear twice. I've had this problem on my own theme, and also on the default themes. I had this problem when...