shemetz / itamarcu

Results 28 issues of shemetz / itamarcu

Currently, it seems to not do so - the focus is sometimes lost. For example, when I have one Chrome window on desktops 1 and 2, and a File Explorer...

Currently, when you search for something in the document and hit Enter, the screen scrolls down to find it but stops scrolling almost immediately after finding it. This causes the...

Reproduction steps: 1. Drag an Acid Splash spell (e.g. from quick insert) onto a spellcaster's **inventory** 2. Keep selection (heightened level 1, scroll) and click Create 3. Expand the newly...

![](https://cdn.discordapp.com/attachments/880969241552113695/995658650725142528/unknown.png) In this screenshot, the first four items are temporary but only the 1st and 3rd are clearly colored blue to represent that fact. it looks like this CSS: ```...

I was building an NPC and I expected to have "round" (and "turn") in the dropdown here: ![image](https://user-images.githubusercontent.com/6516621/197542620-3e4ef4aa-bd8d-4188-848f-1c1885511351.png)

feature request

### What happened? This was previously reported and erroneously closed in #6594. (issues were deleted and some were in gitlab, so the best way to see what the previous bug...

bug
tokens
compendium

It would be nice to be able to set a gesture that opens the GestureSign Control Panel, just like there is a gesture that enables/disables GestureSign and gestures that open...

Currently, there's a bug in the Control Panel that makes scrolling very fast, and hard to work with unless you scroll by dragging the scrollbar or with the arrow keys....

bug

**Describe the bug** I got this error: > TypeError: Failed to find the card at order: 49 at Ce (https://hanab.live/public/js/bundles/main.6054.min.js:1:46728) at eV (https://hanab.live/public/js/bundles/main.6054.min.js:168:50223) at https://hanab.live/public/js/bundles/main.6054.min.js:9:109473 at lU.produce (https://hanab.live/public/js/bundles/main.6054.min.js:9:109618) at https://hanab.live/public/js/bundles/main.6054.min.js:9:109458...

bug

Currently, the following works great: ```css :root { --example-red: "#ff0000"; } ``` ```js const MyComponent = styled` color: var(--example-red); // here the --example-red detection works perfectly ``` However.... the following...