Mathieu CAROFF

Results 38 comments of Mathieu CAROFF

@deanm ping Is there anything blocking the progress of the pull request?

https://stackoverflow.com/questions/60691364/extract-frames-from-gif-using-a-light-browser-js-libary-like-omggif ```ts import { GifReader } from 'omggif'; export const loadGifFrameList = async ( gifUrl: string, ): Promise => { const response = await fetch(gifUrl); const blob = await response.blob();...

> better-onetab isn't available on firefox right now Could you please develop that matter, I'd like to know what prevents the addition of better-onetab to the Firefox Marketplace. Thank you...

Downgrading parcel to 2.6.0, 2.5.0 or even 2.0.0 does not affect the issue.

I use text expansion to store and expand urls and shell commands, and I also have cases for variables. I'd like to have a way to specify the variable right...

Below is the Python script I used to read the TextExpander XML file that Breevy exported and convert it to the CSV format expected by BeefText. I'm interested in writing...

I made a webpage to do this conversion: [Web page](https://beeftext-from-textexpander-xml.now.sh) | [Source code / issues](https://github.com/mathieucaroff/beeftext-from-textexpander-xml) It preserves groups when the output content is loaded using Backup / Restore feature of...

How do we deal with pipes inside process substitution? ```bash seq 15 | tee >(rev | tac > out1) >(shuf > out2 2> err2) ``` Maybe: ```fish seq 15 |...

@Lythenas @ElijahLynn fish supports the `