Marko Harjula

Results 12 comments of Marko Harjula

I think quite many of Keepass own "placehoders" (https://keepass.info/help/base/placeholders.html) are quite rarely used, but at least ENV variables and {ENV_DIRSEP} would be very nice on crossplatform usage when chain opening...

Promise itself is just two callbacks for handle things async, I kind of would disagree with change to callback. Promise is very clever (because can be ref) than doing manual...

Some preliminary v4 support branch, and even unit testing seems to be ok. https://github.com/mharj/oncrpc4j/tree/mharj-portmapv4

Just checking OncRpcSvcTest cases as I'm probably doing wrong way something on code

Hmm, can't see any issue on code .. just copy&paste main page dummy RpcDispatchable and still same. This is not Linux rpc as it's running in Windows with OncRpcEmbeddedPortmap, so...

Ok, I'm playing with test cases and see if I manage to build and spot issue

Yeah, noticed netid "Unknown" already

Looks like this works ok if running on Windows with IPv6 enabled (at least on versions 10.8.11 and 10.9.9), but some reason on docker container (in real Linux) it's not...

Actually on my case I toned this bit down to context: "FunctionDeclaration" as those are ones actually exported on module.

I was thinking about actual "throws" keyword as optional in return type, so TS would automatically add defaults to current functions/methods .. something like ```throws``` or ```throws``` at least for...