Ian Eure

Results 43 issues of Ian Eure

I wanted to run a re/design decision past you before I started hacking on it. Currently, behavior of outputs when dealing with partitions works as follows: - When a partition...

Here's a SWAG at how I think this should work. It's passed an extremely rigorous test suite, by which I mean it wasn't completely broken when I tried it on...

I've been using Nextcloud News as my podcast player for a couple months, and have run into some problems with it. When I choose to download a podcast (vs. stream),...

enhancement
feature :: podcasts

I set my max cache size to 500mb, but found 1.8gb of downloaded podcasts in Nextcloud News' data directory. My expectation is that the cache is inclusive of downloaded podcasts.

🐞 bug
feature :: podcasts

There doesn't appear to be a way to clear old downloaded podcasts in Nextcloud News. I had to connect my phone to a computer and delete from the storage. #625...

enhancement
feature :: podcasts

Hi, I saw your EmacsConf talk on tui.el and thought I'd give it a whirl, as I'm trying to build more interactive tooling on Emacs. Based on the README, I...

**Describe the bug** There's something wrong with how JFMP sends watched / faved status: - After watching a TV episode, even all the way to the end of the media...

bug

I'm not sure what to do about this situation, so just opening up an issue in case someone has a good idea. I generated client code from [this WSDL](https://community.workday.com/sites/default/files/file-hosting/productionapi/Payroll/v37.0/Payroll.wsdl), using...

I have a WSDL with this element: gowsdl produces this struct field: _24_Hour_Shift bool `xml:"_24_Hour_Shift,omitempty" json:"_24_Hour_Shift,omitempty"` Since the first char isn't capitalized, the field isn't exported, and can't be used....

This commit adds support for MPD’s partition feature to mpc. Tested locally and it seems to work fine. But, it's been over 20 years since I wrote C regularly, so...