dzmitry-lahoda

Results 290 issues of dzmitry-lahoda

wss from generated self signed cert/key or from mount folder with cert/key

Freebase was ended. Try to find replacement with type provider. Possible target is Wikidata.

Rx.Net: https://github.com/dotnet/reactive/blob/525b719f5e341a4c0cc6668028fdd15194de5559/Rx.NET/Source/src/System.Reactive/Unit.cs System.Threading.Channels: https://github.com/dotnet/corefx/blob/master/src/System.Threading.Channels/src/System/VoidResult.cs Other like: ````csharp var unitLike1 = new System.ValueTuple(); var unitLike2 = System.Threading.Tasks.Task.CompletedTask; var unitLike3 = new System.Threading.Tasks.ValueTask(); object unitLike4 = null; ```` F# `unit` ```csharp //...

And then add donate button for me to click. Thanks

http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet ``` g.V().hasLabel('person').values('name').toList() .then(names => console.log(names)); const names = await g.V().hasLabel('person').values('name').toList(); console.log(names); ``` I.e. I want to run it in memory and access via wire (run host inside my process)...

**Is your feature request related to a problem? Please describe.** Fully disable public IP and mTLS for Allocator, being called and calling. **Describe the solution you'd like** I want a...

kind/feature

**What happened**: Simple game server eats too much CPU while doing nothing **What you expected to happen**: Unrestricted deployment does not use CPU until I call it intensively via netcat....

kind/bug