Dan Pastusek
Dan Pastusek
@aheckmann could you merge this one? It's simple and would help fix broken documentation. Thanks!
Just a note that a possible side-step is using `editor.setValue()` instead of passing a `value` prop to ``.
Just updated the commit message so it passes DCO. This adds the PiBox product to the devices page. For context, PiBox is our Raspberry Pi CM4 powered custom device, with...
Is there any progress on this so far? I'd love to try and contribute this feature, especially if there's already a WIP branch. Like others said, this is the _only_...
I had a similar idea, and found this thread as I was halfway through building a similar tool. I built a platform for handling software donations, [givethanks.app](https://givethanks.app), and a specification...
@tunnckoCore yeah, you can actually support multiple platforms _and/or_ multiple recipients! Check out the 3rd example here: https://github.com/ThanksApp/donate-spec#3-multiple-platforms EDIT: Re-read your comment. You can also add multiple platforms for a...
@balupton yeah, merging those two would be awesome! You seem to have started standardized list of funding platforms. That's something that I hinted at toward the bottom of the spec,...
only if `application/json` is the first mime type that it accepts. It is checking if the position of that string is 0, and the default curl header is `Accept: */*`,...
I may be completely wrong in my approach, but since angular doesn't send the X-Requested-With header, it makes more sense to me to check what sort of data the user...
Agreed.. was just hoping to get that conversation started. After your comment, I realize my solution only covers JSON, and there are definitely other cases we need to catch. Just...