-
Updated
Jun 5, 2020 - Shell
autocomplete
Here are 977 public repositories matching this topic...
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:
- body parameter -> data field
- operator -> separator
Bug
-
The steps to reproduce the issue, e.g.:
- Focus on the input field in FireFox
- Type
c, and wait for suggestions to appear - Press test button
- Click outside the container to close suggestions
Observed 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 with some data in Hive:
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);- Select
testtable and choosevcolumn.
 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):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&inside the first option
Right 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
-
Updated
Apr 29, 2020 - Vue
Prerequisites
- [y] Have you tried launching
atom .from the terminal in your project's directory? - [y] Have you verified the output from
go envis correct? If it is, please include the output in this issue. - [y] Have you updated Atom to the latest version?
- [n] Have you tried using Atom Beta, which can be run side-by-side with Atom Stable? Is the behavior
-
Updated
May 6, 2020 - JavaScript
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?
-
Updated
May 6, 2020 - Objective-C++
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
-
Updated
May 5, 2020 - PHP
Add missing tests for this library
-
Updated
May 21, 2020 - Swift
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:



Information
VIM version
NVIM v0.4.3
Build type: RelWithDebInfo
Operating System: Ubuntu 18.04.4 LTS
ALE version:
commit 36e5337e30095afb10d02ef2ae362c8d6055e70d
Author: Horacio Sanson [email protected]
Date: Tue Apr 21 13:36:57 2020 +0900
What went wrong
When I enabled virtualtext cursor in my init.vim configuration (let g:ale_virtualtext_cursor = 1). For some