Luiz Alves

Results 30 comments of Luiz Alves

The fact that Application Composer removes comments is very annoying

This might be related to https://github.com/denoland/deno/issues/26413 (which seems to be fixed on `2.0.4+770ef14 canary`) Are you able to connect without Mongoose?

> Update: calling `requestPointerLock()` without the `unadjustedMovement` parameter now works on CEF. (Using the param returns the error `Uncaught (in promise) NotSupportedError: The options asked for in this request are...

I struggled to set up Deno in `launch.json` as it didn't appear on the list as [described in the docs](https://docs.deno.com/runtime/reference/vscode/#using-the-debugger). ![image](https://github.com/user-attachments/assets/ab87055c-7f5e-4dda-afa9-59fcec46a6c0)

The same issue occurs with **Deno `2.0.1`**. Only v`2.0.0` works. ```bash $ deno upgrade 2.0.1 Current Deno version: v2.0.0 Downloading https://github.com/denoland/deno/releases/download/v2.0.1/deno-x86_64-unknown-linux-gnu.zip Deno is upgrading to version 2.0.1 Upgraded successfully to...

> Just tried with `deno 2.0.2` and it seems to work: > Here's a step-by-step on how to reproduce it: ![deno_mongodb_issue](https://github.com/user-attachments/assets/71a54c5f-a07f-4c9d-bcb0-643a492ef266) Other details: ``` OS: Ubuntu 20.04.6 LTS Kernel: 5.15.0-124-generic...

@littledivy I reproduced the same issue on another computer (mac): ![deno_mongodb_issue_macos_slow](https://github.com/user-attachments/assets/3f21486a-9c3a-4d5c-ab57-8979ee6ea1e3) Other details: ``` OS: macOS 14.6.1 (23G93) Kernel: Darwin M-YM6352MQ40 23.6.0 CPU: Apple M1 Pro Local MongoDB 8.0.1 -...

@littledivy, could we re-open the issue?

I did some testing and found it works with a standalone mongodb node but fails when using a one-node replica set. Here’s a step-by-step guide to reproduce the issue: ##...

@littledivy It works! I ran the same tests, and everything works on ver `2.0.4+770ef14`. Thanks! ```bash $ deno upgrade --canary Current Deno version: v2.0.2 Looking up canary version Found latest...