Holger Freyther

Results 44 issues of Holger Freyther

I use SmalltalkCI to build and test a Pharo image. My deployment is done using debian packages (i package the smalltalk image + scripts + runit config). For that I...

All Dialects

Dear Dale, I am facing two separate issues and wonder if you could provide some hint on how to resolve or implement it. 1. When deploying an image I would...

The validation is great but sometimes it is helpful to see what the input was and the error that as produced. Print the input and the error when available.

If the Authorization has params['pending_reason'] == 'payment-review' the capturing will fail with an exception. The PayPal documentation names it 'paymentreview' but in the log I have it is payment-review. https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_IPNandPDTVariables#id091EB04C0HS

0.) Prepare a product with one item on-hand, disable backorders 1.) Prepare two orders and move them to the payment page 2.) complete one order... 3.) complete the other order...

1. Go to https://halfnarp.events.ccc.de and submit your selection 2. 33C3-halfnarp-api http://halfnarp.events.ccc.de/-/talkpreferences/... will be saved to local storage 3. Re-submit (in Safari and most likely others too) will fail with something...

Let the link action of rules_go determine how to link the binary. This aligns the behavior of the stdlib with other cgo code. A binary can be linked statically by...

The prometheus exposition format requires each line to be unique[1]. This is handled by struct prometheus_metric having a list of children that is managed when registering a metric. In case...

cherry-pick-checks-passed
cherry-pick-gates-passed
cherry-pick-gates-failed
pr-submit-tests-failed

Using 94be94602249d33239a2799301ce386c83dd7c69 and after having created a VM using a zvol I need to change to /usr/local/vmrc/vm to be able to "service vm onestart myvm". Is this to be expected?...

Introduce types.AlertSnapshot and types.AlertsSnapshot that keeps track of the original dispatch time and uses it for the `Status()` and `Resolved()` method. This makes sure the notification is consistent across retries...