Triet Doan

Results 6 issues of Triet Doan

I'm trying to implement mutual authentication in my Java program. Basically, my program has to make an HTTP request to another server. I need to attach a client certificate to...

enhancement

Hi @eisman, I'm very interested in your project and I want to develop it further and make it work with the latest D3 version. To be able to do that,...

In your demo, the circular progress never reaches 100% (1 full round). When the process finished, the circular progress always stops at a random place. I tried to fix it,...

# Description This pull request provides the REST API wrapper for the processor. Instead of "one-shot mode", the processor now can be started as a server. There are 2 ways...

enhancement

I'm using the pool to execute a function on the web browser. The code looks like this: ```javascript const workerPromise = $uploaderPool .exec('copyFile', [source, destination], { on: async (payload: FileUploadStatus)...

bug
help wanted

**Describe the bug** `AttributeError: get_motor_collection` when setting `fetch_links=True`. **To Reproduce** I'm using Beanie with FastAPI. For example, my Beanie models look like this: ```python class Project(Document): id: PydanticObjectId = Field(default_factory=PydanticObjectId)...

bug