Results 39 comments of Nick Reilingh

Bumping: Activity Monitor tells me that CHADtree's python is consistently the biggest energy draw. Does this come with built-in crypto mining, or what? Can't really use my laptop as a...

Investigating a little bit -- https://github.com/DeterminateSystems/nix-installer/blob/58303b559872b2f8d476d23f1c0496374204b548/src/action/macos/encrypt_apfs_volume.rs#L38-L46 Determinate's call to `security find-generic-password` appears to pass `-s Nix Store`, when the keychain item created by the conventional installer can be retrieved with...

Quick context note and a workaround: Be advised the reason for your initial example to not render a linebreak is that markdown is designed to allow for [Semantic Line Breaks](https://sembr.org),...

@electriquo Try this: ``` Line one Line two Line three ``` It won't render anything special like bold or emphasis, but if you just want text (like an address block...

@electriquo Same. I find it very disappointing that Glamour, a library whose only job is to render markdown in the terminal, falls so short so quickly (in my first use...

+1 here as well. Note also that line breaks inside of a blockquote are affected by #84. [This CommonMark dingus][1] illustrates the correct rendering of markdown blockquotes with regard to...

Just wanted to chime in with what might be considered a novel workaround — since the PowerShell Integrated Console for a workspace always starts up with the workspace root as...

@sunnavy Nearly all formal style guides recommend the use of the serial ("Oxford") comma. Unless there's an official writing style guide for RT's docs that says something like "serial commas...

Noticed in my fork that GitHub Actions were running the test suite and failing a bunch of tests. Pretty interesting, considering that this particular action doesn't have a test suite!...

Happy to hear enthusiasm for Deno support! I did some experimentation today and was able to run a Dagger pipeline from Deno successfully, with some caveats. Here is a working...