Skip to content
#

directory

Here are 629 public repositories matching this topic...

GlennJC
GlennJC commented Feb 1, 2019

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

ghuser
ghuser commented Oct 21, 2019

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

dmfrancisco
dmfrancisco commented Dec 3, 2017

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

AnthonyNahas
AnthonyNahas commented Dec 10, 2018

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

kotauskas
kotauskas commented Apr 28, 2020

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.

Improve this page

Add a description, image, and links to the directory 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 directory topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.