Andre

Results 14 issues of Andre

### Expected Behavior When the user clicks the _Import from File_ button that is placed contextually in an empty collection, or, likewise, when the user navigates to a collection _Import/Export_...

PA-importers
B-bug
S-verified

This module encodes a string to *look like* a UTF-8 string, which may be used for online UTF-8 demos, but as far as bytes are concerned, which is important for...

NanoLog is a very impressive logger that does what many other loggers don't quite achieve, like writing logged data directly into string buffers instead of using various intermediate variables, or...

It would be quite useful if it was possible not just get an iterator to the longest prefix, but also a path leading to that prefix from the shortest prefix....

There are several errors in `crc32.c`, mostly due to mismatched argument size in a few calls. For example, `crc32_combine_gen64` was seen first taking a 64-bit argument and then called here...

This is a regression from Ragel 6.10, which set `ts` and `te` pointers as described in the manual, which says this: > This variable may be used in action code...

**Documentation/Product Version** _TinyMCE 5 Documentation_ **Links to Page(s) affected** https://www.tiny.cloud/docs/configure/content-filtering/#valid_elements **Description of Issue** The pipe character is shown as an HTML entity in this text: ``` So @[attr1|attr2] will enable...

bug

### Describe the issue Compared to well-maintained docs, like those for Mongo DB packages, boto3 lacks cross references in the docs and static typing in the source, so often the...

documentation
feature-request
p2

`TypedDict` instances work very well for NoSQL databases, like Mongo DB, but for any extended functionality a class is required, and marrying the two requires a few error-prone steps described...

topic: feature

CodeDeploy agent keeps trying to access an invalid application revision and fails to find scripts to run in application events. The original configuration where this occurred is a CodePipeline instance,...