Eric Hanson

Results 109 issues of Eric Hanson

If two different projects are making jobs, their ids might collide when loading both projects into the same database. Maybe make jobid a uuid?

How feasible would it be to support es6 [import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) from within plv8? I appreciate plv8's stance of being rather agnostic about how modules are loaded, since the whole module scene...

Using WebRTC to enable peer-to-peer communication has long been a one of the dreams of the Aquameta architecture, a future where peers exchange data and bundles directly with each other....

Right now the Go server just controls who can access the server from what IPs etc through [http.ListenAndServe()](https://pkg.go.dev/net/http#ListenAndServe) which isn't particularly expressive. How about adding a security layer in endpoint.request,...

essential
idea

There's so much cool stuff Semantic UI can do but there's a lot to it. Make snippets using the new snippet feature for dropping in templated examples of each Semantic...

Modify semantics.relation so that it has a server-side text_identifier function, instead of using a widget. That way it's guaranteed to be a string, and can be used inside drop-downs, etc....

missing feature

When Aquameta is being installed with the auto-installer (that creates all the extensions etc.), it doesn't show errors when they occur. For example when it issues "create extension meta", if...

bug

- split up `commit.message` and `commit.description`, message should be varchar(255), description should be text. do we want to use markdown here? probably. - since PostgreSQL roles don't have email, it's...

Right now, widgets have dependencies in the `widget_dependency_js` table, which fk's to `widget` and `dependency_js`. Then HTML resources often times import bundles which contain widgets and can then be called...

epic