-
### Severity
Minor
### Versions
all
### Components/Modules
func_curl
### Operating Environment
Ubuntu 22
### Frequency of Occurrence
Constant
### Issue Description
usi…
-
### Usage
onedrive add [options]
### Description
Pre-provision OneDrive for users in your organization
### Options
| Option | Description …
-
# Expand
- [ ] the following test works.
```bash
export LS="ls -la"
$LS # this should do a ls -la
"$LS" # this should print an error command "ls -la" not found
# if the first word is in doub…
-
## Description
We would like to perform the following operations for project using our CLI:
- List all projects under a workspace (`keyshade project list `)
- Get a particular project by id (`k…
-
**Describe the bug**
Some videos throws this kind of message to the console (CMD):
```
Can't extract video metadata. https://www.tiktok.com/@some_user/video/some_video_id
```
I think the message …
-
After installing the exercism CLI for the first time yesterday, I kept getting `TLS handshake timeout` errors:
```shell
$ exercism configure --token=*** -v
========================= BEGIN DumpReq…
-
Hi
Not sure if this is a bug or something I don't understand.
I've been using the Stripe CLI on windows for testing my booking app. Like this.
stripe listen --forward-to https://localhos…
-
hello,
i'm doing a post request to a rest service. If i do it on Postman, everything works fine, if I try to call the service with this code i get this error:
`
doPostApplicationJson = (url: stri…
-
**What is the bug?**
I have an index with some fields in long type. When I use Observability SQL/PPL queries, these fields are always '0' in the results. However these fields can be used as conditi…
-
In a previous issue ( #75 ) I started down the path of windows security, and as per suggestion in that thread I switched to secure cluster using certificates. I followed the instructions outlined [in …