-
I installed latest version but getting this error
http: error: argument --auth-type/-A: invalid choice: 'jwt' (choose from 'basic', 'digest')
-
**Checklist**
- [x] I've searched for similar issues.
- [x] I'm using the the latest version of HTTPie.
---
**What are the steps to reproduce the problem?**
1. MacOS 11.2.3 (Big Sur) has …
-
since this is based off of Full Calendar, is there a way to create recurring events?
-
Hi,
I tested the following code today:
```Go
package main
import (
"log"
"time"
"github.com/teambition/rrule-go"
)
func main() {
rrule, err := rrule.StrToRRuleSet("RRULE:FREQ=SEC…
-
Can't seem to wrap my head around this.
having a problem compiling a windows exe in python 2.7.9 that uses the requests library and can't find anything on google about the specific error. My script …
-
Add a more generic plugin API that would allow adding new output processors.
(There already is an API for [auth plugins](https://github.com/jkbr/httpie/blob/master/httpie/plugins/manager.py)).
#### …
-
Hi there,
It's very easy to replicate error:
1. Define
```
@override
String getRecurrenceRule(int index) { return 'FREQ=WEEKLY;INTERVAL=1;' }
```
2. It throws an error:
> E/flutter (10612):…
-
Hey, thank you for work on rrule library!
According to https://jakubroztocil.github.io/rrule/ RRULE could be parsed without explicit DTSTART to express recurrence pattern. Now, this scenario is not…
-
**rrule version**: 2.6.6
**OS**: OSX
**$ date**: Sun Dec 13 19:40:34 PST 2020
## Output
Not sure why this imports are unhappy here. This is from the console in an Electron app:
```
intern…
-
It's a feature request.
You wrote that You're using this lib form rrules: https://github.com/jakubroztocil/rrule
Could You add also rruleSets?
Why I need it? Let's assume that I have everyday tas…