M.Sz.
M.Sz.
How to get decryption key???
okey, its the other problem. What is this code intended to do??? ```golang for i := range rule { oldRule, ok := css[Rule(rule[i])] if ok { // merge rules for...
well, I _suppose_ whats the bug... There is a missing `continue` statement at the end of ghis if statement.
ok, I think I understand what's going on here. VSplitter has the following in its Size method: ```golang aw, ah := GetAvailableRegion() // ... if height == 0 { v.height...
@AllenDang is cimgui-go ready to be used in giu? I can work on migration if i get some time
@AllenDang how is it going? I gonna start some project and would want to write UI using this awesome framework, but I suppose It'll need to be a webgl app....
@yibana take a look at #561
> We could take inspiration from the library SpreadsheetLight for .NET. > I've used for a reasonable time and the auto fit feature works great.. > > https://github.com/jmsanmu/SpreadsheetLight/blob/fa9ab90bab19654868d100c0b1fee0ca613f7ffd/source/RowColumnFunctions.cs#L2492 well, let...
> I saw that d2gui is only really used by the escape menu. The escape menu with the d2gui system looks over-engineered to me. We get automatic layouts but need...
6fb564a was because of linter alerts I suppose I don't know why this alerts wasn't reported earlier.