Anthony Hinsinger

Results 7 issues of Anthony Hinsinger

The current version does not have the .js added to import statments in lib/*.js compiled files this is because the TS compiler return an error : ``` node_modules/.bin/tsc src/use-context.ts:60:18 -...

bug

Hello, I'm trying to use Haunted with the react-apollo hooks library, but I think it can be an issue with a lot of other "hooks" libraries : I use Webpack...

Hello, here is a small PR to get access to the raw data from the result object. It's very useful when sending data through a low power network like Lora...

Hi, the skeleton property, for example for a Text component, accept any parameters (according to the documentation) of the component itself to be override when rendererd in skeleton "mode". But...

typescript

Hello, I'm trying to code a generic hooks, but the type returns by useState cause a problem. A simple example : ```js export function useGenericTest(query: () => Promise) { const...

Hello, is it possible to publish kstars-bleeding 3.6.1 into the repository ? I'm in a hurry to test the new optical trains feature :D Thanks Anthony.