Podaru Dragos

Results 67 comments of Podaru Dragos

this is really easy to fix.. just export the devicePixelBackingStoreRatio like `export var devicePixelBackingStoreRatio = optimizeForHiDPI ? devicePixelRatio / backingStoreRatio : 1; ` this line https://github.com/tsur/canvasjs/blob/master/src/helpers/utils.js#L716

@tsur what exactly is this library ? .. is this the initial library before the comercial canvasjs was launched ? Do you plan to add features to this ? I...

My idea was, if, we have "native" support for monorepos using workspaces, just go with that. for example as preact does. @Lord-Valen If you want to pick that up, feel...

as @notaphplover has clearly explained, this can't be done for inversify. If you want to have class parameter decorators please file issues in the tc39 proposal. Thanks.

@murat-mehmet there is also a fork for this, @mscharley has done a great work supporting them. Of course it's not the same UX since that would be impossible. If you...

This add a new method to the binding, so I am a bit reticent about this. code looks good though. Might need more opinions on this. PS: you could always...

@Minibrams hello, I went ahead and merged main and added some other things I wanted to change into main. I'll merge this, Thanks for this and sorry for the wait

@dcavanagh after we merge this, can we also release with w/e is on master ? It's been a very long time since we haven't released.