Matt DesLauriers
Matt DesLauriers
Currently you can abort requests like so: ``` js var req = xhr(url, (err, resp) => { // ... }) // when user cancels request cancelButton.on('click', () => req.abort()) ```...
Lately I've been doing some profiling with [node-webkit-agent](http://c4milo.github.io/node-webkit-agent/) to see where the bundle time is spent on watchify rebundle. It tends to get fairly slow in large projects (current app...
Hi, first of all thanks for Preact and its tooling, it's really great. 👍 I'm looking to add `preact-transition-group` to my routing so that each component can handle `componentWillEnter`, `componentWillAppear`...
Hi there — in our code we tend to apply CSS to a component on `componentDidMount` (specifically, using GSAP for complex animations). However, when routing around I've noticed that preact-router...
Hi. I have a specific use case, in that I am using live shader reloading on GLSL file changes so I don't lose my application state while tweaking shaders. Sometimes,...
Running a [rather large](http://glsl.heroku.com/e#17449.0) shader through glsl-optimizer with target ES20 gives me the following error in WebGL; ``` gl.getShaderInfoLog() ERROR: 0:80: 'q__19' : identifiers containing two consecutive underscores (__) are...
**Description** When trying to use the wallet in the frontend with a bundler (tested: parcel, browserify) I can't get the app to work at all. It seems like it's an...
First, thanks for this work so far! I’ve got a fork where I’m exploring ways to improve performance, among them: - use the wasm build as it should load and...
Hey there! Having fun tinkering with my inky pHAT! I've been adding new lookup tables to get a [custom update sequence](https://twitter.com/mattdesl/status/1075869530793095169) and wondered: One step in the default B&W sequence...
Hi there, first thanks for your efforts converting this into a dataset. I have the book and its really beautiful, but as you mention in the Readme, it's hard to...