question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[EN] Discover unhandled templates

See original GitHub issue

I added some code at the end of the english last_template_handler in order to log the templates that are rendered by default. To limit the number of templates, I print only templates with more than 2 parts and with data, especially if nocat is not the only data

The code and the result is available here: https://gist.github.com/lasconic/139942e3761200eaa62e0a3a9be3d4f6 First file is the code. Second file is the template name and the number of hits : it gives a sense of the impact if the support for a template is handled Third file is the full list, convenient to find one or more examples of the template used on wiktionary.

I discovered a couple of templates that should be ignored: https://github.com/BoboTiG/ebook-reader-dict/issues/395 and many others that needs to be implemented…

I was not sure where to put this, so I open an issue. Please, let me know if it’s not the right place.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:22 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
lasconiccommented, Dec 5, 2020

To discover more unhandled templates, for English or French, we could look for template rendered by default but containing special chars like “-” or “_”. They are probably rendered badly…

1reaction
lasconiccommented, Dec 3, 2020

90 done, 90 to go…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unhandled Promise rejection: Template parse errors: Can't ...
I installed a new outlet and tripped the whole power panel... Does a 30 amp circuit need special outlets? What happens if the...
Read more >
Failed to load plugin '@angular-eslint' declared in '.eslintrc ...
I have this issue after upgradin to ts-eslint 5.0.0 eslint/eslint#15149 they forward me here log TypeError: Failed to load plugin '@angular-eslint' declared ...
Read more >
Handle errors in ASP.NET Core Blazor apps - Microsoft Learn
Discover how ASP.NET Core Blazor manages unhandled exceptions and how to develop apps that detect and handle errors.
Read more >
Template rendering in Rust - LogRocket Blog
Learn how to do safe, performant template rendering in Rust using the example of a server-side rendered web application.
Read more >
How to Catch All Exceptions in C# & Find All Application Errors
NET provides several different ways to catch exceptions and view unhandled exceptions. Topics in this article: Catching “First Chance Exceptions ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found