James Sewell

Results 38 comments of James Sewell

Strangely this works correctly when I SSH to some systems, I've tried cloning the vim settings from them, but it seems to be something else. It also starts working when...

This isn't a dupe - this is different behaviour

The strange thing that this works fine inside tmux (which is a good workaround, using `-c tmux` as an arg to bash from the config file) - so it must...

Hi, set ff=unix does not seem to work for me - I still get blank lines. Cheers, JS On Wed, Jun 19, 2019 at 11:05 AM JDTX wrote: > This...

@paulfantom We totally can do that, could I do it in another commit though? I've changed the rule and alert to be something more real world (cpu rate calc and...

Just have the pgx object be a Rust wrapper around the pg data structure and enable casting? Then over time more functionality can be added to the pgx object as...

I don't know if this is gonna work. I eventually got it to compile once I realised I need to break out the #type_finalize type from `.tr`: `let type_finalize =...

Hello! (Absent) Author of the shared memory stuff here. What you described is what I wanted to do originally, but it's not quite smooth sailing - this code kept me...

And here is the actual logic: https://github.com/canonical/cloud-init/blob/11fa714f3a7b031657b642d0c2f0155854d5ee0e/cloudinit/sources/DataSourceConfigDrive.py