Keiichiro Amemiya

Results 19 issues of Keiichiro Amemiya

### Describe the bug When you export JSON for Horaro, setup time column is wrong ![image](https://user-images.githubusercontent.com/28832095/141651422-c3944b8e-222c-4dc2-84d2-00bcd4c1807d.png) ### How to reproduce 1. set a run with different setup time 2. export...

bug

### What is the feature? Allow organizer to optionally treat each race participant as individual submission ### Describe the feature _No response_ ### Additional context with this - submissions cannot...

enhancement
feature

### What is the feature? This kind of submission is impossible to be picked and just adds noise ### Describe the feature _No response_ ### Additional context _No response_

bug
Confirmed Bug
feature

`useSomething` is a conventional name for hooks, but it's not ideal for npm package names because of vagueness. There are number of options but I'm leaning to `@nodecg/react-hooks`

react-testing-library has been moved to `@testing-library/react`. ref: #21

There is `useListenFor` hook but it's really a basic hook that only registers a callback to `nodecg.listenFor`. It would be nice to receive feedback and use cases so it can...

enhancement
help wanted

```ts const counterRep = nodecg.Replicant('counter'); const Counter: React.FunctionComponent = () => { const [count, updateCount] = useNewHookName(counterRep, null); // ... }; ```

enhancement