taye

Results 50 comments of taye

if your checker is an arrow function (`() => {}`), then you can't use `arguments` to look at its arguments. you'd need to use the spread operator. ```js (...args) =>...

I've closed my PR. If you decide the best solution is to remove the brackets when transforming `$$`, I can try to make a PR for that and include the...

It's not clear what should or shouldn't happen in the demo

@christianlupus Nice :D. I'll start from here

JSDoc can parse typescript files with the help of [jsdoc-babel](https://github.com/ctumolosus/jsdoc-babel) and [@babel/preset-typescript](https://babeljs.io/docs/en/next/babel-preset-typescript.html). Here are some steps to get this working: ```sh npm install --save-dev @babel/preset-typescript jsdoc-babel ``` In jsdoc config:...

@zxch3n I was excited, but I think you closed the wrong issue :)

Hi @joschler-hub, thanks for reporting this issue. Can you please share - the version number of your firefox browser, - your operating system, - the file types of the images,...

Do you have `privacy.resistFingerprinting = true` in your firefox's `about:config`?

I'm making some changes in #5455 to avoid WebGL if it's not needed. That should resolve your issues since you're not editing images. To help me figure out the cause...

@vinodsingh19 Thanks for reporting >edit to add: Using a filter does not change the black image. Some users can post images and video's without issue I think. While you're selecting...