Can you lock the bson version?
See original GitHub issueThanks a lot. This is a very good project and we are using it.
But when I use lock.json, I meet that the CDN file hash will change always.
Can you lock the bson version like this?
https://cdn.skypack.dev/pin/bson@v4.5.4-F38JF4sWndM08oQ5WCDI/mode=imports/optimized/bson.js
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
It's not possible to lock a mongodb document. What if I need to?
MongoDB does not provide mechanism for a lock. But this can be easily implemented at application level (i.e. in your code):. Acquire lock;...
Read more >Locking Documents In Mongo - Working with Data - MongoDB
I would like to know if we can lock the documents in Mongo. We have a .NET service which has 3 different instances...
Read more >find is not working · Issue #285 · mongodb-labs/mongo-rust ...
* check the version of the bson crate that is required by the mongodb crate in your Cargo.lock. * update your Cargo.toml to...
Read more >FAQ: 应用开发者 - MongoDB手册 - Read the Docs
How do I do transactions and locking in MongoDB?¶ ... MongoDB does not have support for traditional locking or complex transactions with rollback....
Read more >pbm - Go Packages
LockHeader describes the lock. This data will be serialased into the mongo document. type MongoLastWrite ¶. type MongoLastWrite struct { OpTime ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I got the answer by this: https://github.com/denoland/deno/discussions/12955
I hoped it will work.
yeah, that’s it this change will fix your issue