Alex Smith

Results 28 comments of Alex Smith

Chipping in to same same issue. Rebooted after installing (though not immediately). System: Nexus 6P (angler) Encrypted LineageOS 14.1 (build 2017-04-03) UnifiedNlp (no GAPPS) 1.6.8 MozillaNlpBackend 1.3.2 OpenBmapNlpBackend 0.2.6

I think it means exactly what it says. Some of your audio files have `[]` in them. I'm getting the same error and checked my music collection, and I have...

I'd not recorded the info when I was playing around (of course), but I rediscovered what I was talking about. Unfortunately this was found through a debugger and I didn't...

CustomTextView seems fine (as in, doesn't break the app) to downgrade to the last available build. ExoPlayer has breaking API changes between 2.10 and 2.13 (the oldest version in the...

The correct attribute is `display-name` rather than `name` ([documentation](https://docs.atlassian.com/atlassian-crowd/5.0.2/REST/#usermanagement/1/user-getUser)): ``` $ curl -q -u application:password -H 'Accept: application/json' https://crowd.example.com/crowd/rest/usermanagement/1/user\?username\=johnsmith | jq { "expand": "attributes", "link": { ... }, "name": "johnsmith",...

See also https://github.com/airsonic/airsonic/issues/260#issuecomment-568776584. DSub defaults to using the "better" token+salt method of authentication when it believes the server supports it -- that is, when the server it's connecting to is...

@ytjohn Do the same issues occur on the stable build? Your backup might be large enough that it doesn't encounter the memory issues larger ones do, but is hitting the...

That does sound unfortunate. I had not accounted for such large databases, I will admit, and the nature of the program makes it difficult to ask for or mock data...

The `count` is required by the specification for SMS Backup & Restore (the entire reason for the XML output), so it's probably not droppable. 55k messages is still a lot,...

I've pushed a change to `testing` that should help to resolve this. Unfortunately my personal backup (only 1200 messages) isn't significant enough to notice a difference, so if you could...