Justin Bailey

Results 8 issues of Justin Bailey

### Describe the problem Testing non-trivial service-worker features in a Sveltekit app is currently pretty painful. The most success I've had is using `npm run build && npm preview` after...

enhancement
service worker

I have an interface with multiple implementing types. Two of these types happen to share a property that is not in the interface. This property is calculated from the data...

question
await-response

If the user has a particularly tall screen, like a tablet in portrait mode, 1 loaded page may not fill their screen. When this happens ChatView does not call onInfiniteLoad...

Since the onInfiniteLoad callback currently needs to return a promise it seems to be difficult to work with Redux. I've worked around this by passing a deferred with the action...

**Is your feature request related to a problem? Please describe.** I would like to suggest adding the repeat Until Fail decorator. The decorator would run its child, then repeat it...

🎓 good first issue
🍯 feature
🐝 new node

**Your Godot version:** 4.1 **Issue description:** The Vector 2 and 3 (and the int counterparts) class documentation for operators is missing a description for the unary not operator, `not value`...

enhancement
area:class reference

**Is your feature request related to a problem? Please describe.** This library defines a fair number of types that it does not export. Can these be exported so they can...

The generated asset links on dynamic pages are relative to the current directory instead of the root, resulting in prefixing the current URL to the asset requests which do not...