Mitja Pagon
Mitja Pagon
Thank for the info. Is there a particular reason why this calculation is deferred? Could it be calculated immediately? I'm not very versed with `canvas` but if there is no...
Does it have be evaluated every time, wouldn't it be possible to compute the final dimensions ahead of time and pass them as part of `context`? To give you a...
OK, so clearly using scriptable options to tackle this issue is not the way forward. What would alternative approaches be? Could callbacks work? Something like this ```js datalabels: { callbacks:...
I think plugins for a plugin is a bit of an overkill, maybe a better approach to this, coming from a more object oriented world, would be to refactor the...
I think what @Dipankar-Medhi is saying is that in the docs, under section 9. and 9.1 the text "LINSTOR Docker Volume Plugin" is a link to the github repo https://github.com/LINBIT/linstor-docker-volume-go,...
Passing parameters as JSON is something new to Twitter API, as it wasn't an option when `birdy` was written and it looks like we can't currently handle this use case....
@cherdt can you check out this branch ([features/json-params](/inueni/birdy/tree/feature/json-params)) and let me know if it works. I don't have time to test this fully, but a quick test with requestb.in indicates...