-
An audit of `unsafe` in ra_ap_intern found this possible issue:
https://github.com/rust-lang/rust-analyzer/blob/dd9cd22514cb1001a0a2374b36a85eb75245f27b/crates/intern/src/symbol.rs#L81-L92
> This mu…
-
As of right now, if invalid entries are received with options 2 or 4, the program crashes.
This exception should return an error message notifying the user that null data returned.
-
See https://dev-discuss.pytorch.org/t/impact-of-multithreading-and-local-caching-on-torch-compile/2498 for a crash when two threads call torch.compile().
cc @ezyang @gchanan @zou3519 @kadeng @msarouf…
-
How do you think about this?
Lazy is ignored because I don't know much about it.
### concerns
It seems work well with non-generic function types, but not with generic function types... :(
…
-
We use mypy to help prevent some runtime errors for passing the wrong types of objects around.
In a recent attempt to replace integer math with a timedelta duration, the change from an `int` to ` f…
-
**Context:**
I am trying to write an async filter that fetches data from a service and store the result in the SessionContext to be consumed by another filter down the line.
**Code**
Here is my fil…
-
```ts
z.string()
.refine((s): s is FooBarString => ...)
.refine((s: FooBarString) => // no TS error, but this can get called with a non-FooBarString
...
)
```
I don't personally under…
-
temperature setpoint is empty when thermostat is off, need to be able to query and report the safety temperature, which is not currently available through the API
-
I've authored a web service that is deployed via k8s to attain various information about our Juniper stack and often get this error
```
File "/opt/venv/lib/python3.9/site-packages/jnpr/junos/dev…
-
Please add support for the [ComfyUI-safety-checker](https://github.com/42lux/ComfyUI-safety-checker) node. It uses a CLIP-based model from CompVis (https://huggingface.co/CompVis/stable-diffusion-safe…