Peter Zingg

Results 13 issues of Peter Zingg

I was working on a library that uses polymorphic embeds. Since it's a library that is used by applications, it cannot know all the polymorphic types ahead of time. This...

enhancement
feeback needed

Other applications that I am using require the Authorization header to have the form `Authorization: Bearer token`, and this is what the RFC for OAuth 2.0 says is the correct...

The use of Bower and HTML Imports in this repository is already causing usability problems for me. HTML Imports are deprecated in Chrome M70, and will be removed in M73,...

Enhancement

handsontable supports pasting content into editable cells with Cmd-V (Ctrl-V), but this only works in hot-table on Chrome (native Web Components support).

I notice that in ianmackenzie/elm-geometry you have `Polygon2d.triangulate`. Was wondering how hard it would be to add two more primitives to Scene3d: 1. polygon (with or without holes) - more...

I think this package needs to change RedisHeartbeat to heartbeatr... Oops. Just saw the PR #27 for this!

I have been reading about the usefulness of queueing systems to create bridges between different platforms (in addition to their other benefits). Wondering if the rrqueue implmentation is compatible (or...

In order to implement [Data Integrity Proofs](https://www.w3.org/TR/vc-data-integrity/) for linked data, Elixir should have a fast JSON encoder that compiles with [RFC 8785](https://www.rfc-editor.org/rfc/rfc8785). I think there are only few tricky points:...

enhancement

There is a comment in Main.elm about code splitting features in future Elm versions that is confusing users: https://discourse.elm-lang.org/t/elm-spa-example-header-with-shared-button-on-click-attribute/4710 Perhaps it should be removed if in fact it is misleading?

Adds support for setting the listening port and the websocket URL path via environment variables. Also aligns both examples' application start up in an Application module, and adds some simple...