-
Major update to upstream library, which now supports async (can't use that here) and fixed some glitches. The older 1.x library versions on PyPI won't keep working forever.
No detailed changelog is a…
-
Some PHPCS compatibility scans were shared in Community Slack, suggesting there are some outstanding PHP 8.x compat issues. Attaching them here so we can investigate in more detail (possibly it would …
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11818369759
## Patch information
Applied patches: 1 -> 1
A…
-
-
We currently have split by X number of records, split by Y size (disk size) but no split (into Z chunks).
-
I tried this code:
```rust
fn main() {
let y: &mut [bool] = &mut [false; 2];
let x = unsafe { &mut *(y as *mut [_] as *mut [std::mem::MaybeUninit]) };
let x = &x[0].write(true);
prin…
hkBst updated
1 month ago
-
Hello,
Did anyone try this plugin with Moodle's latest version (4.5.x)? We are planning to update our system. I was wondering if this plugin would still run. Is there an update planned for Moodle 4…
-
### Describe the feature you want
Where is netch2.x? Can anyone tell me? I can't find it.
I want to try the new protocol, but I prefer to use netch. Does netch2.x support support Reality,TUIC,Wir…
-
In CMSSW_14_2_ROCM_X_2024-11-06-2300 we observe multiple Unit test and RelVal failures:
| What failed | Description |
| ----------- | ----------- |
| [DataFormats/SoATemplate/testRocmSoALayout…
-
### Description
I'm trying to build Qt 6.8 (little bit changed recipe) with WebEngine on Windows, but get a error, which is related to the long paths limit I assume.
I tried to use the shortest …