-
Updated
May 17, 2020
directory
Here are 614 public repositories matching this topic...
-
Updated
May 9, 2020 - Python
Failed to load resource: the server responded with a status of 403 (Forbidden)
{ "message": "API rate limit exceeded for N.N.N.N. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://developer.github.com/v3/#rate-limiting" }
And maybe allow authentication
-
Updated
May 20, 2020 - JavaScript
-
Updated
Apr 11, 2020 - Python
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Aug 24, 2019 - Python
In case someone wants to add extra content (e.g. an additional script ) in the existing template, it would be good to be able to do it also from inside template function (instead of copying/editing the default template). To achieve this, the default template should be added in locals object passed to template function.
The advantage of this is that on a later package upgrade, the template wil
-
Updated
May 2, 2020 - Python
The new "Web" and "Expo" react-native filters come from the native.directory project. They have been requested in the past (#532) and may help people that are looking for packages that are compatible with expo for example.
The problem now is that they are not explained and the counters make it look like the majority of packages are not comp
The Good first bugs link at the bottom of How to Contribute seems to be invalid and returns the f
-
Updated
May 16, 2020 - JavaScript
-
Updated
May 24, 2020 - HTML
I can't run readme anymore after updating node from v8 to v10...
node: v10.14.1
npm: v6.4.1
OS: MacOS Sierra
A@anthony:~/git/someproject (master) $ readme
Markserv boot: starting Markserv...
path.js:39
throw new ERR_INVALID_ARG_TYPE('path', 'string', path);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type object
a
-
Updated
May 21, 2020
-
Updated
May 20, 2020 - Python
std::path::Path is the standard library's way of storing immutably borrowed paths. sanitized, [app_dir][fn_app_dir] and [get_app_dir][fn_get_app_dir], however, use normal borrowed strings and try to enforce path separators via documentation, which is severely unidiomatic.
-
Updated
Apr 22, 2020 - Python
-
Updated
Dec 23, 2019
-
Updated
May 25, 2020 - HTML
-
Updated
Nov 30, 2017 - Shell
Improve this page
Add a description, image, and links to the directory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the directory topic, visit your repo's landing page and select "manage topics."
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:
https://github.com/AutomatedLab/AutomatedLab/bl