Blixt

Results 29 comments of Blixt

I am also getting duplicate contacts when using APAddressBook: ![2015-01-28 21 40 28](https://cloud.githubusercontent.com/assets/158591/5951579/49f50790-a737-11e4-9626-6a4b3be10313.png) (The screenshots are from the built-in Contacts app, the black stuff is me logging out `APContact` fields...

We are also getting this issue in our app when trying to play a specific MP3 file (attached below). The app just crashes and there seems to be no way...

Same here, I'm working with `.tmpl` files. Changing the app code wouldn't be ideal since in a production environment these files never change, but if `gin` supported it that'd be...

This makes sense, I'd be open to a `glob`-like method on `SBAsset6`, so you can do something like `pak.glob('/items/**/*.json')` Since `glob` is not super trivial to implement maybe there's something...

I've encountered this behavior change as well. I'm not sure how to create a reproduction case out of our code base, but essentially what I see is that given the...

Okay so I did end up managing to reproduce this. Basically if you synchronously end up in a flow like the following, a component will re-render with new state, but...

It seems like everything is merged – how does one compile a Go binary using `wasmer-go` on Alpine (Docker alpine image in my case)?

> I suspect you could work this out so that all workers are compiled under one tsconfig and all browser code is compiled under another, without too much fuss later....

@xgbuils This issue is different than what you describe. Look again at the example: ``` var regex = /^(?=a).$/; 'a'.match(regex); // ["a"] var example = randexp(regex); // "ax" regex.test(example); //...

Seems like the top 8x8 is for corners somehow, the next 24x4 is probably for left end, middle, right end overflow, the next 24x8 is for left/middle/right stuff. I've got...