-
```
npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/uri…
-
MongoDB has a BSON [Date](https://docs.mongodb.com/manual/reference/bson-types/#document-bson-type-date) type. That is, you can store dates using that type, then they can be indexed and queried easily…
-
```
class Test
{
[BsonId]
public ulong ID { get; set }
publi string Name { get; set }
}
```
using `ulong` as datatype for ID does not increment, and results with an exception.
-
**Describe the bug**
There is no way to inherit default values correctly in subclasses of a dataclass when using `.pxd`. There are two cases with not clear behaviour:
* Case1. If you place `@cython.…
Yurzs updated
2 years ago
-
Hi @petyos @stefanvit,
I have noticed that in the past we have had many issues with standardizing our storage interfaces. Below are a few issues that I would like to resolve for the Core BB.
## …
-
-
**[thokrae](https://jira.spring.io/secure/ViewProfile.jspa?name=thokrae)** opened **[DATAMONGO-2106](https://jira.spring.io/browse/DATAMONGO-2106?redirect=false)** and commented
I was able to reprodu…
-
Hi!
When the expected value is a DB_POINTER, MongoUnit fails loading the dataset.
Expected data:
`"fieldDbPointer": { "$$DB_POINTER": { "namespace": "categories", "objectId": "5db7545b7b615c739…
-
When trying to reference the FSharp.Data assembly in [Test.fsx](https://github.com/visemet/FSharp.Data/blob/load-failure/src/Test.fsx#L2)
> Parser Error: The type provider 'ProviderImplementation.Bso…
-
### Describe the bug
Actually,in the earlier version before even getting the STALE messages in this isssue [https://github.com/PX4/PX4-Autopilot/issues/22767].The goto_location is not having any resp…