lutuantai95

Results 6 issues of lutuantai95

Hi g810-led team, I have a question. Is there a way to set up when I unplug and re-plug the usb port of keyboard (G512), the led color won't reset...

### Issue description Params isn't working after `as` in query ### Expected Behavior `DataSource.manager.query("select 1 as $1", ['col_name'])` => It should be working! If there is any other solution, please...

bug
requires triage

Hi team, i hope Waydroid that can zoom in/out on games. Thanks in advanced!

Hi, team. I'm using `oci-hdfs-connector` and `spark` with `sbt` as below config: ``` name := "ScalaSparkProject" version := "0.1" scalaVersion := "2.12.15" libraryDependencies ++= Seq( "com.oracle.oci.sdk" % "oci-hdfs-connector" % "3.3.4.1.0.0",...

### How are you running VectorAdmin? Docker (local) ### What happened? I deployed `vector-admin` by docker compose [here](https://github.com/Mintplex-Labs/vector-admin/blob/master/docker/docker-compose.yml). I connected to chroma (**installed by docker compose with API token authencation**)...

possible bug

I add more jars on `$FLINK_HOME/lib` as below list: ``` hadoop-common-3.4.0.jar hadoop-hdfs-client-3.4.0.jar iceberg-flink-runtime-1.20-1.10.0.jar ``` My code is simple: ``` from pyflink.datastream import StreamExecutionEnvironment from pyflink.table import StreamTableEnvironment, EnvironmentSettings env =...