Sebastien Dubois

Results 104 comments of Sebastien Dubois

Hello, Any news about this issue? I've just started setting up my CI/CD pipeline and since we're using node:alpine for our Dockerfile, I'm also using it for Gitlab CI, which...

Some examples of guidance we need in the dev guide: * how to validate * when/why to duplicate validation rules (UX) * add a "Validate" button to check everything (linked...

@Tomislaw, would love to understand how to use that approach :)

We noticed the same in our environment. Apparently without that access, calls fail (e.g., deploying an Azure Website). And security-wise, it's not something we want to allow, even narrowly in...

It's apparently the same as this: https://github.com/tauri-apps/tauri/issues/3725 It's caused by limitations for the asset protocol in webkit2gtk (used by Tauri on Linux). There seems to be a workaround proposed here:...

I'm experimenting with those. I'll report back The desktop-audio-proxy didn't play nice with Vite, so no luck on that front. I feel like the best hope is the open Tauri...

Some options to take a look at: * [ ] DOMPurify: https://github.com/cure53/DOMPurify & http://www.slideshare.net/x00mario/in-the-dom-no-one-will-hear-you-scream * [ ] ng-sanitize (or NG5+ equivalent?) Should also be added to the developer guide

I've changed the plugin id to `typefully` and released v1.2.7: https://github.com/dsebastien/obsidian-typefully/releases/tag/1.2.7

Hello, I have renamed the plugin class name, and I have released version 1.2.8. I have kept the command name as is, because the name is actually important. Users need...

Good point! I've released v1.2.9 to fix that. It should be available in a few minutes