Trent Jones

Results 14 comments of Trent Jones

Yeah, I've just hit this too, would be good to get it merged. @cubedro

It looks like compression doesn't work if you're not on a native windows OS. The `win-upacked` dir is ~500Mb and the .msi is slightly higher than that (which makes sense)....

I'm not quite getting the same error, but suspect it's highly related. I'm using Berry and Zero Installs, the bundling part seems broken as I get "cannot find module" when...

This is no longer working for me; ![image](https://user-images.githubusercontent.com/2747764/33745615-d5aff626-dbf2-11e7-8bf2-f2b6eb6f4daf.png) And the Agent is the most recent possible version; ![image](https://user-images.githubusercontent.com/2747764/33745773-d05adcf8-dbf3-11e7-80e1-b26a95b3da0c.png) Any other ideas?

OK. Seems weird that it's a property on the user but then it's not actually persisted. Why doesn't `_signinEnd` return a `response` object, that contains the user and the state...

3.0?! It's only on 1.6, did you mean 2.0? Fair enough though, definitely a breaking change. It'd be ideal to separate `state` and `user` entirely if that contract is getting...

A fairly quick/dirty hack might be to just pass in the "relevant" events in the `prevClick`, `nextClick`, `onSelectDate` and `onViewChange` functions/callbacks. RBS looks through the entire event list to find...

@StephenChou1017 - I *think* it's a bit better on 0.2.7, it's still taking 6 - 7 seconds of unresponsiveness to switch to Month view though (if it's that slow for...

> I've forked this to https://github.com/faceleg/angular-busy-plus. Recommend using that as the development focus until / unless the owner becomes active or brings help on board. @faceleg This doesn't seem to...

I get a similar issue on Windows 10 with cmder. Native console does seem OK. Outputs Blue: Colorful.Console.WriteLine("Test", Color.Red) Outputs Red: System.Console.ForegroundColor = ConsoleColor.Red; System.Console.WriteLine("Test"); Clearly some issues going on...