K. S. Ernest (iFire) Lee

Results 1116 comments of K. S. Ernest (iFire) Lee

Fetch openseeface. ``` # Whenever a push is made to the master branch then run the job on: push: branches: - master jobs: # job id, can be anything export_game:...

There's already a standard format using OSC. Not sure of the details. * https://github.com/infosia/vmc2bvh * Although the BVH data has no blend shapes, we have the data.

I mean VMC. I don't speak Japanese that well. https://protocol.vmc.info/specification One approach is reuse the vmc2bvh module and directly connect godot engine. VMC to Godot See https://apps.apple.com/us/app/waidayo/id1513166077

Basic approach ``` class PoseCapture { protected: static void _bind_methods(); public: virtual Ref instance() override; void set_buffer_length(float p_buffer_length_seconds); float get_buffer_length(); bool can_get_buffer(int p_frames) const; PackedVector get_buffer(int p_len); void clear_buffer(); int...

Is there any status change on this?

@kpanic

I second @Calinou 's proposal to rotate it every patch version.

I see. I'll try it.

Is there documentation on how to add new tests? I'm stuck at having the test appear at `jruby -S rake --tasks`.

I got the tests running, but I'm not sure where to start debugging these sort of errors: Error: test: rake db:test:purge(SnappydataRakeTest): ActiveRecord::JDBCError: java.sql.SQLSyntaxErrorException: SQLSTATE=42X94,SEVERITY=-1: (Server=snappydata.192.168.55.4.nip.io[1528],Thread[DRDAConnThread_175,5,gemfirexd.daemons]) TYPE 'PRIMARY_KEY' does not exist....