Mikey Lombardi (He/Him)

Results 146 comments of Mikey Lombardi (He/Him)

@estruyf confirmed, it's working! Thank you enormously for this fix, this is wayyyy easier to manage. 😊 ![Screenshot of VS Code showing the highlighted preview path setting in the frontmatter.json...

I'm certainly interested in a schema for the configuration file as I find YAML configs easier to author and maintain, _especially_ when they are accompanied by a schema, which many...

Thanks for filing this, @SetTrend! Looking through the documentation, there's some stuff to clean up and clarify in the docs, but the short answer to your question around whether `Invoke-WebRequest`...

@SetTrend yup, because it's not posting a body but instead composing a query URI. ```powershell Invoke-WebRequest -Uri https://httpbin.org/get -Method Get -Body @{ Foo = 'bar baz' Bar = 5 Baz...

## Update I started doing a more thorough investigation and talked a bit with @markekraus about the implementation and it turns out I had managed to narrowly thread the needle...

Great question, @chadmando! We're looking to migrate everything consistently to numerical references. If they're using inline links, those should convert to numerical reference links. If they're using short description reference...

@chadmando thanks so much for filing this issue and volunteering to take care of this! Deeply appreciate your participation this Hacktoberfest! 🎃💜

Dropping the `--login` would certainly help for PowerShell, Windows PowerShell, and the command prompt. More generally, being able to specify args for the shell would be neat. FWIW wrt testing,...

@caarlos0 I didn't notice anything in the PowerShell code you wrote that would do that, wondering if it's strange behavior elsewhere. Pulling down your branch locally to try it in...