Marcelo Fernández

Results 9 comments of Marcelo Fernández

Hi! I forked this repo to get a working image of curl with HTTP/3 support so that I could set up an [HTTP/3 Kathara laboratory](https://github.com/redesunlu/kathara-labs/tree/main/kathara-lab_http3) for our Network Fundamentals University...

I think that there's nothing else to do unless a newer version of this extension is released. https://developers.googleblog.com/2021/08/gsi-jsweb-deprecation.html

Still happening on the latest version (v4.5.6).

Hi! I'm testing this workaround with the latest versions of Kathara/Docker Desktop on Mac OS and it seems it isn't working, could it be? My lab's code is here: https://github.com/redesunlu/kathara-labs/tree/adding_browser_http3_lab/kathara-lab_http3...

Hi! Sorry, I only posted the screenshot and I didn't explain the situation a little bit more (and I haven't pushed the changes in the lab's branch, now I did)....

Hi! This issue makes migration procedures painful following the [current documentation](https://docs.timescale.com/self-hosted/latest/migration/schema-then-data/) because you end up with restored hypertables without FKs. Documented procedure is: 1. Restore hypertable(s) pre-data 2. Create hypertable(s)...

Hi! Looking at the [2.16.0 Release Notes](https://github.com/timescale/timescaledb/releases/tag/2.16.0), is this issue somehow covered/fixed? ``` Offer new options for use cases that require foreign keys defined. You can now add foreign keys...

We've also seen this same issue on `docker run` github actions steps, so it's not a `docker build` issue only. For example, a job containing this bash step: ```commandline runner@fv-az1797-395:~/work/repo/repo$...