mayorovp

Results 7 issues of mayorovp

Issue https://github.com/hazzik/DelegateDecompiler/issues/52 Added `VisitConstant` method to `DecompileExpressionVisitor` class. If constant is `IQueryable` it value's expression should be visited. Added some logic to avoid infinite recursion (because EF `DbSet` expression is...

I my project, i have structure like this: ``` xml ``` But the problem is that there is no route value named 'typeCode', this code must be loaded from database....

is:Configuration Problem
is:Question

К этой ошибке приводит следующая последовательность действий: 1. Открыть настройки PAC-скрипта 2. Переключиться на любой скрипт, кроме "Антизапрета" (например, "Отключить") 3. Попробовать переключиться обратно на "Антизапрет" Браузер - Google Chrome...

![2016-09-28 05-36-38](https://cloud.githubusercontent.com/assets/4516633/18913651/550835f8-85a2-11e6-9864-8703745f8579.png) Детальная трассировка: create 484 484 false execute 516 484 false create 516 516 false execute 547 516 false create 547 547 false clear 562 547 false 1) should...

bug

### Description I cannot push anything on private registry, like this: ``` root@gateway:/home/ubuntu# docker push registry.mcs.local/alpine Using default tag: latest The push refers to repository [registry.mcs.local/alpine] 5af4f8f59b76: Pushing [=======> ]...

Example form to reproduce: ``` @model WebApplication.Models.DefaultModel @{ var ko = new KnockoutContext(ViewContext); } @ko.Html.TextBox(m => m.Foo) @ko.Html.Span(m => m.Foo) Send @ko.Apply(Model) ``` model: ``` public class DefaultModel { public...

# MCVE: ``` npm init npx install-peerdeps @typespec/html-program-viewer ``` # Expected result `@types/react` package is installed # Actual result Only `@typespec/html-program-viewer` and `@typespec/compiler` are installed