-
**Problem description**
Sublime Merge is a powerful tool already but would greatly benefit from a similar API interface like its relative Sublime Text. This issue is going to act as a tracker for f…
-
Current execution patterns unit tests are policy driven, which means that all of the range policy tests for parallel_for, parallel_reduce, parallel_scan are all part of the same suite of tests. Same g…
-
Current execution patterns unit tests are policy driven, which means that all of the range policy tests for parallel_for, parallel_reduce, parallel_scan are all part of the same suite of tests. Same …
-
### Apache Iceberg version
1.4.2 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
When performing a copy-on-write merge (I haven't verified yet MoR) Spark will completely ign…
-
From #523:
This also prompts the question, "What should Document(...).copy() do? "Currently we do not override it, so it falls back to dict.copy() returns a plain dict with a shallow copy of the or…
-
### Describe the problem
Svelte 5 warns when non-binded props are mutated which is a very good thing to avoid unexpected side effect.
However, there is no way to tell if a prop is actually binde…
-
### Describe the project you are working on
[sosasees fun lab](https://gotm.io/sosasees-fun-lab)
### Describe the problem or limitation you are having in your project
navigating to the project fold…
-
**Describe the bug**
If one deepcopy a SDFG of a nested SDFG where there are constants defined in the parent SDFG which are also present in the nested SDFG, they are not anymore after the deepcopy
…
-
看 ActiveSupport 的 https://apidock.com/rails/Object/deep_dup
> Returns a deep copy of object if it’s duplicable. If it’s not duplicable, returns self.
但是他的實作就只是呼叫
```
def deep_dup
duplicab…
-
As promised, here's the thread I'm making for this.
RE: pre-processing:
In ```pywhispercpp/model.py``` we have ```transcribe``` and it can take a numpy ndarray. What I was thinking is, rather th…