Michael Sogos
Michael Sogos
Dear @FranckFreiburger Did you find time to implement text selection on canvas or with a text layer over it?
Do you have news about this?
Dear all, I can confirm that the issue still exists also for v5.5.4 with VueJS. I can get the value with property "selectedTab" (not documented) but method "getSelected()" fail with...
Dear @emccorson Did you think about it again maybe? I guess that TypeScript support is a small but great enhancement. Also i saw that you talk about Visual Studio 20xx,...
Great, thanks!
Dear @emccorson Just to help you i found this working ```javascript import Vue from 'vue'; import OnsenUI from 'onsenui'; // 2. Specify a file with the types you want to...
Hi @miaowing , Not a big issue, but each time i update a package with yarn it tell me: ` [email protected]" has incorrect peer dependency "@nestjs/common@^6.0.5".` It happens because i'm...
I found that nestjs 7 and 8 have its own scheduler that work pretty similar. I changed my code to use the integrated one.
Hi @wakatanka , This command tool also doesn't need to connect to pg_hba.conf neither any server file. That error for sure comes from the driver while connecting to RedShift or...
Hi @zxli , Sure I missed something because the default case must remain, but in the code that you mentioned the case "bytea" is there, so it should not land...