Christopher J Baker

Results 16 issues of Christopher J Baker

When controlling the clock by passing a value to `TWEEN.update(...)`, the default `_startTime` for a tween started with `.start()` still uses the browser clock, which means tweens do not behave...

good first issue

__How often can you reproduce it?__ - [X] Always - [ ] Sometimes - [ ] Rarely - [ ] Unable - [ ] I didn’t try __Description:__ I encountered...

bug
p1

This was a feature that I used in webpack quite extensively and very much appreciated. When output files were generated, you could control the output file, namely by adding hashes...

enhancement

A free course, a pair of articles on using RxJS with React, and a playlist of videos mostly focused on using hooks that I think will be useful to the...

CLA Signed

[Styled Components](https://www.styled-components.com/) is a recent-ish development paradigm that has become popular in the React community. While the main package is React specific, the idea is framework agnostic. This has been...

## TLDR Use JSX because JSX is awesome. Also, no runtime ast parsing, so possibly more performant and smaller. ## Details JSX code is transpiled to calls to a particular...

This is a duplicate of #54, but I cannot re-open it. I have however discovered the culprit The data being returned by Airtable is in the order according to the...

ongoing issue

Firstly, I just found this project, but I love it so far and I love its goals. I will be using it on all my projects (pending this is resolved)....

When working with Web Components in Shadow mode, it is very common to define `:host` styles. They could be put in a `GlobalStyles`, but because these are about styling the...

Example: When expanding execution children on history, if the server takes a moment, the UI does nothing till it is finished. In this case, I think it should rotate the...

enhancement
performance