-
Updated
May 17, 2020
directory
Here are 629 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
Jun 2, 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
Jun 4, 2020 - JavaScript
-
Updated
Jun 17, 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
Jun 14, 2020 - HTML
-
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
Jun 12, 2020 - Python
-
Updated
May 29, 2020 - Python
-
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."
How to correctly merge parameters from Get-LabPostInstallationActivity and HostStart.ps1 for Custom Roles
When using custom roles (I'll use the MDT role as an example), parameters not provided in the Get-LabPostInstallationActivity call from the parent script are not merged with the param definition in the HostStart.ps1 file, causing the Sync-Parameter call to end up with an incomplete list