Shengqi Chen

Results 235 comments of Shengqi Chen

Thanks! I did have similar plans before, but the issue is that tags might have different keys for different sectors. So I prefer leaving the `readBlock` API to users.

It would be clearer if you could split into separate commits, e.g.: * one that implements & enables kfpu on aarch64 (so that current neon kernels for hashing and encryption...

Hi! It is not infeasible to lower the `minSdkVersion`. Would you mind if I ask some questions regarding your situation: 1. I could not see anything that could lead me...

I am afraid we do not provide any data in `MifareInfo`, only metadata. If you would like to read Mifare Classic tags, you can use `readBlock` or `readSector` from `FlutterNfcKit`...

> 要不要考虑将这设为默认?破折号和省略号属于《中文排版需求》[行首行尾禁则](https://www.w3.org/TR/clreq/#prohibition_rules_for_line_start_end) 的“严格处理”级别。 这个“严格处理”应该是指最严格的规则,而不是需要最严格地执行?我的理解是 GB-style 默认比较好?

我们晚些时候将尝试更换同步方式以增加缺失的文件,请您耐心等待。

This could not be done by normal version checks, since `FMT_VERSION` is defined in `fmt/base.h` (or previously `fmt/core.h`) itself. I would suggest something like: ```c++ #if __has_include() #include #elif __has_include()...

@gabime It is standardized in C++17, but was added in GCC / Clang quote a long time ago (at least GCC 5).

此外,正如 https://github.com/ophub/amlogic-s9xxx-armbian/issues/1389#issuecomment-1545793284 提及的,镜像文件中有大量冗余,导致空间利用效率会很低。在此问题得到解决前,我们也不会考虑增加镜像。

> 1389里的建议不完全正确。 比如rockchip系列里,用1个镜像是无法手工修改为另外一个镜像的,制作镜像时dd在img里的u-boot不同。比如拿rock5b的镜像是无法手动修改为r5s的,按照rockchip的镜像写入工具去写入emmc,或者通过dd命令写入emmc,这种不匹配的u-boot都会让设备变砖。每个设备都需要独立镜像,在清华源的armbian官方镜像里,也是每个设备独立镜像。 如果这样,不妨把引导和系统分开,不需要提供完整的镜像,或者提供工具让用户手工组合都是节省的选择。 > 如果armbian太占用存储资源,`是否可以先支持下我们的内核镜像呢?` 在我们缓解目前的空间问题后,此部分可以考虑增加。 > https://github.com/ophub/kernel/releases/tag/kernel_stable https://github.com/ophub/kernel/releases/tag/kernel_dev https://github.com/ophub/kernel/releases/tag/kernel_flippy https://github.com/ophub/kernel/releases/tag/kernel_rk3588 > > 这4个系列的内核占用空间不大,每个文件100M左右,1年内核的版本更替约50个版本,4个系列合计200个文件。`合计20G的空间`。根据api显示`一个月的下载量应该是5万次`。 这样的发布方式(不更换 tag)对于我们的同步脚本并不友好,我们目前仅支持按时间从新到远保留一定的 tag,也无法按名称过滤。