Mor Kadosh

Results 14 issues of Mor Kadosh

After installing `v3.0.1`m I'm seeing this: ``` ERROR in ./node_modules/react-collapse-pane/dist/react-collapse-pane.esm.js Module not found: Error: Can't resolve '@mui/material' in CENSORED/node_modules/react-collapse-pane/dist' @ ./node_modules/react-collapse-pane/dist/react-collapse-pane.esm.js 3:0-49 172:8-12 173:8-12 174:8-12 175:8-12 476:51-55 482:36-40 @ ./packages/core/src/components/SplitPane/SplitPane.tsx...

## 💬 Questions and Help Hey there! First of all, this project looks like a promising one. Iv'e been (and still am) exploring the best practices for creating a sustainable...

discussion 🗣

Hey there! I have some ideas I'd like to try out and eventually push to the library, although I couldn't start up the project. Are there any contribution guidelines? Could...

**Describe the bug** Seems like using the `message` API with a `file` and `line` doesn't always add the message as a comment on the file. I would expect that for...

bug
[platform] GitLab

**Describe the bug** Iv'e already seen this on https://github.com/danger/danger/issues/650 but since it's an old one, I couldn't find any more references. On an on prem Gitlab instancte, I am trying...

bug
[platform] GitLab

[Lit](https://lit.dev/) is a growing library for building web-components with ease. This PR introduces `@tanstack/lit-virtual` integration package for creating virtualized elements using Lit's [Reactive Controllers](https://lit.dev/docs/composition/controllers/) I guess there's more room for...

A rather large PR that includes: **Upgrade of the Build system** 1. Use NX instead of Lerna (they are actually the same company now ^^) 2. Upgrade `Vite` and `Vitest`...

Hey there, This PR comes along with those two: 1. https://github.com/TanStack/virtual/pull/718 (Virtual) 2. https://github.com/TanStack/ranger/pull/91 (Ranger) And hopefully for the rest of the stack :) Anyway, Iv'e set up the scaffolds...

Recently Tanstack Table was added a Lit integration, which can be really useful.

Currently the `until` directive playground example is broken due to the reliance on jsonplaceholder which is not stable. Instead, simply await a timeout of 2 seconds, and return some static...