Julien Chaumond
CTO @ Hugging Face, Inc.
- Total activity 60
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 13
- Subscriptions 22
Comments
Recent activity by Julien Chaumond Sort by recent activity-
Super interested in this too
-
Hi all, Just updated the definitions with support for the Persistent storage API from Lens Studio 2.0
-
Just published an updated version with lots of improvements all around.
-
Hi Ashley, What I'm doing is using Typescript to compile to ES5 (i actually wrote some type definition files that I published on GitHub) Works pretty well. I also asked this related question: what...
-
Is it sea life time on Snapchat? 🤣
-
You can use the `DelayedCallbackEvent` like this: ```const delayedEvent = script.createEvent("DelayedCallbackEvent")delayedEvent.bind(handler);delayedEvent.reset(1); /// <- will trigger handler ...
-
Hi Jacob, Yes, so the content can be dynamic (like text-to-speech from a user input, for instance)
-
Hi Robert, the post seems to be stuck pending moderators' approval, for some reason (but there's not much more info there anyways). I created the type definitions just by reading the official API d...
-
Also I added type definitions for the TweenManager to my Lens scripting api typings on Github; see https://github.com/huggingface/snapchat-lens-api/commit/bb5538111516b199b760f3c8dd5e3712150ebe36...
-
The goal is to get an idea of the technical low-level limitations of the platforms, other than by trial-and-error :)