Vladimir Támara Patiño

Results 70 comments of Vladimir Támara Patiño

> Let me see if I understand this correctly: when clicking the link_to_add_association you do an ajax call to get an actual id (thus creating an empty child?) and then...

Sounds useful, given the discussion of #45. I wonder if DocumentBuilder of OnlyOffice could recalculate https://www.onlyoffice.com/document-builder.aspx ?

IMHO it is fine that it returns #112233

Similar issue in github actions. I'm needing support in PostgreSQL for es_CO.UTF-8. I tried several things, please see: https://github.com/pasosdeJesus/sip/runs/2973909026?check_suite_focus=true I the meantime I was able to configure CI in gitlab,...

> I believe [127f577](https://github.com/ton-blockchain/ton/commit/127f5778dc399b939c8582641cac0d3f6f38e379) solves it? No it doesn't, because: 1. A more recent version of abseil-cpp is required. The commit you reference updates absail-cpp to the version of Nov...

Today I syncronized with master

Today I syncronized with master

Finally I could compile as described at https://github.com/vtamara/ton/wiki/Compiling-in-OpenBSD-distribution-adJ-7.1a1

> @vtamara Could you please refer the Dockerfile for building esy from source (without a prebuilt esy)? The Dockerfile has instructions to install opam and building esy with. I would...

Thank you. With `opam switch list-available | grep 4.10.2` I saw available `4.10.2+flambda` so I used it: ``` opam switch create esy-local-switch 4.10.2+flambda -y ``` And it worked. Or should...