Dave Foster

Results 9 comments of Dave Foster

@kofemann The hadoop backend referenced has an implementation where an `Inode` is an interface, which is no longer this case here in nfs4j. I'm confused as to how to implement...

Working for me in gnome-terminal. The first time I exited there was an error printed on the terminal from vimade, some python problem, but trying to replicate it, I can't...

Happened again but I can't reproduce it faithfully at all: ``` ~ -> vim ~/tmp/dumpff.py Error detected while processing function vimade#CheckWindows[5]..provider#python3#Call: line 18: Invalid channel: 2~ -> ``` shows up...

@TaDaa yes, line 18, and I'm on neovim.

I have the same results as @ynnt - CPU figures coming back now that I've added `-parent system.sice` but no memory related ones.

Also experiencing this with an Nvidia Jetson (tegra). Can confirm using bun 1.1.14 works (with `bun build --compile --target=bun-linux-arm64 ...`). `lscpu` output Architecture: aarch64 Byte Order: Little Endian CPU(s): 6...

Can someone explain a little more what went into the fix of this? I still encounter the issue, but only when I'm one layer removed via a method call, and...

Ok, I think I understand. Looks like we can't really do anything about this then, other than dumping what I would write interactively to a file and then reading that...

Sorry to keep harping on here, but it just makes interactive sessions feel very clunky: Regular python: ``` >>> d={'one':1, 'two':2} >>> getkeys=lambda: d.keys() >>> getkeys() ['two', 'one'] ``` Regular...