Evert Pot

Results 90 issues of Evert Pot

We use HAL because we like using links. Aside from the 'discovery' benefit, we heavily use links to express relationships between entities. For example, a blog `article` might have many...

As promised, here's a list of things that I think would be very great to have in HAL-Forms. If it's more helpful to have these all as separate issues, I'm...

These are the first few lines when trying to install this library with node 18.15.0 ``` npm ERR! code 1 npm ERR! path /home/evert/src/city/server/node_modules/netcdf4 npm ERR! command failed npm ERR!...

Excited to join a webring again! ## Adding your site To add a new site to the webring, please supply the following information: * Name of your site * URL...

UInt8Array is now a widely available object, so it makes sense to remove our own ByteSequence. This is a major version BC break.

enhancement

An earlier PR #14 is pretty much required to use this correctly with Knex. It looks like 0.4.0 was intended to have this feature, but main.js didn't get rebuilt so...

We're basically using JSON5 syntax, and while this is legal: ``` { foo: "bar" } ``` If the key contains (for example) a space we should encode like this: ```...

bug

This is in need of a better design idea before I can continue. For a given resource, I'd like to be able to show some metadata. The source of the...

It would be nice if users can click on a column in the CSV table, causing the table to automatically sort. Clicking once should sort ascending, clicking twice descending. All...

enhancement

When rendering .csv output, there's almost no space between the edge of the table and its content. This looks quite ugly

bug