Artem Titoulenko

Results 8 comments of Artem Titoulenko

Hi there! I've been casually building a [client in Go](https://github.com/ox/sonic) and have sort of hit this wall. I'm stuck trying to figure out how to model my client to be...

Ahh yea that makes sense. I think my confusion stemmed more from forgetting that TCP is well-ordered, and that the response to a query will be the next bytes of...

bump, any idea what this could be?

ahh interesting. I create a `SkelRoot` with a `Skeleton` + `SkelAnimation` inside it in #36. However I have a feeling that my changes to support blend shapes will probably break...

@kcoley Yea that looks pretty good. I was poking around facebook's fbx2gltf and they process fbx files in an [interesting way](https://github.com/facebookincubator/FBX2glTF/blob/master/src/Fbx2Raw.cpp). First they convert fbx to a raw format, then...

@wave-electron yea that sounds like a great idea. I am already using fbx2gltf in my pipeline and I would love for flawless conversions down the line.

I was experiencing this same issue and was unable to get migrations to log that they were run in the DB. We reverted the changes made by `db:mgirate:schema:timestamps:add` by running...

I can also confirm that this is related to setting the `progress` param in `flickrOptions` when calling `tokenOnly`. I was debugging stalled tests and was led to flickrapi, set `progress:...