-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linutil doesn't handle old version of Alacrity #364
Comments
It's v0.13.0. I'll open a PR. |
I have created two PRs: one on Dwm-titus #66 and another, #369, on this repository, which closes this issue. Instead of not supporting older versions, these changes allow users with newer versions of Alacritty to migrate from the old YAML format to TOML. The PRs have been created to fulfill that purpose. |
@RazoBeckett You shouldn't just yoink the code from my PR and create yours. Doesn't work that way. |
@adamperkowski , Yes, script also has a update check #369, and about code my condition is written by one of @ChrisTitusTech beloved LLM called 'ChatGPT' i didn't looked into PRs for that issue i don't care if @ChrisTitusTech Rejects my PRs because i am here to just help him maintain the projects not for Getting my PRs merged. |
And hell nah you just copied my shit and calling its yours, thank god its all git controlled i can show the timings of my commits you even copied my comment of 'using 'command' to avoid alias' |
You should probably check for duplicates before submitting anything. You can suggest changes to PRs on GitHub. |
as i said i don't care if he closes my PRs. |
I literally added you as a co-author. cdb6f3d, #369 (comment). Never called your comments "mine" |
😢 okay you know what sorry for being shitty as i said i don't care about he closing my PRs i will close the #369 one by myself .. @adamperkowski |
Adding support for older versions of applications will be a hassle, Chris said that he does not want to, and I also do not want to due to how tricky it will be to implement. /close |
Describe the bug
I run this OS:
Linux pop-os 6.9.3-76060903-generic
Pop OS only has Alacrity 0.12.2 available, which doesn't support Toml files (supported from v1.0.0 - I think).
Hence, these lines of code are useless for my OS setup.
linutil/tabs/applications-setup/alacritty-setup.sh
Lines 23 to 25 in 9dba909
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I was expecting that the bash script would apply your default settings, however, I didn't remember I run on old Alacrity.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: