Alexander Radchenko
Alexander Radchenko
Например если задать фильтр `na` то остается много ламп где такой подстроки нет: 
Если попытаться отправить сообщение внизу любой демо программы, то ничего не отправляется.  Правда не понятно куда и зачем там строка отправки сообщения! Протестируйте ваши демонстрационные программы в Firefox. Это...
I think BatchInsert implementation is like BatchUpdate implementation but is little easy. ``` // Copy OrderItems from fromOrder to toOrder var items = fromOrder.Items(); items.BatchInsert(i => new OrderItem { OrderId...
The Enumerable.Range does not have step parameter. Can you add Range method with step parameter, please. `Range(int start, int count, int step)` It is different from Sequence(int start, int stop,...
I create 2 sites with sleeping-owl/admin on different ports (same domain). After I open first site http:\domain:port1\ I can not open second site http:\domain:port2\ I got `DecryptException in BaseEncrypter.php line...
Я хочу чтобы обычный пользователь мог быть администратором, а не создавать для этого отдельных пользователей в отдельной таблице. Я использую Zizaco/entrust https://github.com/Zizaco/entrust для назначения ролей и прав обычным пользователям. Соответсвенно...
Model fields now always should be editable. Some of them user can see but should not edit. Now I use custom FormItem and duplicate all FormItem view code to add...
Add SimpleSwitcher to Chocolatey Community Repository, please. https://community.chocolatey.org/
### Reproduction Steps Can not compile the next code for [.NET Standard 1.0](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-0) without [InAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.inattribute). ```cs public static class Foo { public static ref readonly object GetPinnableReference(this object bar) =>...
Checklist for Pull Requests - [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [ ] Is there a linked Issue? Manifests - [x] Have you checked that there aren't...