ProphetLamb

Results 36 comments of ProphetLamb
trafficstars

* I agree that only searching for favourites would probably require a custom build of Everything, which is not possible since afaik it's closed source. * It's ill advised to...

On that note, for the free text `Input` a history would be quite nice, so that we can navigate prev/next using arrow keys. Ill see if I can hack something...

Ive developed two tools which combined allow extraction of exact information of the assembly, from the compilation image or pdb. This works with embedded sources and any sourcelink. For example,...

I can confirm the bug as described. The empty new-line before the metadata header works as a workaround. Thought, this disables syntax-highligting. A check to determine the pandoc flavoured markdown...

Valid escape sequences are: - `\x##` ASCII - `\u####` UTF16 - `\U########` UTF32 where `#` is a hexadecimal digit. Upon further experimentation, I found, that this error is the case...

Valid escape sequences are: - `\x##` ASCII - `\u####` UTF16 - `\U########` UTF32 where `#` is a hexadecimal digit. Upon further experimentation, I found, that this error is the case...

I am open to having the project adapted as the official driver for .NET, I have made an issue of the website repository. When I get a reply we can...

Toyed around with surrealdb in the CLI a bit, and had a look at existing SDKs, think Ill be able to implement a basic C# SDK at some point next...

It would appear, that there already is a [Surreal .NET SDK](https://github.com/tiaringhio/Surreal.NET) all thought it is still unpublished afaik.

Not desirable because it would impact performance on all equality checks, because at least a check of the biasedexponent is required.