NEO97
NEO97
_This issue was originally posted here: https://github.com/photonstorm/phaser/issues/2889_ After applying a filter via `sprite.filters = [filter]`, the filtered sprite no longer shakes when `Camera.shake` is called. Here is a demonstration of...
Svelte now supports style props: https://svelte.dev/docs#style_props It allows you to pass props that can be used in css variables. We should add "color" and "size" as style props to avoid...
I love the Editable Table, but there are some behaviors that feel like bugs, especially in comparison to most spreadsheet software: - [ ] Cell textarea opens when Shift is...
When configuring GraphQLClient headers with the `Headers` class, calling `setHeader` does not work: ```ts const headers = new Headers(); headers.set("Authorization", "DEFAULT_TOKEN"); const graphqlClient = new GraphQLClient("http://localhost:3000/graphql", { headers }); //...
When trying to add a keyring entry on Windows, I get `Error code 1783` which seems to correlate to `RPC_X_BAD_STUB_DATA` in winapi.
After installing this package it seems my files have disappeared. Not sure if thats related but I lost a video of the cat i had when i was young, I'll...
We need some unit tests written for [/lib/create-element.js](https://github.com/michaelauderer/stencil-styled-components/blob/master/lib/create-element.js) and [/lib/inject-styles.js](https://github.com/michaelauderer/stencil-styled-components/blob/master/lib/inject-styles.js). I prefer [Jest](https://jestjs.io/) for writing tests, but if you are proficient in a different testing library, please go ahead! It...
Table from `modules/Hash_Table.jai` is empty when parsing typed JSON, it would be great to have support for loading arbitrary data as a Table.