encoding
Here are 994 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
Aug 29, 2020 - JavaScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Sep 13, 2020 - PHP
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';
I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5
`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Sep 22, 2020
-
Updated
Oct 1, 2020 - Go
-
Updated
Sep 25, 2020 - Python
-
Updated
Aug 13, 2020 - Rust
-
Updated
Jul 8, 2020 - Go
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 20, 2020 - Go
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Sep 14, 2020 - Go
-
Updated
Sep 25, 2020 - C
-
Updated
Aug 19, 2018 - Vim script
-
Updated
Aug 17, 2020 - 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?