Oliver Weichhold

Results 20 issues of Oliver Weichhold

Due to the way NetUV's ReadableBuffer is written, reading the data into a [Pipeline](https://blogs.msdn.microsoft.com/dotnet/2018/07/09/system-io-pipelines-high-performance-io-in-net/) requires a temporary copy step. It would be preferable if this could be avoided. The optimal...

Judging by the demo, selecting blocks and therefore manipulation of blocks is currently not implementing. Are there any pointers on how to start implementing this functionality?

### Discussed in https://github.com/oliverw/miningcore/discussions/1200 Originally posted by **ei8ht187** March 7, 2022 At the moment, as soon as you activate logging with setting info or debug, the ip addresses are all...

enhancement

### Discussed in https://github.com/oliverw/miningcore/discussions/1171 Originally posted by **ei8ht187** February 20, 2022 Many Miners offers the possibility to dualmine Ethereum and Zilliqa. Beside mining, Zilliqa also uses PoS. Therefore, it be...

enhancement
help wanted

Attempting to close the current editor tab using `:tabc` or `:tabclose` results in "Parse error" shown in the Command Margin. **To Reproduce** Steps to reproduce the behavior: 1. Open multiple...

Since [Javascript Typed Arrays](https://developer.mozilla.org/en/javascript_typed_arrays) enjoy an increasing [adoption](http://caniuse.com/#feat=typedarrays) by browser vendors perhaps this excellent library can be made even faster by using typed arrays for low level IO.

This PR adds support for sending raw text messages that are not enclosed in the JSON serialized message envelope which is not always desirable.

I've just migrated a WPF Desktop App (Framework 4.6.2) to Visual Studio 2017 and I'm now seeing warnings like these during build: ``` 4>C:\Projects\Ciphernote\src\Client\Windows\obj\Windows.csproj.nuget.g.targets(7,5): warning MSB4011: "C:\.nuget\packages\sqlitepclraw.lib.sqlcipher.windows\1.1.2\build\SQLitePCLRaw.lib.sqlcipher.windows.targets" cannot be imported...

### Describe the bug In a project that utilizes Razor Pages and request localization in conjunction with an `IPageRouteModelConvention`, Urls generated through standard TagHelpers for anchors or forms do not...

bug
investigate
area-mvc
feature-routing
severity-major
affected-medium

Revision 763cd269410e345ca9f1d373f8a2147701a0f948 (merge pull) broke WP7 builds due to unsatisfied reference to Type.FindInterfaces on WP7.