-
Because `iroha-python` is a wrapper around rust code, the full trace-back for an exception is truncated to the Python code in which it was called. So all exceptions should contain the maximum amount o…
-
### Describe your environment
_No response_
### What happened?
When using TracerShim.start_active_span as a context manager, errors raised inside this context manager are being caught by _on_error …
-
(Imported from [Trac #833](http://hackage.haskell.org/trac/hackage/ticket/833), reported by @igloo on 2011-04-21)
Cabal mangles exceptions, e.g.:
$ "utils/ghc-cabal/dist/build/tmp/ghc-cabal" install…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://…
-
according to docs it's possible to generate the client without checked exceptions
https://openapi-generator.tech/docs/generators/java/
parameter `useRuntimeException`
It would reduce lots of boil…
-
Getting the above error when attempting to run a script. The script in question is from the project https://github.com/thomas-bouvier/music-genre-recognition. When attempting to train the model by run…
-
### Description
INFO: 172.18.0.4:56106 - "POST /api/chain/Improving%20Inference%20Speed%20for%20AI%20Models/run HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Trace…
-
I can see via papi_avail that my system does have hardware counters (Number Hardware Counters: 11) and that the event I am interested in (PAPI_SP_OPS) is available:
Name Code Avail Der…
-
Investigate whether we should and can do this.
### Python logger context
Python's [built-in `logging` package](https://docs.python.org/3/library/logging.html) allows for log messages to include…
-
Resilience4j version: 1.7.0
Java version: 11
I configure my circuit breaker with a list with one exception assigned to the record-exceptions property.
The breaker is set to open after 5 failure…