Lio李歐

Results 27 comments of Lio李歐

I'm running into this too. @rin67630 what do you mean with "depress the bluetooth button"?

@Ruffio The old implementation would throw an exception when an 'unknown' OID was encountered in the DName, 'unknown' meaning an OID that wasn't explicitly hardcoded in jsrsasign. With this patch,...

It's impossible to add "all" OIDs, since new ones can be created at any time. The library should provide a way to obtain unknown OIDs (these are not invalid, so...

Hmm, it's fairly easy to repro: ```go package main import ( "context" "github.com/go-redis/redis/v8" ) func main() { client := redis.NewClient(&redis.Options{}) client.ZAdd(context.TODO(), "test", &redis.Z{Score: 1e23, Member: "x"}) } ``` Result: ```...

Because on Windows `/` can be used for the short command line options, you have to use `--` if you want to use `/` as the prefix for the search...

The command interpreter removes the double quotes so the application doesn’t know there were quotes around it. I’ll add a note about the — to the help. Good idea.

Seems you'll have to add `--js-mem-storage -1` and/or `--js-disk-storage -1` when you generate the account JWT.

Seems you'll have to add `--js-mem-storage -1` and/or `--js-disk-storage -1` when you generate the account JWT.

I'm experimenting with Fission and comparing it to OpenFunction, Knative-Eventing, and OpenFaaS.