Colin Eberhardt

Results 221 comments of Colin Eberhardt

I'm not referring to the git repo size - it is the amount of JS / CSS / HTML that is packaged into the PG Build, ST2 is now a...

The recent searches table also exhibits this problem,

Thanks @goodmike - I think this is a fantastic idea. I think accessibility is something that most developers genuinely care about, but lack the skills or experience. Having support for...

@ivabz I agree, but was thinking the other way around! For the application to be accessible, it must be rendered in a suitable fashion so that focus is clear to...

I've created a helper class that makes it easy to bind a collection of view model objects to a table view, as follows: ``` // create a cell template UINib...

> How does the code size change when adding -Oz to clang? Adding that drops from 606Kb to 604Kb

The first thing I learnt from implementing a partial multi-value transform is that the AST tools need to be improved, that's my current priority! Following that, I'm interested to see...

Nice idea :-) The use of Assembly Script to generated the function that polyfills does feel like overkill. The generated WAT is really quite simple: ``` (func $main/i32_extend16_s (export "i32_extend16_s")...

> I am looking for a way to test the functional correctness of the polyfill functions. One possibility would be to test the AssemblyScript source. Do you have an alternative...