-
Hi! Recently I tried to use the [`DataflowBlock.ReceiveAllAsync`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.dataflow.dataflowblock.receiveallasync) API for the first time, bu…
-
Hi everyone!
We stumbled upon an issue when fitting a `Turing` model using `ReverseDiff` if the inputs are `Vector{Real}`.
### Minimal Working Example
```Julia
using Turing, ReverseDiff, D…
-
We are seeing errors like:
```
found no matching overload for _?_:_ applied to '(, , )'", , ("Unexpected ? :
```
Which is obfuscating the underlying error that occured in the argument to co…
Alfus updated
5 months ago
-
The erros for the optimally extracted spectra seems to be underestimated compared to the 'real' expectation. i.e. from the ETC or looking ash the error values from single exposures from the pipeline. …
-
original:
```
try {
await defaultManager.transaction(async mgr => {
await mgr.withRepository(repo).insert({ name: "user1" });
//throw new Error(`abort`);
await mgr.withRepository(r…
-
Allow monitoring of processes for failure.
```
pid = SomeProcess()
error_message = pid->on_error()
when error_message:
print("Process exited with error: " + to_string(error_message))
end…
-
### Component(s)
exporter/sentry
### What happened?
## Description
base on this picture `library_version` is invalid in Sentry error because is empty
![{57D8B281-558A-49C9-B87B-9065F17042EB…
-
This has been changed. I have run the following
```
(dbt) [pplesnia@np04-srv-019 drunc]$ drunc-unified-shell ssh-standalone config/daqsystemtest/example-configs.data.xml local-1x1-config
drunc-unif…
-
Probably needs a CodecError enum which contains an "Other" type for potential future codec-specific errors. This could roll `io::Error` into it.
-
Errors need to bubble up in expressions.
`(+ 1 'a)` results in `error not int a`
`(= 1 (+ 1 'a))` results in `()`.
Expected: `error...`.