Jaroslav Rakhmatoullin
Jaroslav Rakhmatoullin
I'm glad to hear you are positive to the proposal. I realize that this is an ambitious task. I do not want to do it in one go, but rather...
Ok, so it is stable-ish, but could use some changes. But the whole project is ~83800 lines of which ~27900 are .cc files. Doesn't seem all that bad :) I'm...
Similar bug for memory fs ``` package main import "github.com/spf13/afero" import "fmt" func main() { fass := afero.NewMemMapFs() fass.Mkdir("/", 0755) slash, _ := afero.DirExists(fass, "/") fmt.Printf("%t\n", slash) st, err :=...
CuteWalk ot QuteWalk
likely this: - https://linuxcontainers.org/lxc/getting-started/ > First of all, you need to make sure your user has a uid and gid map defined in /etc/subuid and /etc/subgid. On Ubuntu systems, a...
I wish I knew this roughly 10 hours ago. Someone is bound to stumble on this thread and will want to see the wrapper scripts [from debian-bullseye lxc package 4.0.6-2...
@pschmitt Hi, I want alt-files to be supported in sub-modules as well. Your suggestion (`git submodule foreach 'git ls-files | sed "s|^|$path/|"''`) seems to do the trick. However, given some...
The current behavior is *simple* and *predictable*. Ask any average windows dev what a dot folder is. They'll go "huh?". Besides - a cert is not a config file, which...
I'm also on windows and there is no `%USERPROFILE%/appdata/local/nvim-data/shada/main.shada.tmp` file. I don't think it's related. This seems to fix it: file: `dashboard-nvim\lua\dashboard\events.lua` ``` 25 -- callback hell holy shit but...
The breadcrumbs are not visible when you scroll down. This button is more useful because it's possible to navigate back/up to the parent without scrolling back to the top of...