Thomas Chia

Results 12 issues of Thomas Chia

Love that you’ve taken up this effort! What are your views on a Chaos actor that performs random interaction with the UI? Eg clicking buttons, entering text in inputs etc....

## Description Moved `@types/prop-types` from `devDependencies` to `dependencies`. ## Addressed issue #15 TypeScript consumers of the library need this package due to the type export in `utils.d.ts`. Currently as it...

In a TypeScript project, this compilation error appears because `@types/prop-types` is listed as a devDependency, but is exported in `utils.d.ts` for consumption. #14

Thank you for this library. I believe there is an error in the docs in the example of calculating objects of different scales. I have validated this by running the...

Using `useReducer` to create a global state object, store in Context and accessed with `useContext`: ```jsx const MyContext = createContext(); function MyProvider(props) { let [state, dispatch] = useGlobalState(); return (...

Not sure if generic Hooks like this will actually turn out to be helpful but throwing it out there. ```javascript import { useRef } from 'react' function MyComponent() { let...

Hook to simplify creation and cleanup of setInterval: ```javascript function MyComponent() { useInterval(() => { // do something every 1s }, 1000) return ... } ``` https://github.com/thchia/useInterval

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Documentation
Package: serverless
Platform: AWS Lambda

Certain Identity Providers support this for "single sign out". It would be good to support this for those cases. From #7

enhancement

speaker --- Thomas Chia, find me in Uniqlo near white t shirt shelf. Unsuccessfully ordered char kway teow in an English tea room (in England) aged 8. intro --- In...

talk