PhilippMDoerner

Results 71 issues of PhilippMDoerner

This is one of the more difficult PRs, thus this is a draft

While I was debugging ExpanderRow I noticed a couple properties weren't wrapped, so I added them. Also in order to be able to have 2 way bindings for the "expanded"...

For reference: This is a follow up issue that arose during PR #131 We noticed issues when adding Widgets such as "Box" via `addRow` to an ExpanderRow Widget. That caused...

This PR's value lies 90% in the fact it wraps GtkAdjustment more fully (or rather: provides a first attempt to), which is useful to more fully encompass functionality of other...

This is honestly more of a notification than an actual issue. I'm not sure if you're already aware that nim 2.0 was released today (https://nim-lang.org/blog/2023/08/01/nim-v20-released.html). With that come some minor...

I use [mermaid diagrams](https://mermaid.js.org/) sometimes, mostly because github markdown natively has support for them. Recent usage example: https://github.com/PhilippMDoerner/ThreadButler Nimibook does not render such blocks (since they're not markdown). Recent example:...

This came to me while writing on the owlkettle nimibook. Owlkettle has a bunch of example.nim files for example applications for individual widgets. I would love to be able to...

The Feature Suggestion Allow the entries in the sidebar to be "folded in" and "out". Motivation for this feature Take this sidebar: ![image](https://user-images.githubusercontent.com/65814317/221406722-938b40ac-73cb-410d-90fa-04e70fb18e08.png) This is likely to grow in the...

### Description I wanted a concept that checks if there are several procs defined for the given type. One of those procs returned a seq of that type, so I...