Arik Fraimovich

Results 50 issues of Arik Fraimovich

The missing colon at the end of the param is likely responsible for the messed up formatting in the documentation: ![CleanShot 2020-09-30 at 13 47 15@2x](https://user-images.githubusercontent.com/71468/94676114-8250bc80-0323-11eb-9f80-5775916b2240.png)

- [x] Update `client.py` - [x] Add the GDPR lookup script - [x] Add an entrypoint in `pyproject.toml` for the script - [ ] Update PyPi - [x] Update blog...

I already published the initial version to PyPi to reserve the name. The steps to publish are: ```bash poetry build poetry publish ``` We need to automate this using GitHub...

Looks like `dev dash up` runs by default when you call `dev up`, but in my case I didn't have any project to run with `dev up` but just wanted...

I'm not sure if that's issue or feature request, but I believe that when you use the S3Object#rename method I believe that it should pass the :copy_acl=>true option to the...

**This is a first draft to describe this project. We invite interested parties to share their thoughts. As we progress with better planning this, I will update the issue description...

UX
enhancement

We have several issues with our autocomplete: 1. It has performance issues, hence we disable it for schemas with too many tokens. This happens because we pass all the tokens...

Frontend
enhancement

In Plotly it's probably Spline. Blocked by #2988.

Frontend
Visualizations: Chart
Visualizations

Our current Elasticsearch support is in a very bad state, it has issues with aggregated queries, nested objects, and new versions of Elasticsearch. Also the codebase is in a very...

Backend
Query Runner: Elasticsearch

We're seeing an increasing demand for a dark theme for Redash. Most requests come from either users who prefer dark dashboards on large TV screens or users who generally prefer...

Frontend
Feature Request