Ben Companjen

Results 58 issues of Ben Companjen

In a development environment with production data, we have 411 notes (as shown in the admin dashboard), but when I click through to the list of notes, I get a...

I tried to `bundle install` without the development and test groups of gems, but then the application would not start. I reported this in https://github.com/benwbrum/fromthepage/issues/4291#issuecomment-2326368286 > I just found out...

I just realised that during an export, intermediate files and logs are written to a directory that is directly accessible from the web. https://github.com/benwbrum/fromthepage/blob/337b29aea556b20056fbf7a46e047da7757b95cb/app/controllers/concerns/export_service.rb#L65 When we start storing secrets in...

I'm trying to install a WAR file using a custom resource that wraps `tomcat::war`. ## Describe the Change You Would Like The `@param` description for the `war_source` parameter says: >...

I tried enabling Logstash output in Cantaloupe 5.0.6 for the application log, but Cantaloupe wouldn't start. The stacktrace was: ``` 2025-03-31 15:14:44,273 WARN [main] o.e.j.u.c.AbstractLifeCycle [AbstractLifeCycle.java:235] FAILED o.e.j.s.ServletContextHandler@305b7c14{/,null,UNAVAILABLE}: java.lang.NoSuchMethodError: 'jav...

bug
documentation
dependencies

Closes #191. Also closes #177 as this is the last sub-issue tracked by that issue. I'm not happy about the wording yet, but wanted to suggest a first draft. Extensions...

When one does a search with the Content Search API, the `@id` of the result should be the (canonical) URI of the request, paraphrasing [section 3.3 of Content Search API...