Liam Mitchell

Results 151 issues of Liam Mitchell

``` Unreconized PacketID: 0x76 Size: 40 00000000: 5a00 0000 d107 0000 0400 0000 d107 0000 Z...Q.......Q... 00000010: 0000 0000 0100 0000 0000 0000 0000 0000 ................ 00000020: 0100 4cc4 d18e...

We want to show: - Login Area - Server select - Account Register - Options button - Link to server forums - Banner icon link to Infinite Sky gitter chat?...

https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ http://git-scm.com/book/en/v2/Git-Tools-Submodules Make repo for Launcher Make repo for Spawn Logger Make repo for Client Side stuff Make repo for translation csvs

.cache-require-paths.json was not getting created. Looked at code seems that a clean exist needs to be had but when adding it to an existing project that listens on sockets and...

https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/ If the examples will not be fixed for this the main readme should at least have a link there.

"It would be awesome to have concave shape decomposition" I was looking into this for Box2D a few days ago actually, this is 2D but it can probably be improved...

Not sure if it is an oversight as an email is sent to the user with a link, but it is not signed.

If the verification_url is sent during register (or resend email mutation) by a malicious user, couldn't they trick a user / admin into entering their login into a different website...

```js magento2.addMethods('products', function (restClient) { var module = {}; module.get = function (sku) { return restClient.get('/products/'+sku); } return module; } ) ```

Possible to do this with graphql. Ok not strictly rest api? But wonder if it is of use? https://magentorooturl/graphql ```graphql { category(id: 2) { products { total_count page_info { current_page...