Patrick Hund

Results 13 issues of Patrick Hund

When I try to do an “npm run build”, I get this error message: ``` Error: Cannot find module 'stamp-utils' from '/Users/pahund/git/bdc/node_modules/react-stamp/lib/utils' at /Users/pahund/git/bdc/node_modules/resolve/lib/async.js:46:17 at process (/Users/pahund/git/bdc/node_modules/resolve/lib/async.js:173:43) at ondir (/Users/pahund/git/bdc/node_modules/resolve/lib/async.js:188:17)...

### Issue description or question It would be nice to be able to set environment variables that I can use in my Wallaby.js file to modify my configuration. I have...

feature request

When I build locale with the current stable version of NodeJS (4.1.0), I get a warning message: ``` npm WARN engine [email protected]: wanted: {"node":">0.8.x

The AdvertisingSlot component in version 4.0.0 uses the browser's Intersection Observer API. This is not supported by Internet Explorer 11. Find out if it can be easily fixed for IE11...

docs

Allow TypeScript projects to easily integrate *react-advertising* by providing a type definition file.

feat

When an error is thrown in the Advertising module, there is no error message on the console.

fix

**Browser** Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15 **Observed behavior** * Run Storybook locally * Scroll down lazy loading page * Not all the...

fix

The `AdvertisingProvider` is really messy, best would probably to rewrite it from scratch as functional component. This should also fix the warning message we currently have when running Jest tests:...

refactor

Wiki page for contributors should explain * how to install and build the project locally * how to publish new package version * how to run Storybook * how to...

docs

If you try to render ads without an ad unit path being present either in the global config or slot config, `react-prebid` will happily try to initialize GPT slots, prompting...

feat