Julien Chaumond
CTO @ Hugging Face, Inc.
- Total activity 60
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 13
- Subscriptions 22
Activity overview
Latest activity by Julien Chaumond-
Julien Chaumond created a post,
Can't find our Lenses in Community lenses
Hi, We have built a number of Lenses but we are unable to find most of them through search, even though they have some views/scans/shares. Also, only two of them appear on our creator page: https:/...
-
Julien Chaumond created a post,
Issue with Lens Studio 2.0
Hi, After updating to LS 2.0, when opening any existing project (created from scratch or migrated from Lens Studio 1.7, doesn't matter), LS crashes instantly. Relauching right afterwards works, if ...
-
Julien Chaumond commented,
Is it sea life time on Snapchat? 🤣
-
Julien Chaumond created a post,
Talking Octopus
Don't you wish you could talk to an octopus? Now you can 🤣🐙 https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=843dff2f076449078c00f15b2649e829&metadata=01
-
Julien Chaumond commented,
You can use the `DelayedCallbackEvent` like this: ```const delayedEvent = script.createEvent("DelayedCallbackEvent")delayedEvent.bind(handler);delayedEvent.reset(1); /// <- will trigger handler ...
-
Julien Chaumond commented,
Hi all, Just updated the definitions with support for the Persistent storage API from Lens Studio 2.0
-
Julien Chaumond commented,
Just published an updated version with lots of improvements all around.
-
Julien Chaumond commented,
Hi Jacob, Yes, so the content can be dynamic (like text-to-speech from a user input, for instance)
-
Julien Chaumond commented,
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...
-
Julien Chaumond created a post,
Type definitions for the Scripting API
Hi all, I've just published Typescript type definitions for the Lens Scripting API: https://github.com/huggingface/snapchat-lens-api This has been tremendously helpful in my Lens development pr...