Nathan

Results 48 issues of Nathan

``` Mac-mini:BasicGestureDetect anka$ java -version openjdk version "1.8.0_242-release" OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode) ``` ``` Mac-mini:BasicGestureDetect anka$ ./gradlew check > Task :Application:lint...

Not a lot of recent activity for commits. Curious if this is still a maintained project.

Opening this to hopefully get some pointers from the community on how best to implement per-user encryption vs the global key/encryption method detailed in the dovecot documentation. Once I figure...

kind/new feature
service/dovecot
area/security
area/features
stale-bot/ignore

# Description 1. Allows users to `ENABLE_PER_USER_STORAGE_ENCRYPTION` in their docker-compose to enable the feature 2. Within the various password impacting scripts: - Notice mail_crypt is enabled and, by default, generated...

area/security
area/features
area/documentation
stale-bot/ignore

# Description Original PR this was split from: https://github.com/docker-mailserver/docker-mailserver/pull/2157 Goal: Have check-for-changes.sh wait for changes to "settle" (checksum comparison has to not have changed over two different checks with 5-second...

priority/low
area/scripts
kind/improvement
stale-bot/ignore

Original PR that was [reverted](https://github.com/docker-mailserver/docker-mailserver/pull/2155) : https://github.com/docker-mailserver/docker-mailserver/pull/2104 # Description See: https://github.com/docker-mailserver/docker-mailserver/issues/2098 This PR will: - Have `check-for-changes.sh` wait for changes to "settle" (checksum comparison has to not have changed over...

kind/improvement
stale-bot/ignore

``` ❯ npm install slate-vue ... Success ``` ## main.js ``` import { createApp } from "vue"; import App from "./App.vue"; import router from "./router"; import vuex from "./vuex"; import...

https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/8e1a52566f6edcb74ff5d458dd27c46e90139277/run-document-server.sh#L245 This line doesn't work. It throws ``` Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help' for more information. ``` I've modified it locally to: `if $PSQL -lt | cut...

confirmed-bug

# CREATE ✅ Now supported in 3.1! https://github.com/veertuinc/packer-plugin-veertu-anka/releases/tag/v3.0.0 + https://docs.veertu.com/anka/whats-new/anka-3.1.0/ ---- # CLONE ✅ ⚠️ **In 3.0, cloning no longer shares underlying layers until a local commit/tag is created.** https://github.com/veertuinc/packer-plugin-veertu-anka/issues/104...

Sometimes packer suspended the VM while it's performing action and then corrupts the suspended state (frozen VM on start). We should have a `suspend_delay`, like `boot_delay`, that waits a bit...