Christian Hausknecht

Results 22 issues of Christian Hausknecht

One thing that disturbs me when working with pugi is, that the lib is based upon an *internal* string encoding, that is either UTF-8 (for ``char``) or UTF-16/32 (for ``wchar``)....

enhancement

It would be great if one could have the ability to *ignore* certain columns within a data file. I have the use case quite often, that there is much more...

Hi, I would appreciate to use your project for webfrontends; therefore it would be great to enhance your project as multiplatform build. I know that the need for reflection is...

enhancement :rocket:
help wanted :sos:
core 🧬

Hi! in version [v0.5.9](https://github.com/picturepan2/spectre/releases/tag/v0.5.9) seems to be a mistake if applying a tooltip to a button. The tooltip won't go away automatically after clicking the button. In my understanding this...

At the current state of the project the build will fail with installed JDK 14 (I use [Adopt Open JDK 14](https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot)). This seems to be a *known* [Bug of Gradle](https://github.com/gradle/gradle/issues/10248)....

I would appreciate it if you could add a kind of URL to the Labels. This way you could relate a ticket to a bug tracking or any other external...

enhancement

Imho it could be usefull to enable the movement of *cards* between (backlogs only?) different *boards*! This way you can better model a typical *sprint based* development process: * For...

enhancement

The `classes`-utility function just joins arbitrary `String`s with classnames to one `String`. It takes care of adding aprropriate spaces and drops `null` values. The name was meant to be short,...

discussion
api breaking

Currently some default ARIA-Roles are set inside the headless datatable bricks: - `dataCollectionItems` -> `list` - `dataCollectionItem` -> `listitem` This design has different problems: The ARIA Role for the main...

discussion
headless

Currently the `path` property of a `RootStore` is always the empty String. This might be wrong in cases, where you want to manage the mapped portion of some larger model-store...

enhancement
discussion