Isaac Nickaein
Isaac Nickaein
When using encrypting/decrypting a byte array, one has to always swap bytes in int64 to get the conforming result with DES standard. For instance, consider this DES encryption case input...
Is there any way to set the number of workers for`http_listener`? I've tried ``` crossplat::threadpool::initialize_with_threads(8); ``` as suggested for http client (#883, #704). While it seems to limit the number...
The extension `ToBytes` provided in `SnmpDataExtension` does this, but it apparently includes the data-type bytes too. For instance, for an `IPAddress` datatype it returns 6 bytes instead of 4. It...
First of all, thank you for providing such great library. There has been some attempts to port Mibble to other languages (e.g. [MibbleSharp as a C# port](https://github.com/jeremygibbons/MibbleSharp)). As they might...
There seems to be an issue in parsing value-range constraints. Consider the following toy MIB: ``` MY-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, Integer32 FROM SNMPv2-SMI; my-parameter OBJECT-TYPE SYNTAX Integer32 (100..200)...
We are planning to develop a GTFS editor and have encountered this project. It seems very promising and meets most of our requirements. Great job and thanks for making it...
The current conanfile.py generates `-lws2_32 -lIphlpapi.lib -lCrypt32.lib` for the link flags which causes error as the linker looks for `Iphlpapi.lib.lib` and `Crypt32.lib.lib` files. Removing the extra `.lib` can fix this...
I'm getting the following error log for [map_matching/index-internal.html](https://github.com/valhalla/demos/blob/gh-pages/map_matching/index-internal.html) demo on my local valhalla server: ``` 66 2019/11/26 19:57:19.815257 GET /trace_attributes?api_key=&{%22costing%22:%22auto%22,%22shape_match%22:%22map_snap%22,%22filters%22:{%22attributes%22:[%22edge.way_id%22,%22edge.begin_shape_index%22,%22edge.end_shape_index%22,%22matched.point%22,%22matched.edge_index%22,%22matched.begin_route_discontinuity%22,%22matched.end_route_discontinuity%22,%22shape%22],%22action%22:%22include%22},%22encoded_polyline%22:%22jQuery111308051844215711581_1574798237645%22}&_=1574798237646 HTTP/1.1 2019/11/26 19:57:19.815359 [INFO] Got Loki Request 66 2019/11/26 19:57:19.815463...
**What would you like to be added**: There is a lot of clutter in the k8s yaml resources output. The clutter is usually caused by status info, metadata like timestamps,...