kyle

Results 6 issues of kyle

on Debian Squeeze, the default version of PHPUnit is 3.4.14 which doesn't have the required argument (--printer). to overcome this .. use pear to install version 3.6.11 pear discover-channel pear.phpunit.de...

Express Routing (implemented through mean.io stack): ``` app.route('/direction').get(direction.all).post(direction.create); app.io.route('connection', function(req){ [...] }); ``` When attempting to use this, the router for express.io will override and not allow the original express.js...

When trying to use `xrun` in an environment set to 'Module', xrun will throw an error about using require() instead of `import`. ```bash [16:17:21] Unable to load ./xrun-tasks.ts: Error [ERR_REQUIRE_ESM]:...

Add @xarc/app-performance-monitor package Client-side performance monitoring utility that automatically tracks: - Web Vitals (LCP, FID, FCP) - JavaScript bundle load times and sizes - Performance timing metrics (DNS, TCP, TTFB,...

Simple helper function for configuring webpack 5 filesystem cache with sensible defaults. **Features:** - Zero-config setup with `createFilesystemCacheConfig(__filename)` - Automatic cache invalidation when webpack config changes - Customizable cache directory,...

Enables webpack 5's persistent filesystem cache to work with Electrode's SubApp architecture by adding serialization support to `SubAppHotAcceptDependency`. **Changes:** - Added `serialize()` and `deserialize()` methods to `SubAppHotAcceptDependency` - Registered dependency...