kemchenj 最近的时间轴更新
kemchenj's repos on GitHub
Swift · 26 人关注
CustomJSONDecoder
Swift · 20 人关注
DeselectRowTheBestWay
tableView deselectRow 的最佳实践
Swift · 1 人关注
arm64-to-sim
Transmogrify native iOS frameworks to run in iOS Simulator on Apple silicon.
Swift · 1 人关注
async-kit
Sugary extensions for the SwiftNIO library
Swift · 1 人关注
BuglyForSPM
Swift · 1 人关注
Charts
Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
1 人关注
CombineExt
CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
Swift · 1 人关注
console-kit
💻 APIs for creating interactive CLI tools.
Swift · 1 人关注
ControlRoom
A macOS app to control the Xcode Simulator.
Ruby · 1 人关注
danger
🚫 Stop saying "you forgot to …" in code review (in Ruby)
Ruby · 1 人关注
DynamicEnvironmentURL
Ruby · 1 人关注
GitPathEscapeBug
0 人关注
3DLiveScanner
Swift · 0 人关注
AMScrollingNavbar
Scrollable UINavigationBar that follows the scrolling of a UIScrollView
Ruby · 0 人关注
ChartsDemo
Swift · 0 人关注
CHIPageControl
A set of cool animated page controls written in Swift to replace boring UIPageControl.
Objective-C · 0 人关注
CocoaDebugKit
Debugging made easy. Automatically create QuickLook images of custom objects
Ruby · 0 人关注
cocoapods-disable-podfile-validations
A small CocoaPods plugin that allows disabling individual Podfile validations.
Swift · 0 人关注
DispatchQueue
JavaScript · 0 人关注
engine
Fast and lightweight JavaScript game engine built on WebGL and glTF
Ruby · 0 人关注
examples
📝 A collection of example fastlane setups
0 人关注
fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
Ruby · 0 人关注
Fastlane-BearyChat-Plugin
bearychat lane for upcoming fastlane plugins
Ruby · 0 人关注
fir-cli
fir.im command-line interface
C++ · 0 人关注
FlexLayout
FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.
Swift · 0 人关注
fluent-kit
Swift ORM (queries, models, and relations) for NoSQL and SQL databases
0 人关注
gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
0 人关注
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate.
JavaScript · 0 人关注
gh-oauth-server
Swift · 0 人关注
GroupTableSeparatorFix
kemchenj

kemchenj

Hackable Life?
🏢  都干工程师
V2EX 第 141929 号会员,加入于 2015-10-10 10:05:58 +08:00
已读不回
kemchenj 最近回复了
看起来像是 ./packages/* 被 shell 展开了?加了个双引号括住它试试

pnpm run -r --filter "./packages/*" build:src
165 天前
回复了 jingrs489 创建的主题 路由器 求推荐便宜路由当 AP
红米 AX5400 或者 AX6000 都还行,家里隔两堵墙还可以有 500mbps 的速度
我感觉算是 Chromium 的问题( Electron/Chrome 都有),它监测到网络环境变了就会直接粗暴地切断所有连接,Sonoma 可能做了一些修改会导致这个“功能”频繁触发。
这次是为了 Vision Pro 远程桌面特意做了优化,用了原生的 Compression 框架去做压缩视频流,降低带宽要求和网络抖动带来的丢帧,底层估计也做了一系列的修改,我实际感受是变得比之前流畅了很多很多。
2023-04-01 05:00:02 +08:00
回复了 msdurex 创建的主题 iPhone 2023 年了,你最希望看到 iPhone 取消的一个功能是?
AssistiveTouch 是无障碍功能,为了那些没办法触控屏幕的人设计的,删掉这个功能会让很多人无法正常使用 iPhone...
前面的人说了很多了,其实主要就是并发编译多个文件,头文件重复解析导致的,而且还得竞争写入编译缓存,结果就是所有线程都在互等。

LLVM 大会还有一个 Session 专门讲这件事情
,感兴趣的话可以看一下。
2023-01-20 22:52:25 +08:00
回复了 ViolaH 创建的主题 macOS Mac 每隔 10s 卡顿一次,疑难杂症请求各位大神给点思路
@ViolaH

1. 进程有没有选择 All Processes (在导航栏的 View 里可以看到)?确保所有进程都能看到
2. 进去 Disk 那一栏里看看有没有进程在疯狂读写?重启之后再查看,会比较明显
3. 进去 Energy 那一栏看看有没有进程的耗电量异常高?
2023-01-20 22:31:20 +08:00
回复了 ViolaH 创建的主题 macOS Mac 每隔 10s 卡顿一次,疑难杂症请求各位大神给点思路
打开 Activity Monitor 看一下是 CPU 和内存占用,看看是不是有进程把 CPU 或者内存给吃满了?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4022 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 05:18 · PVG 13:18 · LAX 22:18 · JFK 01:18
Developed with CodeLauncher
♥ Do have faith in what you're doing.