Dominik Moritz
Dominik Moritz
I'm trying to create a framebuffer that is within the regl limits but it fails with an error `Invalid typed array length`. ```js const maxRenderbufferSize = regl.limits.maxRenderbufferSize; regl.framebuffer({ width: maxRenderbufferSize,...
I would like to make pre-releases from one branch and stable releases from another. As far as I can see, there is no way o configure multiple release branches. Is...
## The problem I have a project with a latest release of `2.0.0-beta.1` and expect a new release of `2.0.0-beta.2`. However, I am getting `0.1.0-beta.1`. ``` debug: get_new_version(2.0.0-beta.1, '0.0.0', 'minor',...
It would be great if you could add some testing for yarn 2 to prevent issues like https://github.com/beemojs/beemo/pull/127. Maybe it makes sense to move the repo to yarn 2.
Check out https://github.com/vega/editor/commit/6f10c8601eba100df2348faea633b00ee6f9bdd9 and downgrade typescript to `~4.1.0`. Then run yarn ``` ERROR Failed to resolve a path using the following lookups (in order): - @beemo/driver-typescript (NODE_MODULE) - beemo-driver-typescript (NODE_MODULE)...
Vega specs can reference data by URL. Currently, Kroki does not allow requests (which makes sense for a public service). It would be nice to at least whitelist some domains...
It would be great if Kroki supported post parameters to set the base url for fetch requests for Vega.
In https://github.com/yuzutech/kroki/blob/master/vega/index.js#L25, you filter data urls but there are other places where external resources may be fetched. I would recommend to instead use a custom loader: https://vega.github.io/vega/docs/api/view/#view.
- Version: 1.3.4 - Rollup Version: 2.26.10 - Operating System and version (if applicable): macOS - Node Version (if applicable): 14.9.0 - Does it work with `tsc` (if applicable): yes...