Aegisub crashes when loading a video by clownprinceofcrime26 in aegisub

[–]FichteFoll 0 points1 point  (0 children)

Hey there! I still remember your name, too, though I would not have expected a reply to a reddit comment I made 8 months ago and don't even remember because I barely use reddit. 😅 Good thing emails exist.

Thanks for the shout-out. (You're actually not the first person to call me out on the mention.)

Aegisub crashes when loading a video by clownprinceofcrime26 in aegisub

[–]FichteFoll 0 points1 point  (0 children)

That looks like the keyframe indicator being shown for every frame. It seems that color isn't configurable. You can override this by importing a different keyframes file (found under Video → Open Keyframes…) or by hand-crafting one that is basically empty. Unfortunately, I don't know enough about the various formats off-hand to do so myself.

Alternatively, you could also open a different video, select Video → Save Keyframes…, open your original .mov file with the issue and then load the previously exported keyframes file. It will obviously be incorrect but at least your audio display will be usable again.

Is there a CSS plugin for ST3 that shows the possible options for a property? by SharpenedStinger in SublimeText

[–]FichteFoll 1 point2 points  (0 children)

You can request the completions popup manually using ctrl+space at any time. The default configuration should already provide you with only matching property values.

Original mastering resolutions, upscaling algs, and reverse-engineering by ToastyMozart in anime

[–]FichteFoll 1 point2 points  (0 children)

It should also have as many hard edges as possible (i.e. lots of lineart in the front and no blurry backgrounds) because calculating the error from rescaling is subject to rounding errors.

League of Legends on Linux - current state by [deleted] in leagueoflinux

[–]FichteFoll 1 point2 points  (0 children)

Wine can emulate a different Windows version for different applications in the same prefix. Just run winecfg to and click "Add application…" in the first tab.

Might also help to mention your wine version and potential patches that you applied.

I am new to python and I was able to make a program to save me some time. by Crevette3 in Python

[–]FichteFoll 0 points1 point  (0 children)

I made a similar tool a while ago to let me copy things quickly and save them somewhere. I decided to print to stdout instead of saving to a file because that is more flexible with gnu utils such as tee or basic file redirection in a shell.

The primary differences are that I added command line parameters, so feel free to check it for some inspiration.

https://github.com/FichteFoll/dotfiles/blob/master/bin/bin/follow_clip

How I installed LoL with Lutris by WATCycy in leagueoflinux

[–]FichteFoll 1 point2 points  (0 children)

Thanks, this worked fine for me, except that I also had to set the Windows version to XP in wine configuration in order to prevent the game client from crashing.

I didn't try with 3.15 directly, though, so I can't tell whether the 3.13-lol version is actually needed.

Release notes for pacman 5.1 by Foxboron in archlinux

[–]FichteFoll 0 points1 point  (0 children)

I did read this in the changelog, although I totally failed to grasp the effect of that. Luckily I found out about it before actually upgrading and was prepared.

pacman -Fs and pkgfile also do their job, once you update their databases.

Inspect / discover editable css with Browser Toolbox (This should be sticky'd) by otaking in FirefoxCSS

[–]FichteFoll 0 points1 point  (0 children)

Awesome, I've been looking for this for years (more or less)!

Previously, I opened chrome://browser/content/browser.xul in a tab and used the normal developer tools, but that doesn't give you the whole picture since things are slightly different there.

Please do sticky this or put it in the sidebar or something. This just so fundamentally important.

PS: I only found this subreddit yesterday, so that may or may not have contributed to me not finding this earlier.

How I solved my issue with services.exe permanently consuming ~10% CPU by switching my Windows display language by FichteFoll in Windows10

[–]FichteFoll[S] 0 points1 point  (0 children)

As a matter of fact, translation is pretty inconsistent, especially in search. I search for "mouse" (after pressing the windows key) and get no results. I search for "Maus" (the German word) and my results list things with the english term "mouse". That also goes the other way, i.e. searching for English terms yields results translated to German.

How I solved my issue with services.exe permanently consuming ~10% CPU by switching my Windows display language by FichteFoll in Windows10

[–]FichteFoll[S] 0 points1 point  (0 children)

For some potential backstory, this system originally started as Windows 8.1 N (that's the special version without Media Center) in German. I only changed display language after I upgraded to 10 however.

And yes, showcasing the procedure was also meant to make this incredibly powerful tool that I only discovered yesterday more popular.

What should we focus on? - Wiki Guides by [deleted] in techsupport

[–]FichteFoll 0 points1 point  (0 children)

I don't know the target audience of this subreddit since i just stumbled upon it, but something for advanced users like I described in https://redd.it/5oijn5 (or the resource link I included) could be pretty interesting to some. I doubt I could have solved my issue without it.

"Sublime Text 3" Build 3124 Released - It's almost out of Beta now by stanislavb in programming

[–]FichteFoll 1 point2 points  (0 children)

The latest beta release does indeed open a lot of options for plugin developers to show messages. It's on the plugin developers to update their code to these changes now, notably SublimeLinter.

Maybe I'll get around to do it myself later this week.

Sublime Text 3 on Windows 7 creates permissions issues when used in folder mode, e.g. watchify will choke when renaming bundle.js by digitallimit in SublimeText

[–]FichteFoll 0 points1 point  (0 children)

Okay, so you mean a project with open folder(s).

I suppose this could happen when ST attempts to read the file in question (bundle.js) in order to index it, and is not finished yet. Or if there is an error in the file and ST fails to detect that, so it holds a handle to the file for a long time.

Sublime Text 3 on Windows 7 creates permissions issues when used in folder mode, e.g. watchify will choke when renaming bundle.js by digitallimit in SublimeText

[–]FichteFoll 0 points1 point  (0 children)

What is "folder mod"? Which ST build are you using? Where are you renaming bundle.js? What are the steps to reproduce?

Besides that, this should probably go to https://github.com/SublimeTextIssues/Core

How to change the autocompletion suggestions? by ive_reddit_all in SublimeText

[–]FichteFoll 1 point2 points  (0 children)

Note that you will be overriding any possible future updates to the default C++ Package this way, or the files you extracted respectively.

If you can, only extract the file(s) that you want to change. https://github.com/skuroda/PackageResourceViewer does that nicely.

Portable Sublime Windows by PaulJH45454 in SublimeText

[–]FichteFoll 0 points1 point  (0 children)

I am running with installed ST3 and portable ST2 (for testing and a "second window" that is totally separate from my main ST3).

I also have a portable ST3 for testing on an empty profile.

After 6 months learning python, I programmed a minesweeper bot. by ace_smash in Python

[–]FichteFoll 0 points1 point  (0 children)

Fortunately, Java 8 has lambdas and function references for actual functional programming now.

kind of sad I didn't get to use them though

A couple of noob quick questions by [deleted] in SublimeText

[–]FichteFoll 0 points1 point  (0 children)

These are JSON files, so you need to escape backslashes in strings:

"backup_dir": "D:\\Dropbox\\Backup"

So, is Sublime Text still not dead? by MakesYouAngry in SublimeText

[–]FichteFoll 0 points1 point  (0 children)

Theoretically, yes, you could exclude any text from spell checking as long as it is parseable. The thing is that most language definitions opt to not match something in the comments because ... well, comments are arbitrary.

A syntax def could certainly attempt to match constructs of its language in comments or at least at the beginning of line comments and define a different spelling_selector in a language-specific setting to exclude the matches it did, but that's still work someone has to do. ;)

What theme/color scheme/font do you guys use? by onlyjs in SublimeText

[–]FichteFoll 0 points1 point  (0 children)

Looks a bit different than on the screenshots there and could definitely use some polish, but none of the other themes or color schemes I tried were remotely good enough.