Jak Erdy

Results 10 issues of Jak Erdy

### Source/destination types ```csharp using System; using Newtonsoft.Json; public class ISomeJsonConverter : JsonConverter { public override void WriteJson(JsonWriter writer, ISome value, JsonSerializer serializer) { serializer.Serialize(writer, value); } public override ISome...

I am looking for tool that will help me generate bindings for LuxCoreRenderer SDK (https://github.com/LuxCoreRender/LuxCore). I downloaded sdk build for Win64 ([luxcorerender-v2.6-win64-sdk.zip](https://github.com/LuxCoreRender/LuxCore/releases/download/luxcorerender_v2.6/luxcorerender-v2.6-win64-sdk.zip)) Then setup simple cs program: ```cs using CppSharp;...

Hi, there is a problem with minSize. If `Split` created on hidden DOM node, this part of initialization logic at [split.js @ 694](https://github.com/nathancahill/split/blob/48759432a50510e2ed762109d5a8d12a3aac9e63/packages/splitjs/src/split.js#L694), uses `getBoundingClientRect`. But if DOM nodes invisible...

Hi, i am working on graphics editing app made with Solid. Some time ago, i decided to make desktop client to simplify working with files and directories. I found project...

Hi, it will be great if there is a way to extract all glyphs defined in font. Using original msdf-atlas-gen you could specify charset via ranges, like ``` [0x00, 0xFFFF]...

Feature

### Current Behavior MSDF (and probably SDF) bitmap text in V8 has worst quality compared to V7. About year ago, I made a PR that make MSDF text look better...

🕷 Bug
🏆 Best

### Describe the bug. Hi, I ve been using your extension, at some point, iv'e moved all of my models to bigger ssd, and symliked all model dirs to other...

bug

### Describe the bug Hi, I have app that has tabbed view with multiple lists. When tab switched all elements in list disapears. After it went back to visible state,...

If you make request to retrieve model info, that is not lora, first image link always will be created as if model is lora, but, it wouldn't work for checkpoints,...

### Feature description Hi, it will be great if you could implement/add support for the new Kandinsky-5.0-T2I-Lite model. There is some reference impls: https://github.com/kandinskylab/kandinsky-5/blob/main/kandinsky/t2i_pipeline.py Model Weights: https://huggingface.co/kandinskylab/Kandinsky-5.0-T2I-Lite/tree/main/model I has tried...

enhancement