Oliver Geer

Results 43 issues of Oliver Geer

# I have fixed this in pull request mathjax/MathJax-src#1029 ### Issue Summary Typo in Context Menu > MathJax Help (Modal) > Math Zoom (section). "scall" should be "scale", as far...

Accepted
Merged

Fixes #29259 ; Tested on Edge (121.0.2277.128 (Official build) (64-bit)) and Firefox ![image](https://github.com/mastodon/mastodon/assets/69071853/e2834b80-3fc2-40b1-a6f7-8334ec58ab29)

![Screenshot](https://github.com/WebCoder49/code-input/assets/69071853/14766818-707c-4527-a338-97ff67765617) Reproduce this by copy-pasting the Google.com homepage into [Neattribute](https://github.com/WebCoder49/neattribute).

bug
help wanted
area:core
priority:low

Currently, to override code-input's default styles, `!important` is often needed. This is not obvious and should either be removed or well-documented. ```css code-input { margin: 100px!important; --padding: 100px!important; } ```

There should be an easy way to do this. `white-space: pre-wrap` doesn't seem to work.

enhancement
area:core
priority:low

The `code-input` library should be able to be imported after page load. This has been a problem [here](https://github.com/THEOplayer/documentation/blob/refs%2Fheads%2Fmain/src%2Fcomponents%2FCodeInput%2Findex.tsx#L15-L16), fixed with a "hack".

- Using `input` instead of `textarea` - Like GitHub search bar, for use in similar contexts

enhancement
area:core
priority:low

## My environment My work-in-progress WebCoder49/neattribute project, in MS Edge 125.0.2535.51 (Official build) (64-bit). ## Steps to reproduce * Use the FindAndReplace plugin, then Ctrl+F and type a word that...

When I Minetest (installed via `git clone --recursive`), then start a `singlenode`-generated world, I get: ![Screenshot](https://github.com/user-attachments/assets/aac388d2-2d99-441f-9630-22ca98fa9a1e)

I `git clone`d CTW into my `.minetest/games/` directory to install it, and when I ran Minetest had to install Ruben Wardy's Classroom and Chat Command Builder mods (through the Minetest...