webwarrior-ws
webwarrior-ws
Some servers, like `nodes.mewapi.io/rpc/eth` and `www.ethercluster.com/etc`, return empty array instead of "0x" for non-contract addresses. Example: `{"jsonrpc":"2.0","id":1,"result":[]}`. Handle that case and return "0x". In case of non-empty array, throw UnexpectedReplyException.
When clicking on "Morphic World" button, a new window appears, both windows freeze for several seconds, and then the application crashes. No logs are written to PharoDebug.log, stderr, or stdout...
All functions seem to be working fine, although I haven't tested multi-floor maps, beacuse I don't need them. I'm using Ecovacs Home Android app.
These rules allow configuring naming conventions for nested and unnested function names.
Also added comment to `AccessControlLevel` describing relationships between values of this DU.
Fixes #561 Also adds test for fixed case
### Description `extern` declarations cause "Bad usage of failwith:" warning ### Repro steps Run linter against code: ``` [] extern bool LogiLedInit() [] extern bool LogiLedSetLighting(int redPercenatge, int greenPercenatge, int...
Renamed some functions and/or parameters related to AccessControlLevel to make their intent more clear.
NoPartialFunctions needed a workaround because of a bug in FSharp.Compiler.Service library. In FSharp.Compiler.Service to v43.8.200 that has bug has been fixed. This PR upgrades FCS to v43.8.200 and makes necessary...
Move from paket to Central Package Management.