PhonicUK

Results 15 issues of PhonicUK

Adding the specified count to the semaphore would cause it to exceed its maximum count. ``` at System.Threading.SemaphoreSlim.Release (Int32 releaseCount) in :line 0 at System.Threading.SemaphoreSlim.Release () in :line 0 at...

``` Specified argument was out of the range of valid values. Parameter name: count at System.Net.Sockets.SocketAsyncEventArgs.SetBufferInternal (System.Byte[] buffer, Int32 offset, Int32 count) in :0 at System.Net.Sockets.SocketAsyncEventArgs.SetBuffer (System.Byte[] buffer, Int32 offset,...

It'd be helpful if this could handle websocket upgrade requests, so that when a client attempts to connect and request an upgrade it gets accepted and I get an event...

I'm working on a title that isn't released to the general public right now. On my development machine with the full steam client installed I can get a server to...

**Describe the bug** If you search for available servers using `Steamworks.ServerList.Friends` and add an `appid` filter - the filter is not honoured and servers for unrelated applications are produced in...

``` file:///C:/tiny-rtx/src/utils.mjs:12 throw new Error(`Vulkan assertion failed with ${key}`); ^ Error: Vulkan assertion failed with VK_ERROR_OUT_OF_DATE_KHR at ASSERT_VK_RESULT (file:///C:/tiny-rtx/src/utils.mjs:12:15) at RayTracingDemo.VulkanApplication.drawDefaultFrame (file:///C:/tiny-rtx/src/VulkanApplication.mjs:126:3) at RayTracingDemo.drawFrame (file:///C:/tiny-rtx/src/index.mjs:174:8) at Timeout.drawLoop [as _onTimeout] (file:///C:/tiny-rtx/src/index.mjs:152:9)...

On servers with multiple NICs it may be necessary or desirable to bind a server to a specific one of them instead of listening on all available NICs. I've added...

Some applications (especially those running in self-hosted VMs) require /proc/X/maps - often /proc/self/maps - in my case I'm trying to run the Mono runtime under flinux.

enhancement

KVP files are key/value pair files. Usually simply taking the form of `key=value` on each line - similar to INI files but without the headers.

It would be handy if it was possible to invoke mono via WSL without having to configure sshd inside WSL. WSL can be invoked as normal command line application and...

enhancement