-
Updated
Jul 21, 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,707 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
Describe the bug
In Mikro-orm codebase, missing schema option when calling findOne(...)
in init(...)
function (see WrappedEntity.ts
).
This means for example if you have a Region
entity marked with @Entity({ schema: '*' })
and you do the following:
const regionId = 1;
const region = orm.em.getReference(Region, regionId, { schema: "mySchema" });
await wrap(region).init();
please help me out with deployment of the code in Azure Web App.
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
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