Chris Dosé

Results 49 comments of Chris Dosé

@akoutmos thanks for the update! I myself have been super busy lately and was not able to get back to rounding out that example app more past just the bare...

I am already using that library and am (somewhat) familiar with Braintree's API. Sounds like it wouldn't be too hard to use this library to build the gringotts adapter. If...

I'm on Pop OS 22.04, and it works the same here. For reference, here's the apt-key man-page section on what to do: ``` DEPRECATION Except for using apt-key del in...

You say you like the way `excal` works for streaming occurrences from rrules, so I'm curious, why do you not just want to use excal itself? Is it the Elixir...

Yes, this is a deviation from the spec due to my misunderstanding of it when I first built it. I'm open to having this change, but it would be major...

> Please paste the full Docker command(s) used to execute shaka-packager. I'm not using Docker to execute shaka-packager, I'm using podman to run a custom app where the image happens...

@Brainiarc7 can you provide any details on how you were able to reproduce? I haven't had the time yet to try, but I can look into it soon unless you...

Thanks @mkcdot, I've confirmed that using the full path for mpd file instead of a relative path doesn't cause the issue to occur.

Thanks for the info. I didn't realize `primitive` was needed because in both examples in the readme it's not present. This solves my issue though, thanks!

Sorry, I spoke too soon. For the simple case above, it actually does work, but I was obviously not trying to write a custom Int type... Below is something closer...