Pyry Rouvila

Results 5 comments of Pyry Rouvila

I'm having the same issue and while I find generic or D3 solutions ([here](https://medium.com/@adarshlilha/removing-label-overlapping-from-pretty-charts-8dd2e3581b71) for example), they are difficult to implement for Chart.js as the algorithms aren't simple. I'm using...

I think this is what you want: https://jest-bot.github.io/jest/docs/configuration.html#modulenamemapper-object-string-string I have it set up like this to allow `import blah from 'src/utils/blah'`: ``` moduleNameMapper: { '^src/(.*)$': '/src/$1' } ```

Should this library expose `useToast()` that you could use directly in the components? For example `vue-router` exposes `useRouter`, which is simple as this: ```js function useRouter() { return vue.inject(routerKey); }...

@alvarosaburido My project moved to https://github.com/Maronato/vue-toastification/tree/next which implements the hook and also had other features this one was missing. It would be nice to have this + solid TypeScript support...

@StephenBlackWasAlreadyTaken, this is the first search result for "xdrip broadcast locally". How can developers integrate into xDrip using this? Some information should be here; is there a example source code...