hyper
Here are 393 public repositories matching this topic...
- The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
- Todo can be moved to the bottom & can be a section (Below Contribution section)
- The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
- The example should be complete. It should match exac
I'll preface this issue by saying i have only used the Web UI so far. Oh, and what a great project!
I am currently having to brute-force my way through when using the web UI to make my theme, which is an indication of a underlying problem: The lack of intention for each shade and accent
Specifically accent1 has no other description than "syntax", and is not showcased at all in the code pr
-
Updated
May 12, 2020 - JavaScript
Please visit the contributing guidelines to learn more on how to translate project's documentation into more languages.
Tons of thank you to everyone for your help and support!
Description
The use of license keys seems to be configured where it is only going to use the evaluation keys. That may be suitable for most but for those of us with MSDN licenses, or volume licenses with our employer, there is a need to use a customized key for the OS installations.
Right now this is where I find how the keys are managed:
-
Updated
May 24, 2020 - Shell
-
Updated
May 7, 2020
Add Tilix theme
Hey, nice theme.
Would be great to have an option the set the background transparency and the color as well.
-
Updated
Mar 14, 2020 - JavaScript
See #157. Opening this issue per @pacocoursey’s comment:
Manual selection is a good idea, if you still feel strongly about adding it as a feature please open a new issue.
-
Updated
Mar 4, 2020 - JavaScript
If the only available .hyperlayout file contains invalid JSON, the "Can't find any hyperlayout preset (.hyperlayout, package.json, ~./hyperlayout)" error is shown - we should check for valid JSON first and show an error for this if necessary.
-
Updated
Oct 21, 2019 - JavaScript
On OSX when pressing cmd + a the content of the terminal gets selected. When focus is on search field the text in the search field should get selected.
Improve this page
Add a description, image, and links to the hyper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyper topic, visit your repo's landing page and select "manage topics."
I'd like to use
CONNECTmethod with HTTP (at least with 1.1, and, ideally with 2).However, I don't think there's a way to unwrap the underlying stream from HTTP response.
Practically, I need an object that implements
futures::io::AsyncReadandfutures::io::AsyncWrite(fromfutures0.3). Similar thing viatokioshould work too.