Markus Skyttner

Results 24 issues of Markus Skyttner

There is a 🦆 figuring [here](https://germ.gitbook.io/ws4sqlite/) so I wonder if this nice web service would need considerable refactoring to work with the sqlite-like database [duckdb](https://duckdb.org)? There is a [go binding](https://github.com/marcboeker/go-duckdb)...

suggestion
done

To facilitate making system specific settings in duckdb CLI, a feature allowing to make settings using values from system environment variables would be convenient. For example in a CLI session...

A feature request or wish for a htmlwidget ui wrapper to the pivot_table() fcn, similar to what shows up in this screenshot: ![tidyquant-htmlwidget](https://user-images.githubusercontent.com/1715840/76102278-0f22da00-5fd0-11ea-8719-7858e32997a8.png) Or is it already available somewhere else...

enhancement

Adds a GitHub Action to automatically build a docker container with "softpipe" Mesa 3D rendering to allow the application to run without hardware acceleration (so rendering is slower) and adds...

This is an issue or perhaps feature request related to having jqr support raw output from jq, with non-json return type. The use case is to use jqr to "push...

Thanks for providing the `sergeant` package! My use case is reading a single column of data from a fairly large parquet file. The column I want to read from the...

Attempting to connect to [arcadedb](https://arcadedb.com/) which [claims to support the Postgres wire format](https://docs.arcadedb.com/#Postgres-Driver) for connections and queries, an error "received invalid response to GSSAPI negotiation: R" appears. ## Brief description...

The vignette for graphviz/mermaid support has a section on graphviz node and arrowhead values here: https://github.com/rich-iannone/DiagrammeR/blob/master/vignettes/graphviz-mermaid.Rmd#L144-L150. It seems to lack a table with the actual valid values for graphviz node...

## Reproducible steps Make a build with `docker build .` using the Dockerfile below: ```Dockerfile FROM rocker/geospatial:4.0.3 RUN R -e 'install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")' RUN R -e 'pak::pkg_install("ps", ask =...

bug

In a recent fix for #442 the list of keys for cuda libraries is manually updated with the latest key so that "apt-get update" does not fail (after April 27)...

enhancement
good first issue