Michael Turkeev

Results 16 issues of Michael Turkeev

We have a package that contains loader and runtime. Therefore we can run into following confusing error which I hope you could check for. We have something like this in...

**What can't you do right now?** It happens that in Russia file names inside zip files are often encoded with cp866. Such filenames currently decoded incorrectly in fflate. The best...

**Is your feature request related to a problem? Please describe.** When trying to investigate why specific file takes specific amount of space it would be very helpful to see its...

🚀 enhancement

Now every click triggers both `onStart` and `onEnd`. It would be nice if I could specify maximum mouse offset and/or timeout until which drag operation will not start.

**Describe the bug** I am using the plugin to find changes in merge requests. I am opening the diffs from Jetbrains Space integration panel. When I open the first changed...

We have a binary format that we would like to parse with WebAssembly. But the problem is that we have to copy the file's contents to WebAssembly.Memory before doing anything....

addition/proposal
needs implementer interest
topic: api

I was using Spector.js Chrome extension to debug our migration to UBOs and stumbled upon this. We have the following uniform block: ```glsl layout(std140) uniform DirectLightShadowCastersUBO { float frustumSplits[3]; int...

Otherwise the component cannot really be called controlled. Whoever uses the component should already know that `selection` has changed. They caused it! No need to notify them. The only things...

Какой у этой штуки расход воды получается? Есть ли смысл брать коробочку побольше?

**Is your feature request related to a problem? Please describe.** Here is the way we intend to use glTF transform. We do a number of operations using `@gltf-transform/cli`, then translate...

feature
package:extensions
needs investigation