Nils K
Nils K
I would instead recommend dropping the flag images and replacing them with unicode flag symbols. One simply has to replace the two letter country codes with their "regional indicator symbol...
This would be very useful for example when writing custom layouts that call layouts from this repo like `IndentedLayout` as a subroutine
This is quite a significant breakage. Could we please get a bugfix release ASAP?
Why does one even have to set up a uniqueness field? `distinguishedName` should be sufficient pretty much always. However, the way it is currently set up seems to make it...
> @septatrix Why don't you set the `Object uniqueness field` option under Directory -> Federation -> Source -> Edit to `distinguishedName` ? That shoud solve your problem Because it does...
An even more powerful solution would be to register classes for types. This way one could register a subclass of `drgn.Type` and customize str, repr, but more importantly could also...
As a nice side effect this would also allow people to utilize python type hints to a greater extend instead of passing `drgn.Type`/`drgn.Object` everywhere
> I'm less keen on subclassing. I don't think a highly object oriented interface meshes well with drgn's philosophy of "drgn code kind of looks like C". I understand not...
They are a [mechanism for Linux to obtain data about the hardware](https://docs.kernel.org/devicetree/usage-model.html) and are widely used on e.g. ARM in the absence of UEFI. The exposed serial numbers semantically represent...
The docs say that one shall follow the symlink under `/proc/device-tree` but the result will live under `/sys`. How would this reflect in the module? It seems like all components...