Sergei Turchanov

Results 6 issues of Sergei Turchanov

...-settings instead of being hard-coded because there are use cases where 0.1s sampling interval is too coarse and INT_MAX limit on call-stack trace depth gives overly verbose traces.

Hi! We need to get all records contained in a database file, something like this: `"Network/mask", "Attributes..."` We we able to do that with CSV format exports of GeoIP2Lite database....

enhancement

Hi! It really seems that a call to `ensureIdUniqueness` right after `updateIdxById()` is superfluous in `function setItems` https://github.com/6pac/SlickGrid/blob/427e2bf9588f6b70b21845a3b46c720b4672b617/slick.dataview.js#L130-L139 because when the function `updateIdxById` traverses `items`, it checks that every data...

Pull-request 048da12b94d37b737a89d54731c7870f227caa39 places `rpfilter` into @known_booleans for [lib/puppet/provider/firewall/ip6tables.rb](https://github.com/puppetlabs/puppetlabs-firewall/blob/3739745e6e98cffa04870280bacf244156b9cd71/lib/puppet/provider/firewall/ip6tables.rb#L234) but doesn't do that for [lib/puppet/provider/firewall/iptables.rb](https://github.com/puppetlabs/puppetlabs-firewall/blob/3739745e6e98cffa04870280bacf244156b9cd71/lib/puppet/provider/firewall/iptables.rb#L231) Am I wrong?

community

Implemented Clone(), ToTraceID(), ToSpanID(), extra variants of Log() methods for SpanContext. Test cases for Clone(), ToTraceID(), and ToSpanID().

Introduced helper method CurlHandle::setopt to automate error checking of curl_easy_setopt call.