encoding
Here are 1,216 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
-
Updated
Jun 13, 2021 - TypeScript
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 30, 2021 - PHP
ES5 compatibility
While the README states that Hashids is ES5 compatible (https://github.com/niieani/hashids.js#use-as-global-in-the-browser-wherever-es5-is-supported-5kb), the library does not work in IE 11. IE 11, in my understanding, is almost ES5 compatible, enough so that I would expect Hashids to work in it.
The first error IE 11 throws is that it does not support Array.from
. This method was introduce
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Jun 12, 2021 - Go
-
Updated
May 21, 2021 - Python
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jun 13, 2021 - Rust
-
Updated
May 30, 2021 - JavaScript
-
Updated
Jul 8, 2020 - Go
-
Updated
May 31, 2021 - Go
-
Updated
Jun 14, 2021 - Visual Basic .NET
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Jan 16, 2021 - C
-
Updated
Jun 7, 2021 - Go
-
Updated
May 7, 2021 - JavaScript
Improve this page
Add a description, image, and links to the encoding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encoding topic, visit your repo's landing page and select "manage topics."
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?