Chinmay Pai
Chinmay Pai
### Steps to reproduce 1. Visit `/ocs/v2.php/apps/serverinfo/api/v1/info` after login ### Expected behaviour Correctly reported `freespace` value ### Actual behaviour `freespace` value shows up as `-2`. Example output: ```xml yes yes...
Is it possible for the script to install Arch on a totally different drive than the one with macOS? This is because I'm using a 128GB SSD as my macOS...
If the ACL Token set in localstorage contains prefixed/suffixed spaces, any RPC calls to `Allocations.Exec` results in: ``` Connection Closed: 1011 acl token lookup failed: index error: UUID must be...
How do I implement a close (x) button to the right of the notification on any music player? Considering I have already created a notification.xml, how do i proceed? what...
- Added docker build support for the following platforms: - amd64 (default) - arm64v8 - armv6 - armv7 - Added `GOOS` and `GOARCH` information to the `buildString` - Added docker...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior With the recent update, `v0.11-dev`, the timestamps in the frontend are...
[Check this out, you're definitely gonna be angry over this guy](https://play.google.com/store/apps/details?id=io.snapbrowser.lite) He's been doing this since a long time. Warm regards and best wishes, Balzathor
Adds an optional flag `MATTERMOST_REPLY_ON_TAG` which prevents the bot from replying when not tagged in a thread This also prevents the thread from being hijacked by GPT, since it replies...
allows Memory Oversubscription to be enabled in the cluster with `enable_mem_oversubscription` set to true ref: - #8 - https://developer.hashicorp.com/nomad/tutorials/advanced-scheduling/memory-oversubscription
* adds a variable: `enable_tls` on both client and server to enable mTLS config * adds a variable: `tls_certificates` that takes base64 encoded certificate files for `ca_file`, `cert_file`, `key_file` *...