Results 8 issues of Phidelux

The bash indicator should be configurable. There should be three at least three settings: 1. Color (default light grey) 2. Normal Indicator (default $) 3. Root Indicator (default #)

enhancement

In ListViews moving down past the last item will jump to the first and moving up past the first jump to the last item. In TabViews this is not the...

enhancement
good first issue

There is currently no clever way to support multiple languages. Therefore we should decide on a internationalization mechanism or framework like React-Intl.

enhancement

If the test application is freshly started, the tab content pane switches to the second tab, while the tab register of the first tab is still being focused. Switching between...

bug

Components strongly related to a specific HTML element should support the usage of commonly used attributes of this element. The button compontent should, for example, support the attributes `disabled`, `type`,...

enhancement

I am trying to generate a bitbake recipe without any windows dependencies. The application I am building depends on log4rs, which depends on the [winapi](https://crates.io/crates/winapi) crate. However, this dependency is...

I have a simple project consisting of a core library, the main package and a helper script: ``` project |- Cargo.toml |- lib |- Cargo.toml |- pkg1 |- Cargo.toml |-...

I am currently building a project that has a development dependency on [mockall](https://crates.io/crates/mockall), which should not be included bitbake recipe. Removing the _mockall_ crates from the list of source crates...