Results 9 issues of Andrey Frimuchkov

type: feature request
api: bigquery
priority: p3

I want to test my method: ``` const m = rewire('./module'); m.__set__("telegram", fakeTelegram); m.method(); ``` Then inside method I call: ``` this.anotherMethod() ``` And get error "TypeError: this.anotherMethod() is not...

Hi! How do you invalidate npm packages in cache? Looks like you invalidate packages only with time.

Hi! In the latest version you fire an error (warning): `WARNING: Exactly-once subscriptions are not yet supported by the Node client library. This feature will be added in a future...

priority: p2
type: bug
api: pubsub

Hi! After updating to 3.4.0-rc3 we got rig of "null pointer exceptions", but started to see errors "parent node not initialized". ``` time="2022-09-12T05:45:28.379Z" level=error msg="Recovered from panic" namespace=default r="parent node...

bug

Hi we get 3-4 errors in WF per day: ``` runtime error: invalid memory address or nil pointer dereference goroutine 366 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x65 github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).operate.func2() /go/src/github.com/argoproj/argo-workflows/workflow/controller/operator.go:194 +0xd4 panic({0x1d506c0, 0x3431820})...

bug

Hi! We try to refetch network errors but looks like forward doesn't work and doesn't emit new request. ```typescript const promiseToObservable = (promise: Promise) => { return new Observable((subscriber: any)...

⁉️ question

Hi! In some cases, when we use field Report."adTerm" in reports, Cube say thant there is no Report."ad" (!) field. Doesn't work: ```sql AND (Report."adTerm" LIKE '%First%' OR Report."campaign" =...

bug
api:sql