Jimmy Briggs

Results 24 comments of Jimmy Briggs

also `.kube/config`: ```yaml - name: kube dotfile: name: .kube is_dir: true actions: - type: migrate source: ${HOME}/.kube/config dest: ${XDG_CONFIG_HOME}/kube/config - type: migrate source: ${HOME}/.kube/cache dest: ${XDG_CACHE_HOME}/kube/cache - type: export key:...

I investigated a little further and found that installation arguments are stored under the path: `$env:ChocolateyInstall\.chocolatey\.\.arguments` (again, assuming the user has the config option `useRememberedArgumentsForUpgrades` enabled). Therefore, to implement the...

@Dripdrop12 can we patch this through? Cannot get this to work for my app running on 4.1.2...

Any updates or workaround for this issue? This is my current workflow: ### Lists - Copy the display mode version of the list. - Copy into editor as links in...

> I first though this magic pak function is a cli function that can be used like pip or npm. Is that on the roadmap? @psolymos would love this feature...

The only thing that comes to mind for me would be to utilize the [littler](https://github.com/eddelbuettel/) scripts as a form of executables (similar to how most people install R packages within...

@devblackops and other devs note that this issue seems to only occur installing from PowerShell Gallery, not if you build the module yourself.

@devblackops any updates for this?