Chase

Results 39 comments of Chase

Looks like the listing api isn't implemented yet. I would like to take this on and see how far I go. I believe [this](https://developer.ebay.com/api-docs/sell/listing/resources/item_draft/methods/createItemDraft#_samples) is the api that should be...

@pajaydev Hi! Currently working on both implementing the listing API and also creating some plans for some potential cleanup. I can finally start working full force now since I got...

@pajaydev that's precisely it. Should just join the user provided array with a space and URLencode the whole thing.

@pajaydev all good, no rush specifically for that. Quick question though, it seems we don't have a `authorization_code` flow set up. Looks like the ebay api will want the user...

weird, do you think it's something to do in [this line](https://github.com/TotallyNotChase/glitch-this/blob/771e5a7ba1621fef17495c588cbe38a398e363df/glitch_this.py#L235)? I'll have to take a look soon

Looks like this is no longer possible as the library cleans up after itself now.

@ethanopp Haven't quite gotten the time to investigate this further, unfortunately. But as ojensen said, it does seem to be an issue with the `pillow` `.save` method losing the alpha...

That sounds cool, I'd be happy to let anyone utilize the `glitch-this` library to add such a feature to gmic. I unfortunately don't have the time and resources to do...

you should be able to do it via your shell, something like this in `bash` perhaps- ```sh for file in /dir/* do glitch_this [options] "$file" done ```

Could you provide some more information on this issue? What steps have you taken so far (i.e the commands you've executed)? What output do you see on the terminal?