Peter
Peter
Hi, I am using direct [`jsonb_object(text[])`](https://www.postgresql.org/docs/current/static/functions-json.html#FUNCTIONS-JSON-CREATION-TABLE) to convert tags of slim tables, was fine. For geometry tables also easy, alter table `USING hstore_to_jsonb_loose(tags)` [as commented here](https://github.com/openstreetmap/osm2pgsql/issues/533#issuecomment-271745550) (instead `::jsonb` default cast)......
> By making a new `encodeBase4`, I don't want to change the signature of current `encode` for bringing in incompatible change. > I not see "default undefined" as a incompatible...
Hi, some news here?
You can use something like `@$doc = DOMDocument::loadHTML($strHTML, LIBXML_NOWARNING | LIBXML_NOERROR)` to avoid warnings and get "any HTML" to DOM. It works better than `tidy::html`... use `DOMDocument::loadXML($doc->saveXML($doc->documentElement))` to strip DOCTYPE...
I will be test Dbmail with PostgreSQL 9.5+ ... there are a problem? All Dbmail features run with PostgreSQl?
Hi @sunng87 , thanks (!). Another issue to the encodeBase4 and this option in the encode parametrization: "auto precision" and default `numberOfChars`, will be affected... Any suggestion to adapt? As...
Ok, but is important to reuse code.. The parameter `useBase4` can be a private variable of the Class... How do you want to declare it as private variable?
Thanks @mbostock to the solution (!), it is a good alternative for programmers, and for my chart. And thanks to discuss! I am looking for wide and long-term use of...
## Suggestion description The aim is the [locale folder](https://github.com/d3/d3-time-format/tree/master/locale), and the JSON schema used there. My suggestion is to add a flag, a new *locale* JSON schema property: **optional...
Hi! [JSONB functions](https://www.postgresql.org/docs/current/functions-json.html) have evolved in the last years, so fast as AGE... And perhaps it's time to look back and review (or fork) the **compatibility goals** between *AGE framework*...