-
Updated
Jul 11, 2022 - Java
MongoDB
MongoDB is an open source NoSQL document-oriented database. MongoDB allows flexible schema representation instead of relying on fixed tables and columns. It supports full indexing, query, aggregation, tunable consistency and durability levels, and linear horizontal scaling through sharding.
Here are 59,155 public repositories matching this topic...
-
Updated
Jun 12, 2022 - Java
Bug description
On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:
 becomes an important way of authentication. What bout adding JWT authentication to this demo? Or we use JWT authentication instead of traditional session-cookie way.
Let's make this demo more powerful. : )
Add i18n
-
Updated
Jul 13, 2022 - TypeScript
I was trying to do some caching on one of my frequently-used queries, and I was trying to figure out why some properties were disappearing from the entities on the server-side when using the cache. It turns out that marking a property as hidden = true will mean that it will be removed from the cached entity as well. So on subsequent queries using the cache, those properties will be undefined o
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
please help me out with deployment of the code in Azure Web App.
Created by MongoDB Inc.
Released February 11, 2009
- Organization
- mongodb
- Website
- www.mongodb.com
- Wikipedia
- Wikipedia
https://github.com/meteor/meteor/blob/9530de1ac97f7736bfa7caeffda6a756603919fd/packages/ddp-client/common/livedata_connection.js#L1626
Conditions above this line allow msg===null to get into Object.keys(msg);
`livedata_connection.js:1626 Uncaught TypeError: Cannot convert undefined or null to objectat Function.keys ()at Connection.onMessage (livedata_connection.js:1626:20)at brows