Raphael Krut-Landau
Raphael Krut-Landau
Refactors a file, moving a related component into a separate file
Micro-adjusts the spacing of the checkboxes in the collections table. The checkboxes were not perfectly centered horizontally in the row before. Before:  After: 
**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 ```
### 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...
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...
```[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) 
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...