Yi Cao
Yi Cao
Since Apple has released an arm architecture macOS, ShadowsocksX-NG should also release a binary for those users. (Even though x86 apps are still supported on those machines.) *Problems* The repo...
# Describe the bug Error while building target `ShadowsocksX-NG`:` 'NSTextView' is incompatible with 'weak' references` @ `Pods/RxCocoa/NSTextView+Rx.swift`. # To Reproduce Run `pod install` then build target `ShadowsocksX-NG`. # Expected behavior...
**Is your feature request related to a problem? Please describe.** One of the benefits of static sites is it can be served through static site hosting providers. However when it...
When using `/player someone spawn`, if 'someone' has never logged in, in some circumstances it can freeze a tick. My guess is the player’s GameProfile is not in the cache...
Client version: 1.12.2 Server OS: macOS Cuberite Commit id: 3b2a501524eb4cd23e53cf5ddb04ea8a615f0460 Build a structure like this ``` A - Stick-able block (e.g. stone) S - Slime block R - Redstone block...
### What version of Racket are you using? `8.10` ### What program did you run? In normal racket: ```rkt #lang racket/base (require racket/generic) (define-generics testable (test testable)) (struct myst (sth)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using [react-native-draglist](https://github.com/fivecar/react-native-draglist), a stripped version of react-native-draggable-flatlist. It works...
Apple introduced [Safari extensions](https://developer.apple.com/safari/extensions/) in the next update. Are there any plans to support it?
This couldn't be done without @CaveNightingale! - Fix #72 - Fix #9 - Fix #53 - Fix #37
I have copied&pasted the clock example into a binary crate with the following Cargo manifest. ```toml [package] name = "clock" version = "0.1.0" edition = "2021" [dependencies] iced = {...