Michael Keller

Results 93 issues of Michael Keller

Set up auto-updating with [electron-gh-releases](https://github.com/jenslind/electron-gh-releases) and command-line releases with [publish-release](https://github.com/remixz/publish-release)

help wanted

As mentioned in [this comment](https://github.com/adriangb/pgpq/issues/28#issuecomment-1806031635), it would be great to use this library on the command line, packaged as a single rust executable. You could pass in the path to...

Is there a hardcoded upload size limit? I'm trying to upload a csv that's over 1gb and it says it fails for an unknown reason. Same thing happens if I...

What version of node should be installed to get all this working?

As found here: https://github.com/nodejs/node/blob/e6dfd59be02c329228c050ad904e1eb046ff379f/lib/internal/bootstrap_node.js

enhancement
easyfix

Per https://github.com/sveltejs/rollup-plugin-svelte/issues/218, adds the Svelte 5 Release Candidate as an allowable peer dependency.

I'm currently getting an npm error when I try to include this in a project that uses svelte 5 because I think npm needs to specifically be told to add...

When I've shown people this library, they're both really impressed by it and confused by the name. For many, I think the inclusion of `api` makes it sound like you're...

The [docs](https://vega.github.io/vega-lite-api/api/color#condition) for `vl.color().condition()` say: > A field definition or one or more value definition(s) with a parameter predicate. I'm trying to replicate the [point_invalid_color](https://vega.github.io/vega-lite/examples/point_invalid_color.html) using Vega Lite API and...

I'm running into an issue trying to recreate the [point_angle_windvector](https://vega.github.io/vega-lite/examples/point_angle_windvector.html) example [here](https://github.com/vega/vega-lite-api/issues/31#issuecomment-526559970). I get the error: ``` .markPoint({ shape: 'wedge', filled: true }) ^ TypeError: vl.projection(...).markPoint is not a function...