Magic Len (Ron Li)

Results 8 issues of Magic Len (Ron Li)

07-28 17:32:15.780: E/camera-hal(2518): camera_device.cpp(3750):validateCaptureSettings: Unsupported ae mode 2. 07-28 17:32:15.780: E/camera-hal(2518): camera_device.cpp(5565):validateCaptureSettings: validateCaptureSettings failed. 07-28 17:32:15.780: E/camera-hal(2518): camera_device.cpp(2869):processRequest: Invalid settings for capture. Device:1 Frame Number:0 07-28 17:32:15.442: I/CameraService(2518): disconnect: Disconnected...

When compiling the code below ```rust #[macro_use] extern crate lazy_static; macro_rules! unit_like_struct { ( $v:vis $name:ident) => { $v struct $name; } } unit_like_struct!(pub MyStruct); macro_rules! lazy_string { ( $v:vis...

Since `fn1va` is a CommonJS module, it should not use the syntax `export default function` which is for ESM. It should just use `export = xxx`. For now, to use...

```rust #[macro_use] extern crate derivative; #[derive(Derivative)] #[derivative(Hash, PartialEq)] pub struct A { #[derivative(Hash(hash_with = "std::hash::Hash::hash"), PartialEq(compare_with = "std::cmp::PartialEq::eq"))] v: u64 } ``` The above code can be compiled successfully while...

A database name can be included in a mongo URI, ``` mongodb://$[hostlist]/$[database]?authSource=$[authSource] ``` The `Client` struct in this crate seems to aim to operate collections within a single database. Why...

question

DataEase 版本: 2.10.16 社群 我们的数据库是使用 QuestDB,它有兼容 PostgreSQL 的协议,但底层设计不同,不能用查找 PostgreSQL 的逻辑去查。目前我使用的这个版本在进行连接校验的时候会运行一个让 QuestDB 回报错误的 SQL 叙述(见以下 QuestDB 的错误消息),导致校验失败。 ``` E i.q.g.e.QueryProgress err [id=-1, sql=`SELECT relname AS TableName, obj_description(relfilenode::regclass, 'pg_class') AS TableDescription FROM...

类型:需求

### Apache Hop version? 2.16.0 ### Java version? 21.0.8 ### Operating system Linux ### What happened? ### Description When reading a `float(53)` or numeric value such as: `55487400.0` Apache Hop...

awaiting triage
P2
Database
Hop Gui
Transforms