Raphael Krut-Landau

Results 34 issues of Raphael Krut-Landau

Refactors a file, moving a related component into a separate file

no-backport
.Team/AdminWebapp

Micro-adjusts the spacing of the checkboxes in the collections table. The checkboxes were not perfectly centered horizontally in the row before. Before: ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/utGnP2ljFMMNOgi82vVn/f9a2ef22-602d-4f44-a4cd-453a5ba08a86.png) After: ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/utGnP2ljFMMNOgi82vVn/dbda81f8-d638-42ae-bdb9-fe5dac1c8cec.png)

visual
no-backport
.Team/AdminWebapp

**Links** - [product doc](https://www.notion.so/metabase/Alignment-on-direction-for-Browse-Data-Models-v0-2-dbc94b4f013f4f59be309728f89bf143?pvs=26&qid=) - [design loom](https://www.loom.com/share/fed338145e6e44c3b99b3c82b1c44913) ```[tasklist] ### Milestones - [ ] https://github.com/metabase/metabase/issues/41591 - [ ] [Browse] Milestone 2: Add drawer - [ ] https://github.com/metabase/metabase/issues/42298 ```

.Epic

### Describe the bug I tried to create a new collection via the Collection Picker but I got a 400 and this response: `{"errors":{"location":"Collection must be in the same namespace...

Type:Bug
Priority:P3
Administration/Metabase analytics
.Team/AdminWebapp

Ensures that models are sorted as follows in Browse models: * Models are sorted by collection, by default * When models are sorted by collection, they are secondarily sorted by...

no-backport
.Team/AdminWebapp

```[tasklist] ### Tasks - [ ] https://github.com/metabase/metabase/issues/41909 - [ ] https://github.com/metabase/metabase/issues/41911 - [ ] https://github.com/metabase/metabase/issues/41912 - [ ] https://github.com/metabase/metabase/pull/41952 - [ ] https://github.com/metabase/metabase/issues/41908 - [ ] https://github.com/metabase/metabase/pull/41955 - [ ]...

We accomplish this by markdownifying the tooltip content but not the description in the ``. Dawei and Maz [approved this approach](https://metaboat.slack.com/archives/C06REDHM6BV/p1714498422517129?thread_ts=1714480283.176979&cid=C06REDHM6BV) ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/utGnP2ljFMMNOgi82vVn/26a8906f-a573-4f4d-bcb0-189ea4d5cd1c.png)

no-backport
.Team/AdminWebapp

In order to chat with ChatGPT4 inside Neovim, I had to add that agent *but also disable ChatGPT3.5*. Is that how it's supposed to work? If so, that wasn't totally...

I'm getting this error. ``` error caught in notification handler '/Users/raf/dotfiles/vim/plugged/chatgpt.nvim/rplugin/python3/chatgpt_nvim.py:command:ChatGPT [['testing']]' Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pynvim/plugin/host.py", line 140, in _on_notification handler(*args) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pynvim/plugin/host.py", line 86, in _wrap_delayed_function...

This pull request adds a memoization option to the `useUserSetting` hook. Adding memoization helps avoid unnecessary re-renders, which improves performance and avoids race conditions. In the `useUserSetting` function, an additional...

no-backport
.Team/AdminWebapp