Gabriel Ochsenhofer
Gabriel Ochsenhofer
- [ ] Handle copy + paste - [ ] Handle text input with modifiers
Some rss feed readers won't accept the xml content if the response header outputs text/html: **GET https://golangnews.com/index.xml** ``` HTTP/1.1 200 content-encoding: gzip content-security-policy: frame-ancestors 'self'; style-src 'self'; script-src 'self' www.google-analytics.com...
```Go m := melody.New() sessions, err := m.Sessions() // throws an error if it's not connected (like every other method) for _, sess := range sessions { sess.Set("key", "val") }...
Adds go.mod an go.sum
An attempt to avoid errors like #631 It's disabled by default to keep the original behaviour of this library: ```go whatsapp.AutoUpdate = true // this will bump the minor version...
Could it be possible to embed video files (the same way you would embed an image)? Like: ```  ```