Fish-like autosuggestions for zsh
-
Updated
Jun 5, 2020 - Shell
Fish-like autosuggestions for zsh
Thinking about migrating the Apollo Example. But unsure as to what the recommendation is for async rendering of items. Having read, #186 and noticing that all of the new hooks take items as an argument.
What are your thoughts on comboboxes with async items?
Thanks!
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
The steps to reproduce the issue, e.g.:
c, and wait for suggestions to appearObserved behaviour: Suggestions stay open
Expected behaviour: Suggestions should be closed
Do you want to request a feature or report a bug?
bug
What is the current behavior?
location button isn't working in the demo https://community.algoli
Steps to reproduce:
CREATE TABLE test (v int);
INSERT INTO test VALUES (5),(1),(1),(1),(2),(2),(2),(2),(3),(3),(3),(4),(4),(4),(4),(4),(4),(5),(5),(5),(5),(6),(6),(6),(6);test table and choose v column.When serviceUrl has been changed a clearCache() method should probably be called to prevent incorrect results.
Possibly the other settings could trigger this as well.
Expose a method to show the help string whenever I want to, like it being the default command of my program.
Program would be something like:
program
.version(package.version)
.action(() => program.showHelp())
.command('real command')
.action((args, options, logger) => /* do stuff */);
program.parse(process.argv);
// ./myprog
/* ... prints help ... */I
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
& inside the first optionRight now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;While answering #878, I realized, that both user manual and quick guide could be improved. Goal should be to get first time users started as quickly as possible.
Thinking back to my first time contact with picocli I remembered it wasn't straightforward for me to get things up and running, either. Don't get me wrong: The picocli manual is very complete, concise and was/is of great help for me in m
atom . from the terminal in your project's directory?go env is correct? If it is, please include the output in this issue.Set of enhancements for input control
The documentation states that
Select2 supports a bunch of options. These options may be set in data-* attributes.
In reality, only a subset of select2 options are handled. As far as i understand, this is the place where select2 is called: htt
Is there any demo sample code for accessing the remote data stored with TributeJs.
https://github.com/zurb/tribute#loading-remote-data
Any suggestions over this?
hallelujahIM(哈利路亚 英文输入法) is an intelligent English input method with auto-suggestions and spell check features, Mac only.
Bug
This plugin is super useful however it makes use of the method componentWillReceiveProps which is no longer supported by React. React continues to evolve in many directions and now they are getting rid of classes in preference to functions. I still have clients that are React heavy but more and more are moving to other frameworks due to the instability and constant breaking changes being in
Steps to replicate:
Select "ap" from select element and click show
ap will be added as the value of the input and horsey will show correctly
Click hide
Select "ba" from select element and click show
ba will be added as the value of the input and horsey will show incorrectly
the suggestion for apple is still showing, and
Do you want to request a feature or report a bug?
Bug. Happens on 0.37 too.
What is the current behavior?
On Firefox and Chrome mobile I can't select a value from the autocomplete list. Whatever you choose, the result is always the first option.
**If the current behavior is a bug, please provide all the steps to reproduce and a minimal
JSFiddle example
Auto completion, trigger suggest and view docs for Swoole in editor.
Add missing tests for this library
UITextField subclass with autocompletion suggestions list
I am using the vscode extension and there is no autocompletion for $path = $_SERVER['DOCUMENT_ROOT']."/directory".
Can I somehow specify the document root?
I found a (strange) issue in using this plugin.
Without the plugin, this is the autocomplete shown by ST3:

When "All Autocomplete" is active, this is the list of suggestions shown:
. For some