Ashley Sommer
Ashley Sommer
**Describe the bug** IEx Entrypoint `Elixir.IEx.CLI start()` no longer exists. The `start()` entrypoint was removed from Elixir v1.15 **To Reproduce** Steps to reproduce the behavior: 1. Add a new Run/Debug...
**Describe the bug** The "OtpErlang.jar" included in `intellij_elixir` and `intellij_erlang` was built on OTP 25, it does not support OTP v26. See #3362 for full description and logs. **Logs** ```...
I'm thinking of a situation where I want to run a job once when ofelia starts up, then the same job every 60 minutes after that. Currently if I use...
Related to #32 and #80 When ofelia runs a job, and that job ends with an error, and exists with a non-zero exit value, then ofelia _does not_ display the...
Here's my minimal reproduction of the docker-compose file: ``` version: "3" services: scheduler: image: mcuadros/ofelia volumes: - /var/run/docker.sock:/var/run/docker.sock labels: ofelia.job-local.my-test-job.schedule: "@daily" ofelia.job-local.my-test-job.command: "echo 'still running'" command: ["daemon", "--docker"] test_schedule: image:...
I've noticed ofelia does not show the output of a job until it is complete. For example, if a job runs for 60 seconds, generating 10 lines of text every...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
This is something I've been thinking about for a while, since it was originally introduced in https://github.com/RDFLib/pySHACL/issues/174 The issue is PySHACL is primarily designed to run on Graphs _in memory_...
This issue report isn't directly related to arc-kde, but as the Papirus PPA is maintained by the Papirus Development Team, I thought this might be a good place to put...
This is something I've been thinking about for a long time, and is finally available for PySHACL. Enabling `sparql_mode` allows you to validate against a datagraph on a remote SPARQL...