Cédric Fabianski
Cédric Fabianski
I got it working following the thread here https://github.com/IngmarStein/Monolingual/issues/48 Just run the following in the terminal and you should be good to go `sudo launchctl load -w /Library/LaunchDaemons/com.github.IngmarStein.Monolingual.Helper.plist`
Alternatively, you can use something like this ```bash sudo find /Applications ! ( -name English.lproj -or -name French.lproj -or -name fr.lproj -or -name en.lproj ) -and -name "*.lproj" -type d...
> Really this only impacts people that haven't done a clean install of macOS in years I don’t think that’s the issue. This laptop is from 2016 and I’ve got...
https://github.com/ChromeDevTools/devtools-frontend/blob/main/front_end/models/text_utils/TextUtils.ts#L336
https://mariusschulz.com/blog/detecting-minified-javascript-code
@ahelwer I feel like it could be coming from this location https://github.com/tree-sitter/tree-sitter/blob/d1d8193d2f71b3ef31f7f1d74a636093ff725586/lib/src/subtree.c#L880 Haven't been able to test it yet though :(
Thanks @metekeltek for the feedback. I think it would be a matter of reverting this commit https://github.com/Bearer/bearer/pull/477 which has been done in an attempt to reduce the noise in the...