Matt Jennings

Results 33 issues of Matt Jennings

CSS changes in example style tags do not apply during development until the server is manually restarted. The displayed code updates, but the example doesn't get the new CSS applied.

I have a custom lexicon that links hashtags to tags. This worked in an older version of compromise (v11.14) but does not seem to be working in 13.11.4. ```js //...

hmmm

#### Do you want to request a _feature_ or report a _bug_? Feature #### What is the current behavior? It seems there is currently no support for plugins when using...

### Describe the problem This is a Typescript problem (see [this](https://github.com/microsoft/TypeScript/issues/16577), and [this](https://github.com/microsoft/TypeScript/issues/40878)), but package is affected by this because it produces ESM javascript. Say your `src/lib` folder has two...

types / typescript
pkg:create-svelte
pkg:svelte-package
p2-nice-to-have

===:clipboard: PR Checklist :clipboard:=== - [x] :pushpin: issue exists in github for these changes - [x] :microscope: existing tests still pass - [x] :see_no_evil: code conforms to the [style guide](https://github.com/excaliburjs/Excalibur/blob/main/STYLEGUIDE.md)...

### Context It would be helpful if `engine.inputs.gamepad` supported `wasPressed` and `wasHeld` the same way `engine.inputs.keyboard` does. This would make it easier to interchangeably support keyboard or gamepad input. ###...

There is a prettier config file but it is not enforced. Running `npm run pretty` right now affects 230~ files and also causes some lint errors: ``` ➜ Excalibur git:(fix/2376)...

stale

I've used serverless-offline-dynamodb-streams with both DynamoDB Local and LocalStack, however I cannot get it to work with Dynalite following the [exact instructions](https://www.npmjs.com/package/serverless-offline-dynamodb-streams?activeTab=readme#dynamodb) from the readme. This is the error I...

I was getting this error in a Vite project until I also installed `@leveluptuts/svelte-side-menu`. ``` Failed to resolve import "@leveluptuts/svelte-side-menu" from "node_modules/.pnpm/@[email protected]/node_modules/@leveluptuts/svelte-toy/Toy.svelte?v=6f8c9dad". Does the file exist? 11:24:11 AM [vite] Internal...

### Context Sometimes it's helpful to be able to define an Actor's anchor in pixels instead of %. e.g. if your sprite isn't perfectly centered on the frame and the...

enhancement
stale