Abe Pazos

Results 279 comments of Abe Pazos

Hi, I don't know if this is what you mean, but currently I see as user name part of the e-mail (the part before the @ sign), instead of the...

Sounds like a good solution.

@tusharmath Very tangent :) I rsync to my own server. It takes seconds.

Oh I see I was looking at Sound and not https://pixijs.io/pixi-sound/docs/PIXI.sound.SoundSprite.html SoundSprite doesn't seem to allow any options on `.play()`. So maybe this is a feature request? :)

> Here is cheap workaround for module support. > This worked for my situation that using pixi-layers with webpack or rollup. > > First, forking plugin. > Then just add...

Still testing but this seems to work: ``` import * as PIXI from 'pixi.js' global.PIXI = PIXI require('pixi-layers') ```

Hi! I tried using that flag but it still failed to compile. This is the log: [compilationErrorOnM1.txt](https://github.com/MTG/essentia/files/8706843/compilationErrorOnM1.txt) I would very much appreciate any tips. I've never compiled essentia before.

Thank you. I will do that.

I did upgrade mac os to the latest, then XCode. It didn't help. Then I found out this: https://github.com/MTG/homebrew-essentia It seems to install ffmpeg2.8 instead of the latest. Maybe that...

> You just need to copy the Python scripts to GIMP's plugin directory (depends on the platform) and restart GIMP. You also need a Python interpreter on your system. Copy...