superware

Results 11 issues of superware

Hello. Great work on bootstrap-select. I have a suggestion regarding the actionsBox option. It's often preferred to show a "deselect all" button but NOT the "select all" one, mainly because...

enhancement

``` var model = { languages: [ "en", "ru" ], items: [ {id: 1000, localized: { "en": { name: "English name" }, "ru": { name: "Russian name" }}}, ... ]...

I'm using [typeahead](https://github.com/twitter/typeahead.js) like this: `` When selecting an item typeahead sets the input value and triggers a "typeahead:selected" event, can rivets react to that event and update the model?...

I have a "DesignTime" prefix for every view model, and a special DesignTimeViewModelLocator that configures the IoC container accordingly. What is the most simple way to also support DesignTimeMyViewModel ->...

enhancement

Hello, On v5.0.16, I have a database opened with Connection=direct (default) in one process. Another process opens with ReadOnly=true, successfully opening and reading (GetCollection), but as soon as Dispose is...

Hello, I have a working ROS2 foxy ecosystem running Connext and came to the point where I need Connext key fields support. I'm looking for the simplest way to modify...

backlog

Hello, SftpClient.Connect() retries connection attempts even on authentication failure, should return immediately. ``` var connectionInfo = new ConnectionInfo("host", "username", new[] { new PasswordAuthenticationMethod("username", "password") }) { Timeout = TimeSpan.FromMilliseconds(5000), RetryAttempts...

In light of recent critical issues and repository activity, is LiteDB still being maintained?

Hello, After configuring: ```csharp services.AddViewLocalization(LanguageViewLocationExpanderFormat.Suffix); services.AddRazorTemplating(); ... app.UseRequestLocalization("fr"); ``` MVC will locate and use the view `Views/Home/Index.fr.cshtml` since the locating mechanism is searching for the correct view file using the...

feature-request

Hello, I'm on `4.11.0`, think I found a critical bug in `cv::TrackerKCF` when configuring as follows and feeding `CV_8UC1` (grayscale) frames: ``` cv::TrackerKCF::Params params = { .desc_npca = cv::TrackerKCF::GRAY, .desc_pca...