Francesco Pasa

Results 8 issues of Francesco Pasa

I am trying to do some GUI stuff using pixel and I would like to access the underlying glfw window from a pixelgl.Window object. As far as I know there...

feature

Hi, this is my first contribution here! I have struggled with this point when building couchDB, because it's written nowhere in the documentation that you need to configure the version...

I made a bit of mess with the rebase (first time trying it...). I tried to merge the changes meaningfully. I'm uploading it because today I have no more time,...

Hi, I have written a program that uses the `gdal` crate to read some parts of a GeoTiff file. The file is RGB data and uses JPEG compression. With any...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Chroma does not seem to properly highlight the [`HEALTHCHECK` statement](https://docs.docker.com/engine/reference/builder/#healthcheck)...

bug

This PR implements `ALTER TABLE table ADD PRIMARY KEY (col1, ...);` statements, as per #57. I suggest reviewing by commit, as I tried to make them thematic and self-contained. However,...

Changes Requested
feature

The current docs are missing information on the behavior in case on null columns ### What changes were proposed in this pull request? Add documentation on null behavior and ensure...

SQL
PYTHON

### What happened? When I try to sum a date with an interval, if the interval is based on a deferred expression, ibis throws a `InputTypeError: Unable to infer datatype...

bug