Martin Slot

Results 4 issues of Martin Slot

I have this entry created by org-gcal ``` org-mode * Testy test 4 :PROPERTIES: :ETag: "3216907569884000" :calendar-id: [email protected] :ID: wfklwefkl/[email protected] :END: :org-gcal: :END: ``` But what ever i set these...

question

`terraform -v` > Terraform v0.12.21 + provider.azurerm v2.0.0 When using remote state, i have this main terraform file ``` provider "azurerm" { version = "~>2.0.0" features {} } terraform {...

enhancement
documentation

Here https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#retry-usage-guidance-2 you write msec in the 3. and 4. attempt in the "Background or batch", but doesn't you mean sec? --- #### Document Details ⚠ *Do not edit this...

doc-bug
assigned-to-author
triaged
architecture-center/svc
Pri1
best-practice/subsvc

I am currently using git2 0.13.12. If i read the documentation for write: https://docs.rs/git2/0.13.12/git2/struct.Index.html#method.write > Write an existing index object from memory back to disk using an atomic file lock....