photz

Results 5 issues of photz

### Description I am still fairly new to working with PostgREST, but my understanding thus far is that when a database view is exposed through PostgREST, then PostgREST will try...

embedding

In plain Preact you can choose which option of a select element should be selected like this: ``` Foo Bar ``` Unless I've missed something, then the Select component in...

enhancement

## 🐛 Bug report ### Current Behavior ```typescript import * as t from 'io-ts'; import { either, left, right } from 'fp-ts/Either'; import * as Either from 'fp-ts/Either'; import {...

The section with the headline "Alternatives" in chapter 11 discusses functions `many` and `some` in purescript-control, but they have been removed and replaced by distinct functions for arrays and lists....

## Description I found that the `json-stream` formatter currently does not escape any quotation marks in strings so that the output won't be well-formed JSON. For example, this results in...