-
See this example:
```
>> fecha1 = datetime([2024 2 28 21 0 15]);
>> fecha2 = datetime([2024 3 2 21 0 15]);
>> vec2 = fecha1:2:fecha2
vec2 =
28-Feb-2024 21:00:15 01-Mar-2024 21:00:15
>> incd…
-
I was reading through the source code and found a few [potentially proprietary libraries](https://github.com/goatcorp/FFXIVQuickLauncher/blob/master/src/XIVLauncher.Common.Unix/libsteam_api64.so). FFX…
-
Hello,
I finally made it to compile scsh. And it seems to work. Then I started to look for a documentation of scsh on scsh.net and it says "The Scsh Manual, packed with the distribution, in various f…
-
Components are not compatible with React 18 as it can be seen in package-lock.json:
```
"peerDependencies": {
"react": "^16.8.0 || 17.x",
"react-dom": "^16.8.0 || 17.x"
}
```
Eslint t…
-
**Is your feature request related to a problem? Please describe.**
Right now you are relying on the user to do something like convert to a z score so that the center point is zero
**Describe the s…
-
### Terraform Version
```shell
Terraform v1.5.2
```
### Terraform Configuration Files
```terraform
import {
to = aws_iam_access_key.access_key_1
id = "AK..." # Key value omitted
}
```
…
-
Hi,
I have followed the exact steps to setup this add-ons on test environment. however on checkout it never work.
In easypost.com I added FedEx using test API and made sure USPS is enabled.
In …
-
Hi, when issuing:
`glacier-cmd lsvault`
we get:
ssl.SSLError: [Errno 1] _ssl.c:492: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Open SSL version: OpenSSL 1.0.1e-…
-
Currently we use the "good old" dependency coordinates in generated templates. But instead, we could use the version catalog that we publish alongside the BOM.
For example, this is what the depende…
-
**What happened**:
Vanilla deployment... an application was redirecting to `http://:443` (proto/port mismatch). It was determined that the `:` was coming from the `Host` header which was being set…