Ian Young

Results 35 comments of Ian Young

This application uses JavaFX, which is no longer bundled with Java 11 (more information, e.g., [here](https://www.infoworld.com/article/3305073/java/removed-from-jdk-11-javafx-11-arrives-as-a-standalone-module.html)). Assuming that this project is no longer maintained (no commits for more than a...

I should have noted that the `.asc` file being used as a dependency is being matched by this rule: ```ruby compile '/**/*' do write item.identifier.to_s end ```

Thanks. Sorry the report is uncharacteristically vague. My workaround for now is to just read the files directly, and that seems to be working so the issue is not pressing....

Sorry about the delay; I do intend to reproduce it properly but I have had some pressing work to finish up first. The project isn't globally visible but I can...

I thought at one point that this might just be the usual corrupted `vendor` directory thing, but after finally getting round to rebuilding from scratch the problem seems to have...

You should still have access to the private `https://gitlab.com/iay/site` repository on GitLab from the last time round (which seems to be three years ago...). The reproduction is in the `nanoc-1541`...

I've been having some similar problems with my site; my approach so far as been to either link to sites that are less picky, or disabling the check in configuration....

I have what looks like the same issue, with a new Huginn deploy in Docker with an external Postgres database container. I'm only a very recent Huginn adopter, though, so...

My Huginn instance failed again, in kind of an interesting way. I restarted the instance at around 0915Z. The first failures reported in the logs were at 2350Z but some...

This seems like a recent relevant discussion in a Rufus issue called [Rufus and Database Connections](https://github.com/jmettraux/rufus-scheduler/issues/331): >I have a scheduler that runs every 20 minutes and incorporates a db query....