Irv Lustig
Irv Lustig
I like the concept of having set operations and a `Series` holding sets. You might want to consider using the soon-to-be-released (0.24.0) `ExtensionArray` support, which would mean that you would...
If I have an `Event` that has `begin` and `end` set to valid times, and I clone that event, and then want to modify the times by moving it to...
I have a graph and would like arrowheads to appear. They work fine with Holoviews, but not Geoviews. Versions used: pandas version 0.23.4 holoviews version 1.11.2 geoviews version 1.6.2 bokeh...
Since 1.2 uses the command line `jdiff`, the README.rst should be updated to reflect that.
We have found a use for `ncls` in one of our projects, where we needed to find overlapping time intervals. It helped improve the performance of our code by a...
## What did you do Convert the if-then example from JSON Schema doc at https://json-schema.org/understanding-json-schema/reference/conditionals.html using filename `test.json`. Example replicated below ## What did you expect to happen The if-then...
If you take a look at the examples generated, there are files generated that have no links to them and don't seem to be relevant. For example, https://github.com/adobe/jsonschema2md/blob/master/examples/docs/simpletypes-properties.md . This...
If you look at the file `README.md` file in https://github.com/adobe/jsonschema2md/blob/master/examples/docs/README.md you will see in the Objects section references to `Simple` that look like this: ```markdown - [Simple](./complex-properties-simple.md "This is a...
Please provide a conda install for this, not just pip. pip and conda do not always work well together. See what anaconda says: https://www.anaconda.com/blog/using-pip-in-a-conda-environment
In the `pandas-stubs` project, we use `poetry` and `poe` in our CI. It started failing a couple of days ago, and after many hours of debugging between members of the...