Claus Klingberg

Results 36 comments of Claus Klingberg

Hey @kijewskimateusz thanks for providing your solution for upgrading Airflow. When I upgraded to Airflow 2.2.3 a couple of months ago, all I had to do was update `AIRFLOW_VERSION` in...

I see, thanks for clarifying. There is probably more than one way to update Airflow in this scenario depending on your needs :man_shrugging:

Often, the only reason I still have to use Ramda is because of R.chain. Array.flatMap is not 100%-replacement (and not pipe-able). Not sure why it was not included in Rambdax.

@selfrefactor Fantastic news - that finally enables me to ship one less library with my various apps. Thanks a lot!

Yep, same here. It's hard to reproduce, only happening intermittently. Workaround is opening a new frame and closing the old one. But that is annoying of course.

Make sure your ssh-connection isn't timeing out. That can happen if your connection is slow/congested and/or you're currently backing up a large file. I had the same issue until I...

@ThomasWaldmann I agree this sounds unintuitive. Though it's an easy change (detailed, for example [here](http://z9.io/2008/12/10/how-to-fix-ssh-timeout-problems/) and worth a try. In my case the broken pipe occured on backing up large...

Interesting discussion! I came here because I found no example for transforming a de-serialized struct into a slightly different struct (without manually serialize all the way). @zackw mentioned serde can...

@orzechowskid What kind of error-messages are you seeing? The following `jsconfig.json` file is working for me (my js-files reside under `./src`): ``` json { "compilerOptions": { "target": "es2017", "module": "es2015",...

I'm using pnpm a lot, so I'll wait until proper pnpm-support is available before switching to Volta