-
```
A common need when dealing with graphs of objects is to compare two object
graphs for equality.
Just as it does with the copy() operation, Kryo already has all the machinery
necessary to implem…
-
```
A common need when dealing with graphs of objects is to compare two object
graphs for equality.
Just as it does with the copy() operation, Kryo already has all the machinery
necessary to implem…
-
DefaultMergeStrategy (Log4j 2.24.1)
In `DefaultMergeStrategy#updateFilterNode` I *think* there is a problem when merging two configurations with filters and the target does not *yet* contain a `Com…
-
I saved a large Parquet dataset with 200 partitions in PySpark. I am trying to load it to use in Dask. Dask's own utilities for this don't work so I am trying pyarrow, which has worked in the past whe…
-
`DataSegment` interning in `SQLMetadataSegmentManager.poll()` is based on segment ids (if a segment with a matching segment id already exists on the heap, it is used instead of the newly polled segmen…
-
## Description
Currently Lucene Engine KNN queries get executed during the [re-write phase](https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQ…
-
I added the example code to my own project, build in avalonia v0.10.3.
At the point, the MicrochartControl is initialized with its "Chart" property, i get an exception from the code line:
``` C#
…
-
I'm trying to modify example test_example_CNN.m to work with my images.
I have some pedestrian detection dataset where I have two classes positive - pedestrians and negative - background , images are …
-
## Is your feature request related to a problem?
![2024-01-05 at 13 23 51@2x](https://github.com/PostHog/posthog/assets/13001502/ad02b651-fa5d-45b8-9185-5997e3dfa89f)
When aggregating by a HogQL q…
-
```
assert sympy.__version__ == '1.5.1'
expr1 = sympy.sympify('x*x', evaluate=False)
expr2 = sympy.sympify('x**2')
expr3 = sympy.sympify('x**2.0')
assert expr1.equals(expr2)
assert expr1.eq…