Frens Jan Rumph

Results 14 issues of Frens Jan Rumph

Any suggestions on how this could be packaged for both python 2 and 3?

I think there is an incompatibility between ```pandas``` and ```pendulum.tz.timezone.Timezone```. I'm not sure who is to blame though, but as from ```pendulum.tz.timezone_info.TimezoneInfo``` it seemed reasonable to check here first. Two...

Don't know if any development / maintenance is planned for localshop (seems a bit quiet around the project ...). But there was an issue in the develop branch with the...

# Background As you may know, there is a long [standing issue with geckodriver](https://bugzilla.mozilla.org/show_bug.cgi?id=1430064) that _Firefox does not exit when geckodriver is terminated_. The issue does not surface when a...

C-grid
C-java
I-enhancement
help wanted

I have a tree like data structure expressed with a `@ManyToOne parent` field and a `@OneToMany children` field. The tree roots are referenced from a container with `@OneToMany`. The cascade...

Deletes aren't cascaded to embedded beans referenced using `@ElementCollection` ### Steps to reproduce The (abstract) data model is: * A bean (`RootBean`) that is inherited by `SimpleBean` and `ComplexBean` *...

bug

`StreamReader.readexactly` is a very handy method to implement reading frames ('chunks' of data preceded with the size of the 'chunk') from a stream. E.g.: ``` python frame_len = yield from...

### Current Behavior RDF4J incorrectly binds values from LHS of an OPTIONAL to variables in the RHS graph pattern. See also https://github.com/w3c/sparql-dev/issues/100#issuecomment-1911693306 Note that incorrectly may be nuanced. Different engines...

🐞 bug

### Current Behavior While investigating the support for LATERAL, I believe I have found an issue with how filter optimisation incorrectly handles scope changes. The following query: ```sparql PREFIX :...

🐞 bug

Hi, I'm trying to use pyspark-cassandra, but an exception is raised in org.apache.spark.api.python.PythonRDD.writeIteratorToStream(...) with the message 'Unexpected element type com.datastax.spark.connector.japi.CassandraRow'. I can use Spark and Cassandra through the datastax connector...