-
I noticed that the source code rendered by docs.rs at `https://docs.rs/crate/${name}/${version}/source/Cargo.toml` is different from the Cargo.toml actually in the published archive, at `https://stati…
-
### Steps to Reproduce
1. `rye init`
2. add to pyproject.toml, to get access to pytorch:
```
[[tool.rye.sources]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cpu"
```
3. `rye a…
-
Hi
I've got subscription for an IPTV with a bit different catchup link. Monitoring web-player, I've found out that its format is quite similar to Flussonic, but with a twist. Currently, there is no c…
-
## Environment
* OS Version: Ubuntu 22.04
* Source or binary build? Binary, 6.16.0
```
QSocketNotifier: Can only be used with threads started with QThread
[GUI] [Err] [Ogre2RenderEngine…
-
### What happens?
Server crashes when executing the script below
PostgreSQL build:
```
CFLAGS='-Og' ./configure --enable-tap-tests --with-openssl --enable-debug --enable-cassert --with-icu --wit…
-
Hello, I've been trying to set up authorization on my ClickHouse cluster through LDAP, the configuration looks like so:
```xml
ldapauth.intra.com
389
…
-
Using OpenBSD clang version 11.1.0 compiler for `Target: aarch64-unknown-openbsd7.` to compile nx-libs. It fails to compile due to type mismatch I guess. Is there a workaround/easy fix.
```Loop…
-
Hello,
Getting programs to work with no_std is pretty tricky on the playground. For example, the simple program:
```rs
#![no_std]
fn main()->(){}
```
This won't compile (as expected) becau…
-
# Feature or enhancement
### Proposal:
We can add freelists for the `range` object to improve performance. Using the new methods from https://github.com/python/cpython/pull/121934 the amount of …
-
### Backend
VL (Velox)
### Bug description
In order to troubleshoot the bug, I compiled Velox and Gluten cpp using debug mode. However, when I tried to execute q1, it resulted in a core dump …