Tobi Lehman
Tobi Lehman
I just noticed this too, I would really like having that feature, one of the things I've made fuzzy searchable is a street address field, the number matching makes sense...
Probably going to pick up work on this next week, it's Hack Week at SUSE
I am working on adding MBR support for looking at the 512 byte section of bootable iso images. I'll look into UEFI next since that's the successor to the legacy...
Yes! MBR is 16bit x86 only. Since it's a special rigid format, it may even work to disassemble it and view the instructions. For my first pass, I just want...
@wader I am having a hard time figuring out what's wrong in [my branch](https://github.com/tlehman/fq/tree/add-mbr), I added the format mbr.go, registered the format and started with a basic `DecodeFn` like raw....
Awesome, thank you!
Yeah I would love to see a "from 0 to 1, how to add a new binary format to fq". This comment goes most of the way, can you add...
Just to clarify what SR-IOV gives you, I want to make a simple diagram that motivates why this is such a high priority: When a packet arrives at the NIC,...
> Rancher is using this chart to configure this, [rancher/charts#1211 (review)](https://github.com/rancher/charts/pull/1211#pullrequestreview-668492770) Interesting approach, the [numVfs is modeled as a policy](https://github.com/rancher/charts/pull/1211/files#diff-936fc461e3d600fd20b7fabb04eb148973be077ec07354d78a39486753565560R100). My branch used a Harvester settings object to store the...
@A-vesalius Could you describe your intended use of this feature? What sort of workloads should be make sure we support?