Pedro Castro

Results 78 issues of Pedro Castro

I saw that most unsafe functions are `ModName.somethingUnsafe`, `unsafe` is a suffix, but in module `String` we have the inverse `unsafeReplaceRegExpBy0`, `unsafeReplaceRegExpBy1` Just a reminder to stay consistent

Olá, aqui tem uma proposta para corrigir algumas funções no pacote `cnc`. Relacionado com #5 ### Problemas - `httr::write_disk` salva apenas o corpo da página mas ao chamar `cnc_parse_pag` `xml2::read_html`...

After #6611 was merged it is no longer possible to throw errors like `EvalError`. The throw statement now is `thow new Error(exn)`. Example: The `Js.Exn.raiseEvalError` function: https://github.com/rescript-lang/rescript-compiler/blob/0b1443f967808a41c3ad309002eca964f0b6465f/jscomp/others/js_exn.res#L48 compile to: https://github.com/rescript-lang/rescript-compiler/blob/0b1443f967808a41c3ad309002eca964f0b6465f/lib/es6/js_exn.js#L10-L14...

This PR is a proposal to add `ocamlformat` and `ocaml-lsp-server` to the `with-dev-setup` group. A feature introduced in opam v2.2.0 Currently `ocamlformat` is a standard dependency and there are several...

Introduzido em https://github.com/basedosdados/mais/pull/1712. A função foi removida Reproduzindo: ``` cd /tmp mkdir bd-beta-21 cd bd-beta-21 ``` ``` python -m venv .venv source .venv/bin/activate python -m pip install "basedosdados[upload]==2.0.0b21" ``` ```...

**Descrição** Erro ao fazer o import quando o pacote python é instalado com todos os grupos `[all]` ou `[avro]` **Reproduzir** ``` cd /tmp mkdir beta-21 cd beta-21 ``` ``` python...

bug

Uma proposta de blog hospedado em `basedosdados.org`, construído em cima do Next. # Visão Geral - As postagens são arquivos markdown - O nome do arquivo é a URL (`slug`...

feature

Proposta para aumentar a quantidade de linhas na tabela de acesso aos dados. Atualmente mostra cinco linhas. O problema de meu ponto de visto é quando tem muitas linhas. `maxHeight`...

Remove assert keyword and add primitive `%assert`