Sam Firke
Sam Firke
@befuhro if you want to submit a PR you could look at how Apache Superset (built on FAB) fixed this problem: https://github.com/apache/superset/pull/25931/files
@mattroumaya fascinating, I had no idea. I think it would have been good open-source etiquette to post in this repo before forking and releasing. Though I appreciate that we are...
Alright folks watching this issue: Superset 4.0.2 is up for a vote! Anyone is welcome to test out the release and vote on it. Test it by deploying the docker...
@rusackas yes this still needs a review. It's tricky b/c I'm not enough of an expert to feel 100% I'm right but also I'm confident this improves on docs steps...
@olof-dev that is very helpful feedback, thank you! I will incorporate that, including naming the venv `venv` -- that is standard as you point out, and having it inside the...
A commenter in Slack shares this feedback: > I have the step `pip install --upgrade setuptools pip` before installing apache-superset in my documentation. Also, after installing apache-superset, it could at...
Taking stock today: I need to incorporate feedback from @olof-dev above and the Slack comment, then let's merge this as an improvement on what we have now, even if it's...
I looked at the [Celery docs on `Visibility Timeout`](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#visibility-timeout) and it says the default value is one hour. I take that to mean that you would only encounter the problematic...
@Vovch are you saying this introduced a bug? Based on your comment I am trying this out in 4.0.2rc1 and indeed experiencing something that might be a bug. I created...
`dplyr::recode` comes close for some smaller applications, but doesn't seem to allow for supplying two vectors from other sources (say, an existing crosswalk table).