Rasmus Porsager

Results 20 issues of Rasmus Porsager

There's a little inconsistency with `letter-spacing` and auto-px since `letter-spacing` allows floats as a unit. Bss can't guess when the intention is to have px auto added or if a...

I'm thinking the shorthands are actually better off being added as helpers instead of having them automatically mapped. I feel there's too much uncertainty with the auto registration resulting from...

To avoid wrong auto creations

https://github.com/porsager/flems.io/issues/20

enhancement

Currently there's some undocumented ways to change and react to changes of an instantiated flems, but this needs a proper reworking, and a user friendly intuitive api.

enhancement

@pygy suggested it would be great to show patches made in remote files. The CodeMirror [merge plugin](https://codemirror.net/demo/merge.html) might be an easy way to achieve this.

enhancement

It would be really cool to allow multiple hosts like [with psql/libpq](https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-MULTIPLE-HOSTS). That way we could have connections to HA setups where we use `target_session_attrs` to define either connecting to...

### Description Allowing nested routes as object to allow splitting route subsections in different files etc. ### Why I copy the snippet below between all my projects using `m.route`, and...

Type: Enhancement

In v3 we rely on the PostgreSQL ParameterDescription message to decide on input types, but there is still some cases were we rely on types inferred from the js types...

v4

Hi. Here's an initial shot at adding Postgres.js to the sql benchmarks. I've only implemented the 3 cases tested in the run for now. By the way - awesome job...