Teh Kok How

Results 108 issues of Teh Kok How

### Rollup Version 4.18.0 ### Operating System (or Browser) Ubuntu 24.04 ### Node Version (if applicable) 22.2.0 ### Link To Reproduction https://github.com/khteh/Node.JSRestAPI ### Expected Behaviour No runtime error ### Actual...

c⁵ ⋅ question

Hit the following errors: ``` Exception during run: tests/IntegrationTests/add_students_to_teacher_tests.ts(63,14): error TS2339: Property 'post' does not exist on type 'Agent'. tests/IntegrationTests/add_students_to_teacher_tests.ts(65,19): error TS7006: Parameter 'err' implicitly has an 'any' type. tests/IntegrationTests/add_students_to_teacher_tests.ts(65,24):...

I generate grpc Typescript code with: ``` "proto": "npx grpc_tools_node_protoc --js_out=import_style=commonjs,binary:./grpc/client --grpc_out=./grpc/client --plugin=protoc-gen-grpc=`which grpc_tools_node_protoc_plugin` -I ./grpc/proto ./grpc/proto/*.proto && npx grpc_tools_node_protoc --plugin=protoc-gen-ts=`which protoc-gen-ts` --ts_out=./grpc/client -I ./grpc/proto ./grpc/proto/*.proto", ``` and hit the...

I generate proto js files with: ``` npx grpc_tools_node_protoc --js_out=import_style=commonjs,binary:./grpc/client --grpc_out=grpc_js:./grpc/client --plugin=protoc-gen-grpc=`which grpc_tools_node_protoc_plugin` -I ./grpc/proto ./grpc/proto/*.proto && npx protoc --plugin=protoc-gen-ts=`which protoc-gen-ts` --ts_out=grpc_js:./grpc/client -I ./grpc/proto ./grpc/proto/*.proto ``` These are the generated...

### Bug Report Checklist - [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [X] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...

type: bug
status: in triage

### Brief Issue Summary I hit the following bogus error in VSCode running CTest with GoogleTest for my C++ app: ``` [proc] Executing command: /usr/bin/ctest -j18 -C Debug -T test...

question
more info needed

I don't find it from google. How can I `parallel_reduce` either the key or value of a map? For example: ``` map counts; size_t count = parallel_reduce( blocked_range(0, counts.size()), 0,...

question

I manage to run a chromadb container in a local k8s cluster. I have mounted an `emptyDir` volume and configured the file handler: ``` file: formatter: default class : logging.handlers.RotatingFileHandler...

Do `chromadb.HttpClient` and `Chroma` implement resource management protocol? How to close/shutdown/dispose the connection / objects?

Is there any good CLI and/or GUI to recommend to achieve the following objectives? (1) View chromadb tenant and collections (2) Export / backup the DB I have tried the...