Joseph A. Szczesniak

Results 9 issues of Joseph A. Szczesniak

I'm able to cast to my Chromecast plugged into my TV, there is sound and I can see the subtitles, however the video is a black screen. I have made...

Thanks for taking the time to take a look at this. I just updated and I'm getting a new error when I try to hit the database. In my package.json...

bug
pull-request-welcome

Something that would be a huge help would to be able to combine multiple `--filter` statements into one execution of `ultra`. For example perhaps: `ultra -r --filter "@scope/app, services/*" start`...

Fixes shortcut for Linux.

I have the following code: ``` console.log(window) page(encodeURI(path), state, dispatch, push) ``` As you can see, the console log shows window is an object, yet the page transition fails. It...

Is it feasible to add a `leave` prop to the `Animate` component? I have a 3rd party component that controls the mount and unmount of my `Animate` component, and if...

http://riotjs.com/

Up for grabbing

In the file [express-configuration/index.js](https://github.com/imperugo/NodeJs-Sample/blob/master/Logging/ConsoleLogSample/express-configuration/index.js) the maxAge is logged as one day but in reality is set to one year. ``` javascript console.log("Setting 'Public' folder with maxAge: 1 Day."); var publicFolder...

Is there any way to add a custom css parser using this loader? For example: ```JavaScript preLoaders: [ { test: /\.tag$/, exclude: /node_modules/, loader: 'riotjs-loader', query: { type: 'es6', style:...