The Wayback Machine - https://web.archive.org/web/20200229201942/https://github.com/topics/easy-to-use
Skip to content
#

easy-to-use

Here are 909 public repositories matching this topic...

sheffieldnick
sheffieldnick commented Feb 14, 2019

Can this be added to the List API docs please?

You can use searchColumns in the options when you initialize the list like this:

var options = { valueNames: [ 'name', 'lastname','birthdate' ], searchColumns:[ 'name', 'lastname' ] }; var userList = new List('users', options);

In this example you would have 3 fields (name, lastname, birthdate) and the search function would use on

rich-iannone
rich-iannone commented Dec 21, 2019

For the md() and html() functions, we need to add a note that it's not safe to put untrusted user input in here (like database values that can be influenced by a potentially malicious user--even a username!--or literally anything from Shiny input) as it'd then be possible to inject JavaScript into the end result document.

Also, when RTF/LaTeX is supported, these docs will need to change to

art
jt4000
jt4000 commented Sep 24, 2018

Goal:
When you press the button, the tooltip shall display.

Problem:
What syntax code do I need to add?

Thank you!

public class MainActivity extends AppCompatActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);


        View yourView = findViewById(R.
AliceWonderland
AliceWonderland commented Oct 16, 2017

Hello, Collaborators! 🎃 HAPPY HACKTOBERFEST 🎃

Thanks for signing up to help review PRs! Here are some things to watch out for:

  • CONTRIBUTORS.md - Sometimes github doesn't always show merge conflicts in this file. I've come across this a few times, not sure why it happens. If github does not alert you to a merge conflict, copy/paste master version into the file that needs to be merged,
blastula
christianechevarria
christianechevarria commented Nov 7, 2019

Is your feature request related to a problem? Please describe.
Minimized code will have implicit assumptions baked into it. Ideally no assumptions would ever be made but this would create repeated work. So it's desirable to trust that arguments will conform to certain standards e.g. an array is sorted or a property is set

Describe the solution you'd like
As a way to make assumptions b

Improve this page

Add a description, image, and links to the easy-to-use topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the easy-to-use topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.