Brian Hood

Results 4 issues of Brian Hood

Added some abilities to Artanis with Sample file included.

Error in samples/basic.cr:8: instantiating 'loop()' loop do ^~~~ in samples/basic.cr:8: instantiating 'loop()' loop do ^~~~ in samples/basic.cr:20: wrong number of arguments for 'SDL::Surface#fill' (given 3, expected 4..5) Overloads are: -...

output = compute.volumes.create('server_id' => "50139021-8a50-cf77-3395-f1806364cd9a", 'size_gb' => "10", 'name' => "myvol1}", 'datastore' => "datastore1") pp output I Seem to be getting to below error when i try to create a...

Bug

Hi Maiha, I see you have your src / dst which concatenates the ip / ports together. ``` val src = "#{IpAddr.inspect(ip_header.ip_src)}:#{tcp_header.src}" val dst = "#{IpAddr.inspect(ip_header.ip_dst)}:#{tcp_header.dst}" ``` The below code...