-
### Your current environment
The output of `python collect_env.py`
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A…
-
ERROR Failed to compile with 6 errors …
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit s…
-
When I try to run the code provided here, I end up hitting a RuntimeError here: https://github.com/tkipf/c-swm/blob/e944b24bcaa42d9ee847f30163437a50f0237aa0/train.py#L104 when running your Shapes-2D b…
-
If extending a class or interface from outside my own module, the documentation of overridden functions is not inherited.
Example:
```kotlin
class MyList : List {
override fun contains(ele…
-
I see that the samples are all using coraza wasm through envoyfilter
However, when users access k8s, they will first go through the istio-ingressgateway, and then go to envoy
1. In actual scenario…
-
I'm having a weird problem when trying to use this in my K8S cluster. The frontend can never communicate with the backend when using the service name or even cluster ip of the backend service. I get e…
-
Here is a cumulative list of improvements I noted on Variant search:
- [x] When the page loads, there is a loading indicator (while I assume it loads the session). This goes away for a noticeable s…
-
Here are some of the changes I thought of implementing
High level changes -
1. `Selector` class takes a new argument "parser" which indicates which parser backend to use (lxml or selectolax).
2…
-
I have an application, where ngx-translate is resposible for the multilingual part. There is a global "app language". Now a new feature request requires that some components appear in a different lang…