Paul Cormier

Results 23 comments of Paul Cormier

It seems like rather than escaping the dash than removing it later, you should instead determine earlier if the string is a number or not: `if (!isNaN(filterWord)) {`. You might...

Unfortunately, I don't have the time myself to work out all the details.

Left it overnight... still running 12 hours later. Something isn't right.

Yes! v1.4.0 installed without any problems! I then tried updating it to 1.5.1 and it was again stuck on Loading...

OK, I'm on a new Windows 10 PC. I have several Meteor projects that I am able to successfully develop on this machine without issues. I performed the following simple...

I also exactly duplicated your steps above with the same result: ``` D:\temp>git clone https://github.com/vsivsi/emptyMeteorProj.git emptyProj Cloning into 'emptyProj'... remote: Counting objects: 101, done. remote: Total 101 (delta 0), reused...

The package did successfully pass 46 of 46 tests on Windows. I'm already well down the path of "Plan B" on my project, so I'll have to see if I'll...

OK, FYI, I must have >50 different Atmosphere packages and npm modules in my various Meteor projects, and none of them have given me this kind of a problem. Apparently,...

1.5.0 also hangs at Loading. Clue: I believe the problem is related to node-gyp because a) the native build for Windows is different than for Linux & OSX, b) The...

Not sure if this is helpful or not, but here is the output with METEOR_PROFILE=1 ``` D:\temp\emptyProj>set METEOR_PROFILE=1 D:\temp\emptyProj>meteor add vsivsi:job-collection | (#1) Profiling: ProjectContext initializeCatalog | | ProjectContext initializeCatalog.................................13...