Stefan Fleck

Results 33 comments of Stefan Fleck

I'm not sure if this fits here, but I did not want to add a new issue since it seems related: If I inherit from a clonable object, and set...

`NULL` being replaced by `character(0)` probably happens somewhere during string interpolation (e.g. somewhere around where `sprintf()` or `glue()` are called) `"msg": []` is surely not the best behavior... . I...

Just wanted to +1 this. I know unexpected behavior is something that's not a comfortable idea from a programmers perspective... however.: * i'm pretty sure it's possible to come up...

I really think a cache mode similar to dsub could be pretty useful: * You can reserve X mb/gb of space for music to be cached (tracks you played +...

I also think an additional button would make sense. Tbh right clicking the album thumbnail and klicking the heart i would expect that it favourites the _album_, not the track.

Yes! sure! :) It would probably have slightly negative impact on performance because you would now have to read all keyfiles instead of stop on the first matching one.

So I'm looking through old issues, and I decided to not fix this. ``` lgr$appenders$json$layout$set_toJSON_args(list(null = "null")) lgr$info(msg = "foo", x = NULL) readLines(lgr$appenders$json$file) ``` behaves correctly, and the property...

Thanks for the suggestion, I don't really have the capacity right now to add new features, but it does sound like a great addition. I'll keep it open and hopefully...

in my case it's a data.frame with confidential data. sure I could probably serialize it zipped, read it as a raw binary vector or something and put that in a...

Some relevant details on how airsonic handles composers (and performers) from a related feature request in supersonic: https://github.com/dweymouth/supersonic/issues/409