-
## 🐛 Bug
Wrapping a rfloordiv operation with `torch.jit.script` somehow swallows the warning:
## To Reproduce
```
# Run with python -Walways
import torch
def wrap_div(a):
return 5 // …
-
```
In GuiceFilter you just try/finally possible exceptions in at least two
locations in the code, see
http://code.google.com/p/google-guice/source/browse/extensions/servlet/src/com/g
oogle/inject/s…
-
# Problem
A lot of our `StripeXService` modules use `with` statements in their public functions.
Some of those `with` statements have `else` blocks with a catch all clause along the lines of
…
-
* **What is the current behavior?**
In v3, both intentionally raised exceptions and unexpected exceptions are swallowed entirely without any indication in the console. They only return any informatio…
-
**Godot version:**
3.2.3
**OS/device including version:**
Any
**Issue description:**
https://github.com/godotengine/godot/blob/2abe996414b8b551e69e29461de3ff1bcaf5a28f/modules/inapp…
-
I'm using logging messages in my python code, but none of those are ever visible. I'm currently configuring my logger like so:
```python
formatter = json_log_formatter.JSONFormatter()
handler …
synic updated
3 years ago
-
```
In GuiceFilter you just try/finally possible exceptions in at least two
locations in the code, see
http://code.google.com/p/google-guice/source/browse/extensions/servlet/src/com/g
oogle/inject/s…
-
## I'm submitting a…
[x] Bug
## Current Behavior
Restoring windows (which, until the application they're good for is restarted, are just swallowing placeholders) using append_layout when tw…
-
Code:
```ctx.Logger().Info("one\ntwo\nthree\n")
fmt.Print("one\ntwo\nthree\n")```
Output:
```ts=2018-11-29T09:22:27.6609211Z module=loom level=info _msg="one\ntwo\nthree\n"
one
two
thre…
-
The index patterns api currently handles errors instead of passing them on to the api caller. Changing this behavior is going to be a significant refactor since it potentially touches all places where…