Yuxuan 'fishy' Wang

Results 104 comments of Yuxuan 'fishy' Wang

Do you think https://github.com/reddit/baseplate.go/issues/102 can cover that?

@spartan15 the thing is that reMarkable keeps tweaking their cloud API (which is never public, just some users reverse engineered it) to a point that I can no longer make...

Also, if you are able to see it _somewhere_, it _might_ still work for you. For me it used to be that I can see the article in the reMarkable...

@FlorianAdamczyk Thanks for the feedback. There are a few reasons I do NOT want to add this feature: 1. This feature is already provided by the official reMarkable apps, and...

>Filter notifications of a certain app by text I'm not sure how useful is this feature. It will also complicate the UI a lot (because this is a per app...

@fmeum thanks but apologize in advance that I'm not sure how to achieve what you suggested. 1. it doesn't look like `go_test` rule has attributes like `runfile` or `runfiles`. It...

@dzbarsky thanks for the help. I think I got the files from `@go_sdk//:files` added to the test's runfiles, but I'm not sure how to pass that info into the test...

I do see the go sdk files under `$WORKSPACE_ROOT/bazel-bin/gobin/gobin_test_/gobin_test.runfiles/rules_go++go_sdk+go_sdk/`, but I'm not sure 1. how stable is the `rules_go++go_sdk+go_sdk` name 2. how to reference that path in the code and...

Thanks @fmeum & @dzbarsky , that worked (at least for local worker, it _might_ have issues with remote workers since all the files under runfiles from `@go_sdk//:files` are symlinks and...

is `--strategy=worker,linux-sandbox` enough to enable hermetic sandbox? the test works with that arg after I cleared bazel cache