Arjan van Wijk

Results 11 issues of Arjan van Wijk

I'm in a situation where I'm not sure if I have to write my own handler, or if there is a combination of settings that allow me to accomplish the...

When using default cache names (both for the `sw-precache` `cacheId` and the `sw-toolbox` `cache.name`) it will always include the `registration.scope` to keep caches of multiple environments separated. When writing your...

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? When using `FormSpy`, the `onChange` is called during rendering, and throws...

Hi, One of the usages of grunt-ts is to compile 'generated' typescript files by a task that rune before this so all code is valid js. For example: ``` scaffold:...

enhancement
Jump In

I'm getting an argument mismatch on the `signInWithProvider` function, expected 4, received 2. I'm using the v3 branch. The Java code expects 4 arguments (3 + callback/promise). https://github.com/fullstackreact/react-native-firestack/blob/8db8b5040b90e990816ede8b749e24ca9a486a11/android/src/main/java/io/fullstack/firestack/auth/FirestackAuth.java#L161 But the...

I fixed some errors and a lot of warnings (imports, semicolons, types) on the AS3 part of xJSFL.

When your webpack config is invalid, it won't output to the console because `quiet` is true, but the plugin has not been 'applied'. Error with `quiet` set to to false:...

To align between all our skeletons, easily setup up other projects, and to align with our other standards, it would be good to define a "default" tscofig.json. I think we...

This is a two-part issue, since this needs to be solved for two situations: 1. Normal Muban projects that only have `.hbs` components 2. SPA-like Muban sections where we have...

needs research

Add knockout-loader, that allows you to import styles and a ViewModel script from a knockout component template, which registers itself as a knockout component. Add a `knockout-redux-connect` function that connects...