easy-to-use
Here are 909 public repositories matching this topic...
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
-
Updated
Feb 29, 2020 - JavaScript
-
Updated
Feb 26, 2020 - Ruby
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
-
Updated
Feb 27, 2020 - PHP
-
Updated
Feb 28, 2020 - Kotlin
-
Updated
Feb 29, 2020 - PHP
Description
Adding fonts to art could be boring with some repeated steps that should be considered for each font.
font_wizard.py has been developed by @sepandhaghighi as a solution to this problem but it can be more helpful.
New features for font_wizard
- It can asks for font's name first and it's optio
-
Updated
Feb 26, 2020 - Jupyter Notebook
-
Updated
Feb 29, 2020 - TeX
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.
Hello, Collaborators!
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,
the json example in the readme has no self in various params but the json file from the tests does have these set.
https://github.com/paragonie/csp-builder#example
https://github.com/paragonie/csp-builder/blob/e9a7560fd3f133a85f03c51de5fc051ac97630a7/test/vectors/basic-csp.json
for example i am guessing that using the example from the readme does not set self fore base-uri. but that might n
-
I'm submitting a ...
[/] enhancement -
Summary
As a result of upgrading the Tensorflow version to 0.15.1, we should refactor all thedataSycnwitharraySync. This will greatly improve the overall readability of the code.
-
Updated
Feb 26, 2020 - Objective-C
-
Updated
Feb 26, 2020 - JavaScript
Now, gramework's contribution rules were unclear. And code style was not unified. It makes problem to contribute to this project.
Needs
- Explicit documentation rules
- Unified code style
I think we need to discuss this proposal to make a better project.
-
Updated
Feb 25, 2020 - Kotlin
Beyond 100%
Hi ! i would like to know if its possible to go beyond 100%
I'm working with some "goal x result" app and it may be possible to go beyond 100% like:
Goal - 1500 steps
Steps - 1900 steps
% - 126%
From the page at https://rich-iannone.github.io/blastula/articles/simple_composition.html, the first image is entirely missing. This is supposed to be a diagram of the email components at two different screen width ranges.
-
Updated
Feb 24, 2020 - C#
-
Updated
Feb 28, 2020 - Python
Currently, the render types are desperately in need of documentation. What do all of the render types mean? What's the difference between RenderType.GROUND and RenderType.SURFACE?
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
-
Updated
Feb 29, 2020 - C#
Since we include the nvramcui payload (developed as part of the coreboot repo) for doing NVRAM settings, we should be able to point to some docs. It would help to have a list of available settings, see merge/skulls#57
https://www.coreboot.org/Payloads#nvramcui seems outdated and the wiki is being retired anyways.
We could write an nvramcui page for https://doc.coreb
Hi,
@easy.short(tags=True) is not working for a method that returns a table.
@easy.with_tags() needs to be applied for the method to work.
This is in Django 2.
-
Updated
Feb 29, 2020 - PHP
-
Updated
Jan 30, 2020 - Python
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.
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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
Thank you for the great work with this library, it is realy amazing!