Andreas Ravnestad
Andreas Ravnestad
### Describe the bug `error CS1061: 'DataFrame' does not contain a definition for 'ExploreWithSandDance' and no accessible extension method 'ExploreWithSandDance' accepting a first argument of type 'DataFrame' could be found...
Hi, This is mainly a FYI for any other developers that are running into issues when trying out Piranha with .NET 7 preview. The precursor here is that I created...
There are numerous issues that have been reported since the release of 7.3.0 that seem to have a common theme -- performing a map to an existing object has a...
Both actions/checkout@v3 and actions/cache@v3 needs to be upgraded to v4 for this workflow to run. See here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Hi, I'm in the process of refactoring some backend code that requires an upgrade to pgx v5, meaning we have to use the new type system. So far it's going...
### Provide steps to reproduce a bug 1. Create an empty sqlite database 2. Load the mod_spatialite extension: `SELECT load_extension('mod_spatialite');` 3. Initialize the spatial database: `SELECT InitSpatialMetaData();` 4. Reverse engineer...