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.

Consider using include syntax

See original GitHub issue

Instead of adding many configurations to the user’s alacritty.yml, you could simply append (or replace) an include:

import:
  - /home/jtm/.config/alacritty/themes/dracula.yml

Making a 1 line change seems pretty solid. Maybe you’ve considered and want the current solution to be standalone (not requiring other files).

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:3
  • Comments:14

github_iconTop GitHub Comments

2reactions
tahir-hassancommented, Dec 1, 2022

I’ll be honest, this is what I thought this utility would do as it is a lot easier to manage for the user. I use Nerd Fonts for instance, which I saw disappear because of the color change.

I can work on this and submit a pull request if you guys want?

1reaction
JuanVqzcommented, Dec 1, 2022

guys want?

hey, @tahir-hassan sure thing! please do we appreciate it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Include Syntax (The C Preprocessor)
It searches for a file named file in a standard list of system directories. You can prepend directories to this list with the...
Read more >
C/C++ #include directive with Examples - GeeksforGeeks
#include is a way of including a standard or user-defined file in the program and is mostly written at the beginning of any...
Read more >
c# - How does LINQ expression syntax work with Include() for ...
I think this is because LINQ doesn't support Include(). So I tried in VS; query 2 runs, but returns unpopulated User property. Query...
Read more >
Eager Loading using Include & ThenInclude in EF Core
In this tutorial, we look at include method and learn how to load entities from multiple levels and multiple tables. We also show...
Read more >
Array.prototype.includes() - JavaScript - MDN Web Docs
The includes() method compares searchElement to elements of the array using the SameValueZero algorithm. Values of zero are all considered ...
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