Skip to content

issues Search Results · repo:zkat/miette language:Rust

Filter by

218 results
 (94 ms)

218 results

inzkat/miette (press backspace or delete to remove)

Hello, Would it be possible to allow the use of ensure! macro without an error message. Sometimes I just want to write the assertion test without worrying about creating a pretty error message. There ...
  • oxcrow
  • Opened 
    12 days ago
  • #432

Short Version Heya, could we add these to make it easier to adhere to clippy s large err lint: (⚠ it would be a breaking change because downstream may have implemented them) details summary Code to ...
  • azriel91
  • Opened 
    26 days ago
  • #431

Setting NO_COLOR=1 (or 0) does not change the printing behavior in a no-tty situation. This code seems to be why: https://github.com/zkat/miette/blob/59c81617de8650a6ff3b193b41b4297e560726a0/src/handlers/theme.rs#L70-L80 ...
  • TheNeikos
  • Opened 
    27 days ago
  • #430

Usecase: https://github.com/swc-project/swc/pull/10253#pullrequestreview-2708542976 Hi! I m creator of the SWC project, and I m using miette so well. So I want to say thank you first! I m trying to use ...
  • kdy1
  • 4
  • Opened 
    on Mar 23
  • #429

I know it would be a breaking change, but I think it should definitely be considered for the next major version. Please provide a blanked impl for D: Diagnostic impl D: Diagnostic Diagnostic for D ...
  • titaniumtraveler
  • Opened 
    on Mar 12
  • #428

We have a default width 80 when it can t get width from terminal_size. I m running a tool using this crate in subprocess and it run into this case. I m hoping if we can add a magic env var to control ...
  • trim21
  • Opened 
    on Mar 7
  • #427

Hey! I m having trouble getting caller location tracking to work with a custom ReportHandler in miette. I want to output the caller s location whenever an error occurs, similar to what s shown in the ...
  • ArchieAtkinson
  • Opened 
    on Feb 14
  • #422

Currently, the related errors of a given report will show just one after another, without any clear indication of them belonging tightly to the outer error. I.e., in my project, right now I have errors ...
  • elkowar
  • 3
  • Opened 
    on Dec 22, 2024
  • #416

I m trying to cast a borrowed str to a dyn SourceCode but I m receiving the error: error[E0277]: the size for values of type str cannot be known at compilation time and help: the trait `Sized` is not ...
  • Diegovsky
  • 12
  • Opened 
    on Dec 7, 2024
  • #414

Currently, we support the label attribute to display the error source span. However, it seems that an error struct can have multiple labels, which sometimes results in the absence of a primary label. Therefore, ...
enhancement
help wanted
  • bvanjoi
  • 1
  • Opened 
    on Nov 28, 2024
  • #412
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub