-
To support KeyVault Key Rotation, implement the following changes (modeled from JS, but use whatever API is idiomatic for your language):
## ARM Template changes
When creating a keyvault, add `r…
-
Open endpoint for QA:
> https://api.runtogether.co.uk/odi/public/courses
-- AND / OR --
Sample JSON:
```
"subEvent": [
{
"type": "ScheduledSession",
"url": "https://groups.runt…
-
RoundDuration, step 6.e can perform a division by zero, see test cases:
> Set days to days + result.[[Days]] + result.[[Nanoseconds]] / result.[[DayLength]].
We could check for zero just before th…
-
When I run `stack install haskell-dap ghci-dap haskell-debug-adapter --system-ghc`, it will stuck when compiling fsnotify.
The last line of output is 'fsnotify > win-src\System\Win32\File…
-
When we have long-running json-formula sessions (as with forms), we often encounter complex expressions that are repeated later in the session.
For example, given an ISO8601 duration value such as: `…
-
To support KeyVault Key Rotation, implement the following changes (modeled from JS, but use whatever API is idiomatic for your language):
## ARM Template changes
When creating a keyvault, add `r…
-
I have a csv file with datetime formatted as "%d/%m/%Y %I:%M %p". I can convert them to pandas datetime but when I use pyarrow's strptime I get the following error.
`ArrowInvalid: Failed to parse str…
-
➜ ~ kbcli version
Kubernetes: v1.27.3-gke.100
KubeBlocks: 0.7.0-alpha.13
kbcli: 0.7.0-alpha.13
```
➜ ~ k get pod
NAME READY STATUS R…
-
Some users have to comply regularities like GDPR or company requirements and are forced to keep or delete their indexes a defined minimum timeframe.
However, this sometimes doesn't conform with thei…
-
Hello - I've been dabbling with an AGPLv3-licensed implementation of ISO8601 duration parsing that subclasses the built-in Python `timedelta` object.
As you're probably well aware from building `is…