Dawid Gosławski
Dawid Gosławski
@fbaligand right, this is it :) Currently I have such code: ``` ruby require '/home/alkuzad/scripts/aggregate_scripts/arch_calculations.rb'; a = Foo::Bar::Baz.new(map, event); a.initialize_event('arch1'); map.merge!(a.map) ``` So I have require, initialization of object (passed...
so just use 10//2
I'm not sure why config is also marked as change, whitespace?
or just my main is older :D
Hey @Morpheus636 do you have plans to implement this ? I coded myself a hacky way to parse Kapeli's user-contributed index.json into xml and use current xml file finder with...
Added code into my master
@Morpheus636 added PR draft, ideally this would benefit from cache, unless we want to hammer API :D
@darzok0914 this is supported but you are not including self-signed certificates into Docker container. The proper way of handling this is to copy them from system and use "REQUESTS_CA_BUNDLE" env...
1ms means you are pinging something really close. Maybe go-ping does have weird behavior in this case. I was testing few sites using [this gist,](https://gist.github.com/alkuzad/b816cb0b4c325b0e13de80acc964550a) which compiles options used by...
@manio I looked into sources of go-ping and Linux curl, and it seems to be the difference in core mechanism: * Linux's ping uses sockets and SO_TIMESTAMP to get timestamps...