Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

@loic-sharma I was wondering. I'm going through the binaries in the nupkg using ReferencedItems(). What's the correct way? ... do we risk getting native binaries this way?

I've added a DB integration, and merged more code. There is a slight flaw in the dependencies, seems a lot of stuff (implementations+interfaces) is in the Core project... So to...

As I mentioned, I tried the Baget.Decompilation route, but quickly realized this thing with the entities. So to not duplicate all those (one for DB stuff and one for Decompilation),...

Also. There is a slight space issue. Having uploaded one NEST assembly (3.400 public types), the Sqlite DB grew to 24 MB... Soo.. that's a lot of space within a...

Decompiling on the fly is a no go... The packages would have to be downloaded for each view.. A few options: * Compressing the C# code in the DB (it's...

That could be cool - dump the members for searching purposes, then use this for display.

I quickly checked if `only adapt once` could help me - but no, it actually only does it once ... :P But fun stuff... What do your lights do if...

Could it be that adaptive lighting hits a number or so, where it bounces between two numbers, like a floating point issue.

Hey - with 1.6.0, I'm seeing the following: ``` searchQueryParse('-banana', {tokenize: true, offsets: false}) { "exclude": { "text": "banana" } } searchQueryParse('-banana', {tokenize: true, offsets: false, alwaysArray: true}) { "exclude":...

Hows this going? .. Now VS2017 is out so core should be fully in the open now :).