Alex Zaytsev

Results 62 issues of Alex Zaytsev

https://github.com/hazzik/DelegateDecompiler/pull/20#issuecomment-67488734

enhancement
up-for-grabs

Eg, find all HKLM/XXXX and replace them with clickable links

This PR allows users with `Computer.EXTENDED_READ` permissions to read and refresh all node monitors (`JENKINS_URL/computer/`). Currently it is set to `Jenkins.MANAGE` ("Overall/Administer"), which is too restrictive. We're running our agents...

rfe

I have following mapping: ``` HasMany(x => x.Items).Where(x => x.IsDeleted == false); ``` It is translated to SQL like `WHERE (items0_.IsDeleted = 0)` It is incorrect In case I'm using...

bug

* make `/usr/local/structurizr-cli/structurizr.sh` executable * add `/usr/local/structurizr-cli/` to $PATH

[`Take(IQueryable, Range)`](https://docs.microsoft.com/en-us/dotnet/api/system.linq.queryable.take?view=net-6.0#system-linq-queryable-take-1(system-linq-iqueryable((-0))-system-range))

c: Linq Provider

t: Improvement
p: Lowest
c: Core

We constantly fix and patch bugs and limitations of the re-linq in our code base often duplicating the code from re-linq project. It become apparent that over these years NHibernate...