Paul Mabileau
Paul Mabileau
I got the following deprecation warning when using the toggle comments folding : `TextEditor.prototype.displayBuffer` has always been private, but now it is gone. Reading the `displayBuffer` property now returns a...
## Description The use of shapeMode() does not affect upon drawing ## Expected Behavior The drawing of a shape should be depending on the state of shapeMode. ## Current Behavior...
## Description When you use the noStroke() or noFill() instruction, it disables the possibility of drawing strokes or fills of any kind of shape also. ## Expected Behavior I would...
Mach-O objects can contain a dyld info command that points to various data structures. Among those is the [generic](https://docs.rs/object/latest/object/macho/struct.DyldInfoCommand.html#structfield.bind_off), [weak](https://docs.rs/object/latest/object/macho/struct.DyldInfoCommand.html#structfield.weak_bind_off) and [lazy](https://docs.rs/object/latest/object/macho/struct.DyldInfoCommand.html#structfield.lazy_bind_off) binding info that store the set of symbol...
Mach-O objects can contain a dyld info command that points to various data structures. Among those is the [exports trie](https://docs.rs/object/latest/object/macho/struct.DyldInfoCommand.html#structfield.export_off) that stores the set of symbol names to be exported...
Mach-O objects can contain a data structure pointed to by the `LC_DYLD_CHAINED_FIXUPS` linkedit-type load command that, uh... does *things*. To be honest, I really don't know what its purpose truly...
As one can see in [`loader.h`], some additional binding opcodes are defined: ```c #define BIND_OPCODE_THREADED 0xD0 #define BIND_SUBOPCODE_THREADED_SET_BIND_ORDINAL_TABLE_SIZE_ULEB 0x00 #define BIND_SUBOPCODE_THREADED_APPLY 0x01 ``` However, these are not found in this...
Whenever one calls `ExportsTrie::parse` on a data bytes slice containing a trie with non-UTF8 strings, for example if UTF-16 is encountered, `Err(Error::FromUTF8Error(...))` is returned. This makes the whole parsing fail...
# ⭐ Suggestion Add some kind of `ast-grep scan` API to enable one to change the severity of activated rules directly from the CLI and only for the current execution,...
Dear maintainers, This is an attempt to close #2983. It is effectively an upstream of remainder of the equivalent higher-level wrapper we have around `VARIANT`. It contains: * A constructor...