Ivan Rubinson
                                            Ivan Rubinson
                                        
                                    Possible duplicate of #218 ?
Flash being discontinued isn't a death blow to the library. It's a nice fallback option to have. The strength of the library is how many fallbacks it has and how...
.... what PHP documentation? Can you provide a link?
What browser + version are you using?
Is a thing on 0.2.44 for us. ``` EntityColumnNotFound: No entity column "whereFactory" was found. at EntityColumnNotFound.TypeORMError [as constructor] (error/TypeORMError.ts:7:9) at new EntityColumnNotFound (error/EntityColumnNotFound.ts:5:9) at SelectQueryBuilder.Object..QueryBuilder.findColumnsForPropertyPath (query-builder/QueryBuilder.ts:978:19) at SelectQueryBuilder. (query-builder/QueryBuilder.ts:1071:68)...
Related? - https://github.com/pahen/madge/pull/318
New JS feature: Private class features > private class members can be created by using a hash # prefix. The privacy encapsulation of these class features is enforced by JavaScript...
I made an automated [test bench](https://github.com/soryy708/watchify-testbench) that reproduces this at various versions of watchify. The test bench uses the source and gulpfile as said previously. What it tests for specifically...
Here's a diff between `3.3.0` and `3.3.1` where I presume the breaking change happened: ``` diff --git a/index.js b/index.js index 921df02..afe6ccc 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,7 @@...
I just ran the test bench on the same versions range, but this time using `requireq `instead of `import`. In `3.0.0` through `3.3.0` it says "Cannot find module 'someNonExistantPackage'" as...