Results 10 issues of Timothy

**OS/device including version:** So I went through the entire process described in the readme and at the end of it I seem to be missing a whole bunch of files...

bug

When the app starts it throws an IOException: > An exception of type 'System.IO.IOException' occurred in System.IO.FileSystem.Watcher.dll but was not handled in user code: 'The configured user limit (128) on...

### Environment NetMQ Version: NetMQ.4.0.0.207 Operating System: Android 6 .NET Version: Mono 6.6.0.166 ### Expected behaviour A very simple ResponseSocket: ```csharp responseSocket = new ResponseSocket(); responseSocket.Bind("tcp://*:32700"); while(true) { var data...

stale

Consider the following code: var socket = new RequestSocket(); socket.Connect("tcp://localhost:32700") On Linux this works fine with Mono On Windows this works fine with .NET But on Windows this crashes with...

The following was merged into IPFS 0.4.11-rc: https://github.com/ipfs/go-ipfs/pull/4082 Will have to check this out and add support for it.

### Describe the bug Upgrading from 3.x to the latest 4.x, I wanted to create a server without encryption. (for local use only) Original 3.x code: ```csharp var options =...

bug

Does anyone have a sample configuration to support detecting (not recognizing) people wearing a mask?

enhancement
model zoo

### Bug type Component ### Component name MudTable ### What happened? Take a `MudTable` with `Items` bound to a source of `List` or `ObservableCollection` Then you delete an item from...

has workaround

On an x86/x64 machine with .NET or Mono the following code works: ``` var discoverer = new NatDiscoverer(); var device = await discoverer.DiscoverDeviceAsync(PortMapper.Upnp, new System.Threading.CancellationTokenSource()); var ip = await device.GetExternalIPAsync();...