drmrbrewer
drmrbrewer
@chadwhitacre did you confirm this as a bug, or is it just something I'm misunderstanding about the backup and restore process?
> You made it past the original `/etc/sentry` mount issue, yes? No, still nothing is mounted there: # ls /etc/sentry ls: cannot access '/etc/sentry': No such file or directory But...
@chadwhitacre still not figured how to get this working :-( Referring to [your comment](https://github.com/getsentry/self-hosted/issues/1322#issuecomment-1039402365), which containers actually use the `x-sentry-defaults` config?
@chadwhitacre yes, still very interested!
@arteaprogramar looks interesting! For convenience, I'm trying to load this library in using jitpack.io using: repositories { maven { url "https://jitpack.io" } google() } implementation "com.github.arteaprogramar:MaterialFilePicker:1666064" Gradle syncs OK (the...
Will do that, but any idea why the jitpack method doesn't work with your library? It is far more convenient just putting one extra line into the gradle file...
@arteaprogramar any thoughts? As I said, it's a lot more convenient for devs to use your library if it is easy to include in their project... not only when first...
> I fix It!! You have, or you will? Am keen to try it ASAP!
Great! I won't be able to try it for a few days but will be sure to after that! Thanks.
@arteaprogramar I still cannot get it to work. What `version` are you using in `implementation 'com.github.arteaprogramar:MaterialFilePicker:version'` in the gradle? I think it would be better to have an actual `release`...