-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue when using Regex #2
Comments
After creating the profile, you can click into the profile, and at the bottom left, click "Profile Settings". You should be able to edit the name regex there. |
Could you try that expression without the leading or trailing |
I cant change anything, i click on the community and that page comes up. Cant do anything but close it. |
In that case, you may have to recreate the profile using the regex pattern without I'll be sure to release a fix for this in one of the coming updates. |
Upon review, the regex pattern in the error message is invalid. It seems that in the second character class ( Additionally, I have implemented a fix that validates the provided pattern to ensure the application won't crash if the regex is invalid. This fix is currently in testing. |
Yeah I'll give it a look in the afternoon
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Whitigol ***@***.***>
Sent: Wednesday, July 24, 2024 1:36:53 AM
To: WhitigolSoftware/wLauncher ***@***.***>
Cc: Jinx740 ***@***.***>; Author ***@***.***>
Subject: Re: [WhitigolSoftware/wLauncher] Issue when using Regex (Issue #2)
Upon review, the regex pattern in the error message is invalid. It seems that in the second character class ([1,3}), you have a closing curly brace } instead of a closing square bracket ]. Could you please update that and see if it resolves the issue?
Additionally, I have implemented a fix that validates the provided pattern to ensure the application won't crash if the regex is invalid. This fix is currently in testing.
—
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BJZDMASQC63EWYBWV4EXL33ZN44PLAVCNFSM6AAAAABKVTK4USVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWHE2DCMRRGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Unable to save the Regex after a profile is already created it acts like it saved cause it follows the new Regex for that time until you either click out of the profile or you restart the launcher |
If you accidently mess up your regex when submitting username format, there is no way to delete and restart or there isn't a way to go back in and edit the regex code.
The text was updated successfully, but these errors were encountered: