Igor Anić
Igor Anić
I run into this problem by writing wrong datacenter name in the nomadfile. There where no nodes in that misspelled datacenter but the deployment run forever waiting for the node...
I'm using go-simplejson in an application for finding differences between two maps. Go-simplejson is a great tool to ease navigation through maps. I find it useful that maps could have...
Install RabbitMq server 2.5.0 from rabbitmq.com repostitory.
Recipe to install Erlang R14B03 from source.
I'm analyzing (and playing with) code in the custom-runtime-extension-demo and can't understand when the runtime gets SIGTERM. So far I understand that in line [41](https://github.com/aws-samples/aws-lambda-extensions/blob/d240b9d9658b2f5fec7ca96fbb2bb773f0221c9e/custom-runtime-extension-demo/runtime/bootstrap#L41) code starts waiting for curl...
For example [this one](https://github.com/mantil-io/mantil/runs/4633227854?check_suite_focus=true). It runs for an hour and then timeouts. The line where it gets stuck is [this](https://github.com/mantil-io/mantil/blob/d2656ece0c316aa7277a5899ad62e9905786407e/test/ping_test.go#L53). From the action output: ``` github.com/mantil-io/mantil/test.testAddLogsApi(0xc0000b8420) 119 /home/runner/work/mantil/mantil/mantil/test/ping_test.go:53 +0x2b6 ```...
What to do about that? ref: https://atoz-technology.slack.com/archives/C024QHF6ZUN/p1645088025754269?thread_ts=1645004769.270119&cid=C024QHF6ZUN
What to do now when we get another report like this that we know more. Ref: https://atoz-technology.slack.com/archives/C02J55SAWTA/p1643379828104799
Just changing the order of the fixes. adc_v2_smpr.yml fix adds fields to the registers (original svd incorrectly had only one field). adc_v2.yml adds enumeration to the smpr* fields in the...
### Zig Version 0.10.0-dev.4425+f36aee93c ### Steps to Reproduce This code should ignore sigpipe signal. I'm pretty sure it was working ```zig const std = @import("std"); pub fn main() !void {...