Kalan

Results 29 comments of Kalan

This should be solved implicitly by https://github.com/rigetti/pyquil/issues/1496

Drive-by comment: have you tried sending SBUS to the PPM/SB pins at the end of the servo rail? Is that viable in your build?

Just a note: this bug prevents the use of the OAuth2 Implicit Grant flow with some providers. That includes Google as @SET001 mentioned, and also AWS: https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html. Implicit grant flow...

In case it's helpful to others, this error appeared for me when I mistakenly wrapped a worker _constructor_ rather than an instance: ### Error ``` import Worker from "..." const...

> I would just like it to be one way or the other. I think the simplest way > is when parsing a problem, replace pi with 3.14159... > >...

yup, just ran into this: ``` const query = new Query().where({ name: and([comparisons.contains("abc"), comparisons.lessThan("x")]) }); => { query: 'WHERE name.0 CONTAINS $ AND name.1 < $2;', params: { '2': 'x',...

Solved by https://github.com/rigetti/rpcq/pull/156 in v3.11.0

Hey, ping @mhr3 , would you still be willing to merge this? Just ran into the same thing and thankful you already have the fix. and @rrylee / @boumenot could...

This is a common `dynamodb-local` misunderstanding - even though it's not live AWS, you still need to pass a region key, the value just gets ignored: When configured directly with...