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-
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 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 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 :)
-
Hi Travis, any idea which embedded interpreter (SpiderMonkey, JSCore, etc.)?
-
Have a look at this: https://github.com/huggingface/snapchat-lens-api It's a re-package of the Lens Scripting API as Typescript type definitions, so you get code completion in VSCode. I've opened a...