Brian Steere

Results 7 issues of Brian Steere

Minimal reproduction repo: https://github.com/Dianoga/muuri-react-cra-bug There seems to be an issue in apps created using `create-react-app`. Specifically, when you add new items to the `MuuriComponent` they don't seem to get initialized...

help wanted 👋

* H2 and H3 now use `theme.colors.primary.main` * The right panel allows controlling * Selected tab background and text colors * Endpoint background and text colors * Endpoint server background...

If it is of any interest I just threw together a logger that generates a fairly nice progress bar (using the awesome `progress` package). Feel free to use (or not)...

I'm not all that familiar with Ruby, but the general consensus I've seen is that webrick isn't good. Heroku recommends Unicorn (https://devcenter.heroku.com/articles/rails-unicorn). It looks like it shouldn't be too hard...

If it's useful to anyone here is an initial pass at types for this project. ```typescript declare module 'ffmetadata' { function read(path: string, cb: (err: Error, data: any) => void):...

### Package name payload-openapi ### What happened? When I try to run this I get the following error. I did a quick look at the source and tried setting the...

bug

**Describe the bug** Whenever I launch the app and it wasn't already running it will show an error message "Error loading page". If I pull to refresh it will almost...