This commit is contained in:
2024-12-25 09:23:31 +01:00
parent 01ca5897db
commit 4e030b794d
306 changed files with 35071 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ pub mut:
pub fn new() !Notifier {
mut n := notify.new()!
mut f := os.open('/Users/despiegk1/code/github/freeflowuniverse/crystallib/osal/examples/download/download_example.v')!
mut f := os.open('/Users/despiegk1/code/github/freeflowuniverse/herolib/osal/examples/download/download_example.v')!
f.close()
// how can we know the filedescriptors of what we need?
fid := f.fd

View File

@@ -4,5 +4,5 @@
```bash
brew install fswatch
fswatch -r ~/code/github/freeflowuniverse/crystallib.biz.bizmodel
fswatch -r ~/code/github/freeflowuniverse/herolib.biz.bizmodel
```