Sunbreak

Results 198 comments of Sunbreak

Seems to work. Thanks a lot https://github.com/Sunbreak/logic_conf.dart/blob/a2b18a947fec46859ad09fcd44050a305c14909d/linux/libc.h#L10 ```c // FIMXE https://github.com/dart-lang/sdk/issues/38578 // Need manully change name from `open2` to `open` after `ffigen` extern int open2 (const char *__file, int __oflag)...

- Linux arm64 - [NO ERROR] `Dart SDK version: 2.18.0-271.4.beta (beta) (Tue Jul 26 10:14:06 2022 +0200) on "linux_arm64"` - [NO ERROR] `Dart SDK version: 2.19.0-32.0.dev (dev) (Sun Jul 24...

Maybe something like Charles `Protobuf Text` will be OK? https://www.charlesproxy.com/documentation/using-charles/protocol-buffers/#text_viewer ```sh // No message type specified. 1: 0 3: 0 4: "..." 5 { 1: 0 2: "..." 3: 0...

The built-in `Autocomplete` supports arrow keys now: https://github.com/flutter/flutter/issues/82783

Related: - https://github.com/flutter/flutter/issues/30735#issuecomment-577790463 - https://github.com/anaisbetts/squirrel-flutter

> Hi @pandemicGander, thanks for the simple reproduction! I believe this behavior actually has to do with how `yarn run` works: Internally it updates the `PATH` environment variable to push...

Encountered on an initially setup macOS 12.6.1 # Environment env ```sh $ env TERM_PROGRAM=Apple_Terminal ANDROID_HOME=/Users/longxiang/Library/Android/Sdk TERM=xterm-256color SHELL=/bin/zsh TMPDIR=/var/folders/h0/3cqyncj14c7bk4k5xq77q45r0000gn/T/ TERM_PROGRAM_VERSION=445 VOLTA_HOME=/Users/longxiang/.volta OLDPWD=/Users/longxiang/Desktop TERM_SESSION_ID=6F8F7191-3560-4407-B385-1CDB379C0ED4 USER=longxiang SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.bmeObBDSUm/Listeners PATH=/Users/longxiang/.volta/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin __CFBundleIdentifier=com.apple.Terminal PWD=/Users/longxiang LANG=zh_CN.UTF-8 XPC_FLAGS=0x0 XPC_SERVICE_NAME=0...

BTW, `ln -s ~/.volta/bin/node /usr/local/bin/node` and `REBOOT` don't help either

Here's the project: [mylib.zip](https://github.com/volta-cli/volta/files/10046461/mylib.zip)

> ## Run Android build > * **STOP `yarn example android`** > * `cd example/android` > * `./gradlew` failed while `./gradlew --no-daemon` work Fastlane was actually calling `./gradlew` command. Try...