elpaxel
elpaxel
**Describe the bug** In Russian locale (maybe in others too) when using "Do" format [months](https://github.com/iamkun/dayjs/blob/9c20e77caf7b1b5eccf418175203b198d4e29535/src/locale/ru.js#L30) function working incorrectly. For example: `dayjs().locale("ru").format("Do MMMM")` will output "21 март" but correct one is...
IP block
Is there some sort of IP block on bet365 ? Because when I repeatedly restarting script it starts returning nothing after subscribing to channel (OVInPlay). So session key in script...
## What's going wrong? When I'm using "wait_ready" (in api) and "wait-ready" (in cli) they are not working as intendent. If the child process not sending "ready" event PM2 just...
Dubbing
I have website\provider with tv series in different dubs. So for convenience' sake I need to return something like that: Dubs -- Seasons ---- Episodes ------ Streams As I understand...
package main import ( "fmt" "net/http" "net/http/cookiejar" "golang.org/x/net/publicsuffix" "github.com/imroc/req/v3" ) func main() { jar, _ := cookiejar.New(&cookiejar.Options{PublicSuffixList: publicsuffix.List}) c := req.C().SetCookieJar(jar) r := c.R() resp, _ := r.Get("https://httpbingo.org/cookies/set?b=2") fmt.Println(resp.String()) r.SetCookies(&http.Cookie{...