Casey Mulcahy
Casey Mulcahy
No, it currently can't do that. I'm curious what your use case for this is, since I've never needed to do this, beyond maybe SoX mangling Unicode tags.
~~Going to add this capability this weekend if I remember; there have been a couple times when I wanted to do this after the issue was opened. Sorry if it's...
Looks like the issue is coming from [taglib-ruby](https://github.com/robinst/taglib-ruby). Maybe a packaging issue? I haven't used Ruby or Arch in a long time so I'm not set up to test it...
I looked into it briefly, but no. I actually don't understand why it's not using v1 already, since the [ruby-taglib-ruby pkgbuild](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ruby-taglib-ruby) seems to specifically install against v1.
I think I know what went wrong here, but not why it went wrong. There aren't any special properties which that chest/room has, as far as I'm aware. Can someone...
After asking about this in Discord, it looks like this is probably caused by sprite space expansion for the Nayru player sprite. Custom player sprites aren't a feature of this...
@ReggX or @vinheim3 - possible to get a new release of the entrance randomizer? Merging [4.0.A](https://github.com/jangler/oracles-randomizer/releases/tag/4.0.A) into entrance would fix the problem without having to deal with merging all the...
Yes, that's the relevant commit. Maybe I'll see if I can put together a new entrance rando release for cemulate sometime, then.
API v1 endpoints were turned off yesterday, so droxi doesn't work anymore. Need to look into porting to the v2 API.
https://github.com/Jesus/dropbox_api looks like the way to go, but I can't even `require` the gem without a `LoadError` for some reason. Edit: dumb reason; the doc specifies `dropbox_api` but it's `dropbox-api`...