Eirik A
Eirik A
Yep, this is a good catch. Thank you. Long story short; I wasn't actually aware that this could be done in an easier way without some explicit `WORKDIR` when this...
It's possible that libpq in our image is simply to old at this point :( It broke upstream a while ago so we have just run on a pinned libpq...
Ah, yes, I think that's a good idea. Not sure how easy it is to integrate in this musl setup and haven't played with it personally, so a PR for...
closing. working in [diesel tests](https://github.com/clux/muslrust/blob/main/test/dieselpgcrate/src/main.rs).
Possibly, have not tested much on arm yet. You could try passing `-v` to the `cargo build` in the container and see if something more useful pops out.
Thanks for this. This looks great to me. Now for the awkward part. It's actually been a while since I've had to do a release on this, and travis has...
Hey, i've updated testing setup now, if you're able to update (nm, i can do it from here) - and it's all green - i can try to push this...
The following diff inside `update.rs` fixes the issue, would you be interested in a PR? EDIT: https://github.com/amritghimire/jira-terminal/pull/36 ```diff diff --git a/src/jira/update.rs b/src/jira/update.rs index 9b7edff..e25a80b 100644 --- a/src/jira/update.rs +++ b/src/jira/update.rs @@...
Thanks for this bug report! This seems like it will be a bug yes. The part of the analyzer where this ends up is probably a bit too primitive. Have...
Where I am using your module (if you are interested) -[watch usage](https://github.com/clux/gu/blob/610eb36502f6f5266676087121910e36c861a767/gu.js#L28-36) -[afterReload usage](https://github.com/clux/gu/blob/610eb36502f6f5266676087121910e36c861a767/gu.js#L45-55) So afterReload, essentially try-catch requiring the all the watched files.