Adrian Macneil
Adrian Macneil
Out of interest, why are you migrating down completely? If it's a test harness or something it would be a lot faster to drop and recreate the database.
Can you share why/when you are migrating down completely though? Is it at the start of your tests, or between each test, or something else?
Makes sense. I'm not sure whether you considered this, but in the past when running test suites I just drop and recreate the database once at the very start (before...
This is a great idea, thanks! I'll publish an npm package when I get a chance.
Interesting. This doesn't seem right, since the docker bridge network should be no different than any other NAT environment. Are you exposing 8333 externally?
Anyone working on this? Is there a recommended workaround?
Unclear why this is so difficult and why it's even a separate action from `actions/create-release`. It should be trivial to create a release and upload a directory of multiple assets...
The solution appears to be to use a third party action: https://github.com/softprops/action-gh-release It's a shame Github Actions doesn't yet support such a basic feature to create (or update) a release...
Seems like a reasonable feature to support. @defunctzombie @jtbandes how difficult would it be to show message fields that match a supported schemaName (in addition to topics that match a...
Yeah, I think just predetermine all the message paths, and add them to the existing dropdown. That way for existing users without nested images, there will be no UI change.