Maksym Mospanenko
Maksym Mospanenko
thanks, just leave few words or link before closing :)
ubuntu 24 (arm) doesn't work
Waiting for official Docker image (ARM64). This is required for any server-side projects nowadays :)
Hi! I have similar case. For Example I have folders ``` /srv/my/long/server1/path/data (with many subfolders and dozen of files) /path/to/dump.sql /path/certbot.tar.gz ``` so I want to get backup like ```...
[Boards] Jump over words (cmd+left/right) do not work too. Very annoying thing)
here you have 'buildx' step (https://github.com/mattermost/mattermost/blob/b20ef95b9124e2eb666c59f28a918952124b626f/.github/workflows/artifacts.yml#L56C18-L56C18), why if you'll add something like ```yml ... - name: Set up QEMU uses: docker/setup-qemu-action@v2 with: platforms: 'amd64,arm64' ... - name: Build image and...
thanks, yes, this is not hard, but we should build it on runtime env (have build tooling, etc), maintain it. Will be great to have ARM image in registry
ARM is future that already today. We moved our infrastructure to ARM, but have some old-fashion services on old/expensive/slow AMD64 servers. [Here](https://hetzner.cloud/?ref=ISQ2kcKNk5Nt) you can compare costs (my ref link with...
I can't just import plugin ```ts // @ts-check import tseslint from 'typescript-eslint'; import sonarJSPlugin from "eslint-plugin-sonarjs"; export default tseslint.config( sonarJSPlugin.configs.recommended, // ... ); ``` Having type error: ``` Argument of...
yes, we're using it as is, it works, will be great to have some predefined configuration like Fibonacci answers list, etc