Michael Turkeev

Results 16 issues of Michael Turkeev

**Describe the bug** We have very large model (can't attach it, because NDA) When applying `draco` command, it apparently doesn't change anything and output is the following: ``` debug: dedup:...

bug
package:extensions
needs investigation

When you have decorated class, from inside that class should you be able to access decorated or original version of it? For example. ``` javascript const decorator = (x) =>...

Could you please add this peculiar format https://en.wikipedia.org/wiki/Unum_(number_format) Text description sounds too vague for me)

When you do ```js const { PNG } = require('pngjs'); const png1 = new PNG({width: 100, height: 100}); const png2 = new PNG({width: 100, height: 100}); png1.bitblt(png2, 0, 1, 2,...

The tool supposedly gives an interesting insight into what the GPU is doing when we give it something to do. But how do we interpret it? What I am observing...

### What is your Scenario? Not applicable ### What are you suggesting? I was invstigating why do we have 2000+ transitive dependencies in our project, and figured that significant part...

TYPE: enhancement
STATE: Need response