Gavrilikhin Daniil

Results 36 issues of Gavrilikhin Daniil

### bug report When using `handleGLSurfaceViewOnAndroid: true` there is a non-frequent bug that crashes our app. This code in `applyTransformations` throws `NullPointerException`: ```java // find all parents of the child...

### Is there an existing request? - [X] I have searched for this request ### Describe the feature request Add types to the library. There are several mismatches in API,...

enhancement

As you can see in the screenshot, miette puts a `|` after wrapping long lines. Looks like a bug

bug
help wanted
good first issue

... or, please, add any other way to pass multiple diagnostics at once to create a single report

It looks like `Report` can be casted to diagnostic reference, since it implements `AsRef`. But I can't find an implementation of `Diagnostic` for `Report` itself for some reason. It could...

The description for `MietteHandler` says: `See set_hook for more details on customizing your global printer.` But all docs for `set_hook` say is: `Set the error hook.`

It would be grate to have at least basic (without caching and etc.) struct that implements `SourceCode` E.g: ```rs struct SourceFile { path: PathBuf } impl SourceCode

Sometimes, I want to construct a bigger error from several related ones. It happens either from convenience reasons, or from technical ones (part of the error may be located in...

`SpanContents` may be itself a valid source for diagnostics. Contrary to `String` source, which provides source code from line `0` and column `0`, `SpanContents` can provide sources starting from any...

Add support for various `FixIt`s: * insertion * replacement * deletion You can see how `clang` displays them

enhancement
help wanted
good first issue