Stanislav Ochotnický
Stanislav Ochotnický
Correct, I was talking about runas. Thanks On Wed, 24 Mar 2021, 18:10 Mirko Brombin, ***@***.***> wrote: > Are you talking about the runas option? > Ref: > https://www.reddit.com/r/winehq/comments/asbg4l/install_software_on_wine_as_normal_user_not_as/ >...
I was hitting the same issue and with some initial debug logging I narrowed it down to: https://github.com/wandersoncferreira/code-review/blob/master/code-review-section.el#L1723 I am going to play around a bit more and see if...
OK, I had a guess so I tested it and I think I can reproduce by creating a commit that just moves a file around without making any changes so...
I suspect to implement this: * Implementing a http server that serves the file to be cast - Might need transcoding in some corner cases but I think most music...
I wonder about supporting Chromecast as well. Probably worth a separate issue though I suspect there might be some deduplication? I think both basically require that we start a http...
I think the problem that @m0un10 was trying to describe (and I've hit as well is following situation: - You create a new feature branch to add a new service...
> Git should already mostly merge the two encrypted files (assuming you didn't modify entries next to each other, then you'll have to fix them up manually, but that's not...
Note that our development happens on devel branch, not master branch (as described in CONTRIBUTE file). Current devel branch no longer uses "is_applicable" function in the same way. But the...
It's actually pretty simple. Checks you duplicated should run for packages that need them automatically already. If you have a package that has *so files and we don't list the...
@thermopyle I wonder if you managed to find the cause/fix by any chance? I'm seeing this as well.