Galih Laras Prakoso

Results 8 issues of Galih Laras Prakoso

I'm using agenda version: `4.3.0` . I'm defining the agenda like this: ``` const mongoConnectionString = "mongodb://127.0.0.1/myapp"; const agenda = new Agenda({ db: { address: mongoConnectionString } }); async function...

``` Q_CLUSTER = { 'name': 'test', 'workers': 3, 'retry': 5, 'recycle': 500, 'timeout': 4, 'ack_failures': True, "max_attempts": 5, 'compress': True, 'save_limit': 250, 'queue_limit': 500, 'cpu_affinity': 1, 'label': 'Test', 'redis': {...

It's going to be awesome when we could rate limit our Broker by simply putting some configuration in our Cluster?

How about adding a Guide Tour for Bottom Navigation item?

## Context I'm using current latest master code: - 4eaec804386b84a9aba21791ef0fb7b53d8bdd28 I'm using weaviate as my Memory Backend. ## Error I'm getting this error. Do you guys have any idea about...

Related to this previously submitted issue: - https://github.com/googleads/google-ads-python/issues/649 I'm facing the same issue. ## Code ``` from google.ads.googleads.client import GoogleAdsClient customer_id = "" credentials = { "developer_token": "", "refresh_token": "",...

question

I simply tried to execute this command: ``` mops install ``` And it's throwing this error: ``` Checking integrity... node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated...

## Description I'm getting this error when installing `qiskit` module. ``` ValueError: Can't find a pure Python 3 wheel for 'qiskit-terra==0.46.1'. See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package You can use `await micropip.install(..., keep_going=True)` to...

bug