Walt Woods

Results 15 issues of Walt Woods

## Version * Phaser Version: 3.60.0-beta.4 * Operating system: Pop! OS * Browser: Chrome ## Description See below image; base map is colored hex squares. If I dynamically add a...

🗺️ Tilemap

Hey, I'm trying to make a pull request for coffeescript-eclipse that fixes the tabbing issue (e.g. uses spaces properly), but I cant get make.py to work. It keeps throwing a...

Hey, I pulled in thenrich's changes and made the username / password stuff optional, and then allowed a prefix as per the gridFS specs. Thought you might want to pull...

As title. I tried model.CreateAsync(DatabaseCreationOptions.IfDatabaseNotExist).Wait(), and it failed with table already existing. The exception thrown says, "relation "Test" already exists".

Great project, just a few usability issues. Assume the following schema: ```python import strictyaml as s s.load("a: 8", s.Map({ s.Optional("a", 1): s.Int(), s.Optional("key_a", None): s.Str(), s.Optional("key_b", {}): s.EmptyDict() | s.Map({})...

Sometimes in the FAW, we'll find an error message that refers to specific bytes (such as a font or key name) within a set of files. It would be very...

Using pug, I'm trying to set up a template like this: ```python ui-tabs(:fullwidth="true") ui-tab(:selected="true") div(slot="header") span Overview ul li(v-for="item in files" @click="tabs.push(item)") {{item}} ui-tab(v-for="tab, idx in tabs") div(slot="header") span {{tab}}...

bug

…ring concatenation. Note that this would fix issue #7 as well.

```python import schema schema.Schema({schema.And(str, lambda x: '-' in x, error="Helpful error message"): int}).validate({'hey': 8, 'yo-there': 9}) ``` Expected: the user would get the "Helpful error message" pointing at the key...

It looks like `_global_changes` doesn't work with this implementation. I understand this might be deliberate, but it should be documented somewhere, as it's a significant omitted feature. If I've missed...