Noob Lyf

Results 11 issues of Noob Lyf

I'm seeing this error ``Warning: Prop `className` did not match. Server: "__variable_914793 dark" Client: "__variable_914793"`` in the browser console whenever my app loads Here's my `layout.tsx` ```tsx import { ThemeProvider...

Stale

when i stringify anything i get `json` and `meta` (or sometimes just `json`) like this ```ts stringify({ flasjhdfojha: 45234524, fadsfasd: { fasfd: { dfasdfasdf: { fasdfasd: 341234123, date: new Date()...

### Which packages did you experience the bug in? core, extension-image, react ### What Tiptap version are you using? 2.1.12 ### What’s the bug you are facing? When i copy...

Type: Bug
Category: Open Source

Is there an example to use logtail with sveltekit like there is for next

I followed the instructions mentioned in the readme > ## Adding shadcn components > > Adding new components is pretty simple, you can either manually over components to the `packages/ui`...

### Feature description A tree view component with drag & drop functionality (to move around files and folders), something like [minop1205/react-dnd-treeview](https://minop1205.github.io/react-dnd-treeview/?path=/docs/basic-examples-custom-drag-preview--custom-drag-preview-story) I see that it's been requested before in the...

area: request

After updating `tauri-plugin-store` from release candidate to `v2.0.1` i'm getting this error on rust side ```rust tauri_plugin_store::with_store(app_handle, stores, app_data_dir, |store| { return Ok(store .get("my_key") .and_then(|value| { ... } ); }...

documentation
plugin: store

url: https://atlassian.design/components/pragmatic-drag-and-drop/examples/#tree codesandbox: https://codesandbox.io/p/sandbox/7ckkrw ![Screenshot 2024-09-15 at 20 30 08](https://github.com/user-attachments/assets/6ef0b05d-cdc1-48b8-8c1e-4a0b7fb064f2)

The playground has a max depth of 7 for list indents but you can bypass it by pasting the indents as shown in the screen recording https://github.com/facebook/lexical/assets/54323745/594036f3-5ffb-43ea-8a84-3bc72bd49ad7 Lexical version: `0.12.2`...

is there a way to avoid `tauri-specta` from doing these ```ts if (e instanceof Error) throw e; ``` ![Screenshot 2024-09-30 at 01 29 59](https://github.com/user-attachments/assets/d8410f5d-fb42-48ec-903a-59efaa221642)