Tridentic

Results 5 issues of Tridentic

I have no idea why MouseRelease throws a null reference exception. Here is the code: ``` ButtonToggle menuItem = new ButtonToggle("Enable Combobox"); menuItem.SetStyle(Style.GetMenuItemStyle()); menuItem.SetTextMargin(new Indents(25, 0, 0, 0)); menuItem.EventMouseClick +=...

### Description ``` public class tfDetEngine : DetectionEngine { private readonly Session _session; public tfDetEngine(string modelPath, string labelPath) : base(modelPath, labelPath) { _session = Session.LoadFromSavedModel(modelPath); } public override IEnumerable Detect(Tensor...

I have a Next app with react-stonecutter installed. But when I try to install `sass`, `react-motion` gets deleted. Or, if I install `react-motion`, `sass` gets deleted. I got: ``` "react-motion":...

Hi, thanks for this awesome library. There are inline elements and custom blocks. But I couldn't find a way to work with the Code element natively. Having a code block...

enhancement
prio:mid

Upon `cargo run`, I had llvm-libs 18.1 installed. ``` Unable to find libclang: "the `libclang` shared library at /usr/lib/libclang.so.17.0.6 could not be opened: libLLVM-17.so: cannot open shared object file: No...