Anna Henningsen
Anna Henningsen
Don’t really have anything to do with this :)
@cclauss I don’t see anything in here that would indicate that it’s specifically a problem with ffi-napi. “C:\Users\chenyun\AppData\Local\node-gyp\Cache\14.18.1\common.gypi not found” sounds like a node-gyp problem to me.
Just weighing in as somebody who did a lot of the Worker implementation in Node.js core – we’re really careful about bringing in features that can also be implemented in...
I don’t think I have any special CI privileges.
@zloirock Is there any reason to do it differently than for `Array`s? As far as I can tell, the [proposed spec](https://github.com/keithamus/proposal-array-last#specification) would work for typed arrays without changes… right?
Hello @moisesbites! Can you share with us what _exactly_ you are doing? What database are you trying to run commands in, and what happens if you add `use('database_name');` at the...
@moisesbites Thanks for the reply! It is currently the expected behavior that if you run only a subset of statements, and that subset omits the database selection, then no database...
Hi @scoaste-st! We are aware of this problem and have a ticket to track work on our side: https://jira.mongodb.org/browse/MONGOSH-962 The main issue here is that `use dbname;` is not valid...
Did you see https://code.visualstudio.com/docs/supporting/faq#_resolving-shell-environment-fails? It contains some helpful points for where to start debugging a situation like this.