Mauro

Results 9 comments of Mauro

Hi, I'll add my use case to the discussion: I have to maintain a legacy project filled with `#if` on UNITY_EDITOR, platform (android & ios), and custom defines, abused in...

- no, the pod continued to run (unrelated, I did manually restart it to try to fix #1934 that happened again). I think. that the `kubectl` process was killed and...

I also posted on Unity forum about this: https://forum.unity.com/threads/recover-from-nuked-install-folder.534684/ this is what /Applications/Unity folder looks like when managed by the hub. maybe u3d doesn't recognize it cause it's "empty" (except...

that's what I did (wrapped in try-finally)

+1 I just found out that for some of my apps, typescipt alone is bigger that the rest of production node_modules combined, resulting in a 200MB+ docker image. this is...

I have a similar issue: ```sql CREATE TABLE example (f JSONB); /* @name MyQuery */ INSERT INTO example VALUES(:f); ``` ```typescript myQuery.run({f: 42}, db) // works myQuery.run({f: "asdf"}, db) //...

> Could be a feature request though. this. there is no template for feature requests though.

downgrading to v0.3.7 made full refresh work again. I suspect it's related to https://github.com/airbytehq/airbyte/pull/35622

hi, no the platform is on 0.50.50 we are in the process of upgrading the helm chart, but it is more work than expected (e.g. changes in the values.yaml entries)