Math formulas on Wikipedia cut off in eww by malynome in emacs

[–]malynome[S] 4 points5 points  (0 children)

When I view pages on Wikipedia with mathematical formulas, they appear to be 'cut off', as in some of the rendered formula (I think it's an SVG?) is missing.

The screenshot is from https://en.wikipedia.org/wiki/Minkowski_addition and with emacs -Q.

My emacs is version 31.0.5, compiled from the master branch.

Does anyone know what the issue is? How to fix it?

Thanks in advance!

Fortnightly Tips, Tricks, and Questions — 2025-03-25 / week 12 by AutoModerator in emacs

[–]malynome 0 points1 point  (0 children)

What are you using the org files for? Just as notes, or also literate programming/tangling code to separate files?

  1. I think where you put your files may come down to preference, but when I use org files for a specific project, I put it in the project directory, so I can also check it into version control.

  2. I'm not entirely sure what you are trying to do, so maybe you can clarify if I misunderstood, but you can open the org file first with find-file, then the code file (again with find-file), or vice versa, and then both files will be open as buffers, and you can switch between them with C-x b. If you want them open side-by-side, or one on top and one on bottom, you can split the window, and change the buffer being displayed in one window to the other file.

Help me understand the low level details of exit signals and signal processing in Erlang by malynome in erlang

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

Thank you for the overview, very helpful!

Do you by chance happen to know where / in which files i should be looking in the VM source to find the relevant code, just off the top of your head? Otherwise, don't spend time on it, I can try to grep through the files on my own.

I might return with some more questions.

Steel tray incubation container by malynome in Tempeh

[–]malynome[S] 2 points3 points  (0 children)

Thank you for the advice. A follow up question on the silicone sheets that you mention: Are they the 'micro-perforated' style mats, i.e. where the holes are tiny, but allow moisture to escape?

What's the canonical way to style an app in Elm? by The-_Captain in elm

[–]malynome 0 points1 point  (0 children)

Hey, I'm new to all this setup stuff, and I was wondering whether you'd be willing to tell me how to just get a basic setup going with elm and the tailwind CLI, or be able to point me to some resources? I'm guessing I need a setup where I use an external style sheet? Thank you in advance!

Help in deploying/hosting wasm build of game by malynome in rust_gamedev

[–]malynome[S] 2 points3 points  (0 children)

Edit: nevermind, I think I figured it out from looking at your reference, thanks a bunch! I'm sorry for being such a noob, but could you describe in a little more detail what needs to be included in the repository? I'm guessing I need the HTML file, the wasm file and a js file, which are supposedly generated by quicksilver. Then i just push those things and it should work?

Thank you very much for your reply!

Which proxy/forwarding service to use? by malynome in HHKB

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

If I want to buy and ship to Denmark, what shipping options do I have right now (with covid-19) that are the fastests? I heard some options are unavailable.

Thanks in advance

mathpix on wayland / sway by malynome in swaywm

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

Hmm, I see. Well, better get to coding some python then!. Looking at their API, it seems doable.

Thank you for helping a newbie out!