Milan Stanaćev
Milan Stanaćev
I'm using version 1.5.1 BSDropdown does not close/hide BSDropdownMenu in some cases when clicking outside. Consistently can be reproduced with following steps: 1. Dropdown items should have label>input[type=checkbox] for items...
It would be useful if we could set target language (e.g. C#6) and target platform (e.g. netstandard1.6).
Go to http://www.microjs.com/ and you will get "1Apache is functioning normally". I think you should at least redirect to url without www.
If we have a table [Identity].[Clients], as it is now in SQLOPS, if we type `select * from client` nothing is offered by intellisense, we need to type `select *...
Simple console app using .NET 7 with `Wasi.Sdk 0.1.3-preview.10012` : ```csharp HttpClient c = new HttpClient(); HttpResponseMessage r = await c.GetAsync("https://github.com/"); Console.WriteLine($"Response status: {(int)r.StatusCode}"); Console.WriteLine("Content length:" + r.Content.ReadAsStream().Length); ``` Tried...
Option to copy guids to clipboard. Issue: #2
It would be great if we had an option to copy to clipboard after generating guid(s). E.g. calling `dotnet-guid -c` or `dotnet-guid --copy` could generate a GUID and copy it...
It would be great if we could disable hot keys while a dialog element is opened, something like (pseudo code): ``` const anyOpened = document.querySelectorAll('dialog[open]').length > 0; if (anyOpened) {...