Firstyear
Firstyear
Fixes #990 - adds support for api tokens to service accounts. Generally lays a lot of the ground work for sessions, with tons of small improvements all over the codebase...
### Expected behaviour When on battery, nextcloud can consume significant amounts of energy to synchronise files. A possible improvement is an option to disable nextcloud sync when the client is...
## Proposed Change https://github.com/w3c/webauthn/blob/main/index.bs#L983 Currently this text states: ``` :: A [=Public Key Credential Source=]'s [=generating authenticator=] determines at creation time whether the [=public key credential source=] is allowed to...
If you have a c file such as: ``` #include int main(...) { ... } ``` And you use cbindings.h as emitted by cbindgen with language "C" provided, this will...
Hi, From your oreily book you reference: oc create -f https://raw.githubusercontent.com/gshipley/openshift3mlbparks/ master/mlbparks-template.json This is in Chapter 7, Page 58. However, you have renamed this to mlbparks-template-wildfly.json Sadly, books are a...
Similar to the issue for --all updating docker containers with atomic upgrade, it would be useful if a similar command existed integrating atomic upgrade along with flatpak update. This would...
Hi, Reading the atomic website there are some really good docs. I feel there is a gap though. As a previous sysadmin I feel the "day to day" is missing....
Some urls will return a content-length during head requests. Surf incorrectly assumes that this means there is a body present and will error: ``` thread 'main' panicked at 'Should Succeed!:...
Hi there, Please consider this more of a question than a bug report. I am trying to implement a TLS listener with tide, which requires me to implement a ToListener/Listener....