LoganDark

Results 242 issues of LoganDark

Hello, I would like to use one code editor per tabset instead of one code editor per tab. Right now each tab will have its own code editor, is there...

Hello, I found a curious issue of a mysterious focus outline appearing in my app when I'm dragging. It turns out this is an element created by DragDrop.ts called the...

It would be really cool if you could click and drag an item in the overflow menu to reorder it or move it elsewhere in the layout.

Hello, I'm the developer and maintainer of a mod called [Fabric Console](https://github.com/LoganDark/fabric-console). I'm currently bringing the project up to date, which means I've updated Mod Menu to the latest 1.16...

enhancement

Basically, this ```jsx {title} {description} {children} ``` does not work, but this ```jsx const Overlay = HDialog.Overlay const Title = HDialog.Title const Description = HDialog.Description const dialog = {title} {description}...

bug

I have a `prose` class from tailwindcss that styles all `p` and `a` and `h1` and etc. elements inside of it, but the problem is those `p` and `a` and...

This is just about the lamest change I could make to qualify as a "contributor", but I saw this TODO and thought it was something I could implement so here...

I'm using a CSS library that doesn't always provide `!important` versions of its utilities, and it's a real chore to work around all the `style`s that your library puts on...

This project currently depends on the entire Fabric API, with no mention of `fabricApi.module`: https://github.com/FabricMC/fabric-example-mod/blob/06e3e43ee0662fd1afecebb428cb04cdc271b0ab/build.gradle#L28 https://github.com/FabricMC/fabric-example-mod/blob/06e3e43ee0662fd1afecebb428cb04cdc271b0ab/src/main/resources/fabric.mod.json#L31 This encourages oversights like https://github.com/QuiltServerTools/Ledger/issues/163, which force server / modpack admins to always include...

I'm making a Tool and I'd like to use Fusion for its state management capabilities. It's just really nice for building up a dependency graph for the final "can this...

kind: enhancement
status: evaluating
area: roblox