Michael Wieczorek

Results 11 comments of Michael Wieczorek

This happens when I try to parse a file > 2GB. The "cast to int" is the clue, if the file size is larger than what a signed 32-bit int...

Hi, What I ended up doing was to split the fuse.ts file into separate files, similar to how I run Webpack (with a dev and production config file). I created...

Hi, I tried moving the EnvPlugin in different positions in the plugin chain, same result. Added Quantum, build crashed on launch. Tried numerous upgrades to fuse-box and ts-node, entered the...

Closing the dev server (Control-C) works as expected, subsequent launches are successful. Perhaps if you could tell me where and how the shutdown is handled when closing the window, (when...

+1 Please add Typescript Definitions

Broken confirmed. I use the following to transform a JWT with its shorthand properties to more human-readable properties. These shorthand properties should be transformed into the 3-character properties when transforming...

Any news on whether this feature will be added? The absence of being able to OR a value during a select query is the ONLY reason our company is not...

@arily Very elegant. I did something simpler for adding a flag to a where clause: ```ts function orablesOf(flag: number, ceil: number): number[] { const result = [] for (let i...

Getting the same issue when running a debugger. The connection times out and crashes