Jaakko Heusala
Jaakko Heusala
Who? Me?
No, I haven't solved it. I recall I just used normal HTTP network as a workaround. I would indeed use UNIX sockets if it were possible, and AFAIK there is...
I have started creating a TypeScript `index.d.ts` support here: https://github.com/heusalagroup/node-net-snmp/blob/master/index.d.ts It's still quite incomplete. I will add types as I need them. I also started complete refactoring of the project...
Last release was 2009. Would appreciate one :)
I made the fix in the above commit and also run tests with [Travis-CI](https://travis-ci.org/norjs/angular.js/builds/519135609). However, I'm not sure how to make my own deployment package yet.
I have tested this fix and it makes input on IE much more responsive. It's still too early to tell if the problem with last character missing is fixed, but...
AFAIK it also does not affect modern browsers, since this part of the code is in IE-only block. Unless there is other (legacy) browsers that use it; in that case,...
We actually use a well known architecture from enterprise Java -- Java's Spring Boot -- behind the scenes. In this architecture the HTTP server and end points are mapped to...
So TLDR in general, we can actually quite easily compile different versions of `hghs` for different platforms, or even publish it as a plugable library/module.
There is no Java involved -- it's just implemented with the same public API specs as in Java's Spring Boot, but for TypeScript :) We have some documentation at [fi.hg.core's...