GilbertoTheMighty

Results 6 issues of GilbertoTheMighty

Hello. I'm using pcpp::PcapFileReaderDevice reader(filename); I would like to read [Magic Number](https://tools.ietf.org/id/draft-gharris-opsawg-pcap-00.html#section-4-5.2.1) from file header, which represents time format. I could not find anything that allows to access header struct....

enhancement
good first issue

``` 2022-03-19 14:59:11 info Started as system service 2022-03-19 14:59:20 debug LocalServer new connection 2022-03-19 14:59:20 debug IpcServer new connection 2022-03-19 14:59:20 debug IpcServerProcess started, "C:/Program Files/AmneziaVPN/wireguard/wireguard-service.exe" ("--remove", "C:/Users/Admin/AppData/Local/Temp/AmneziaVPN.WireGuard0.conf") 2022-03-19...

After building and installing [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp) I'm trying to run example code from main page to execute test query but it misses some includes. `clickhouse/types/types.h:3:10: fatal error: absl/numeric/int128.h: No such file...

Hello. Is there a way to switch `BitfinexSymbolOrderBook` to raw mode? By default it show only 25 levels and can be extended to 100, but anyways maximum available precision is...

Default implementation not using `EnableHtmlEscape` in `HtmlInlineRenderer` and `HtmlBlockRenderer`. I have a markdown like this: ``` This code defines a static class Connections that contains the following fields and methods:...

question

How to configure syntax style for different codeBlock languages? ``` ```