Peter

Results 143 comments of Peter

Hi @wulczer, thanks attention. My dump: ``` which pg_config /usr/bin/pg_config peter@pk-lagarto:~$ dpkg -l 'postgresql-*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Nome Versão Arquitectura Descrição +++-==============-============-============-================================= un postgresql-7.4 (nenhuma...

Thanks! Only details to "standard UBUNTU", ``` sudo apt-cache policy postgresql-server-dev-9.5 sudo apt-get install postgresql-server-dev-9.5 sudo service postgresql restart ``` --- The message after `cd first_last_agg; make` was ``` cp...

Yes, thanks, is working! So, summarising UBUNTU+pg9.5 install (suggest README with some clues): ``` which pg_config dpkg -l 'postgresql-*' pg_config --pgxs file $(pg_config --pgxs) sudo apt-cache policy postgresql-server-dev-9.5 sudo apt-get...

Hi @wulczer, your project is a demonstration that the "Core of PostgreSQL" need an API (!), so I invite @hgl, and offer myself, to help you in a dialog with...

Tomei a liberdade de incluir um relatório que considero importante para a sincronia dos dados oficiais do IBGE com os dados de outras fontes: [6 novas cidades e 15 mudanças...

Hi @Fil, beautiful work at the [link](https://observablehq.com/@fil/gray-fuller-grid) (!). Yes ISEA is close to Gray-Fuller, and historically it is an **evolution** from it. I am imagining that is possible to reuse...

Hi @waylan, well... Is a **feature request**.

Request to mkdocs generate HTML with attribute `rel` on links, `rel=external` when the link is external. See https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types

Some clue about where to change or how to implement it? With some clues I perhaps can help with some coding.

Hi @berot3 , your comment make sense, but ... hum... This is my personal view: * it is not a good practice to use regular expression (checking value-by-value about `http|https|ftp`)...