-
Replace [public/common/utils.py arr_to_plasma()](https://github.com/fusedio/udfs/blob/98263fcf8fdade1fd2e29a2c65ca5f494e2888b5/public/common/utils.py#L451)
with the more flexible [public/common_vis/u…
-
"mask_arr_ass" parameter shape is (300, 300), "mask_arr_ass" parameter shape is (300, 300, 3) which results in the "mask_arr_ass += mask_arr" not broadcast here.
So I added this code: "if mask_arr.sh…
-
### Godot version
4.3
### godot-cpp version
godot-4.3-stable
### System information
Apple M1
Homebrew Godot and dependencies.
### Issue description
Since the update to 4.3 the me…
-
I think it makes sense to adjust our config for [trailing_comma_in_multiline](https://cs.symfony.com/doc/rules/control_structure/trailing_comma_in_multiline.html).
Currently we only enforce trailing …
-
I want to report what I believe is a bug in tabby-agent.
tabby was started via `tabby serve --model StarCoder-1B --no-webserver`
For testing a LSP client integration, I enabled the regular `text…
-
### LeetCode Username
DeHuff
### Problem Number, Title, and Link
2537. Count the Number of Good Subarrays, https://leetcode.com/problems/count-the-number-of-good-subarrays/
### Bug Category
Probl…
-
https://leetcode.com/problems/sort-an-array/
Modifying the code to the following version will pass the test
```
class Solution {
public int[] sortArray(int[] nums) {
quickSort(n…
-
### What happened?
`newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
### Name and Version
gguf==0.1.0
### What operating system…
-
Is there a license to use any of the code in this repository?
-
### Dafny version
4.1.0
### Code to produce this issue
```dafny
method main() {
var arr: array;
assert(multiset(arr[..]) == multiset(arr[..arr.Length]));
}
```
### Command to run and resul…