I hereby claim:
- I am ajeya on github.
- I am ajeya (https://keybase.io/ajeya) on keybase.
- I have a public key ASDIxgOo3Mf9QwRfwk2LKwJIkxRKzO83roLPPmuL64M9jgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
simple VM created with terraform-provider-proxmox
func getAllFilenames(fs *embed.FS, path string) (out []string, err error) { | |
if len(path) == 0 { | |
path = "." | |
} | |
entries, err := fs.ReadDir(path) | |
if err != nil { | |
return nil, err | |
} | |
for _, entry := range entries { | |
fp := filepath.Join(path, entry.Name()) |
Direct> sel stat pnum=4 det; | |
=============================================================================== | |
SELECT STATISTICS | |
=============================================================================== | |
EVENT RECORD Record Id => QCEX | |
Process Name => sample Stat Log Date => 02/17/2015 | |
Process Number => 4 Stat Log Time => 15:20:06 | |
Submitter Class => | |
Submitter Id => cdadmin@VALUEADD |
I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.
The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:
flowchart TD