David Stensland

Results 10 issues of David Stensland

`CheckBoxElement` was a wrapper around `emby-checkbox` which worked by having React create the custom component via `dangerouslySetInnerHTML`. This has a fair amount of quirks, quickly becomes less than typesafe, results...

merge conflict
typescript
cleanup

Continuing this chain of PRs: https://github.com/jellyfin/jellyfin-web/pull/5226 A couple fewer `dangerouslySetInnerHTML`. Not sure how I'm going to tackle the scroller.

merge conflict

Let's use the component that already exists for similar reasons to here: https://github.com/jellyfin/jellyfin-web/pull/5213

merge conflict
cleanup

In an attempt to keep code changes minimal, I added some FIXME comments to relevant places instead of changing behavior. **Changes** * Migrate AppSettings to TypeScript * Migrate UserSettings to...

merge conflict
typescript
cleanup

While running this calculator with data from [Krastorio2](https://mods.factorio.com/mod/Krastorio2) & recommended mods, calling `simplex` takes 87+ seconds in master. With these optimizations, `simplex` takes around 5.2 seconds. Some notes: * Updating...

Some mods (e.g. [angels refining](https://github.com/Arch666Angel/angelsrefining/blob/07db6a541481f6ad9043b9e0b0d9bd6ac0fe249f/locale/en/ore-refining.cfg#L92) have prototype names that bear little resemblance to their ingame names. For names to be correct in the calculator, I believe `prototype.localised_name` will have to...

Don't complain all the time about print, division, etc. Instead, just complain when the module in question actually uses a language feature that would be affected. Closes #1, and may...

The goal for this PR is to get tests passing, then pull out relevant commits into their own PRs.

Sometimes when I view a file in Goto anything I get this in the console ``` Traceback (most recent call last): File "vintageLines in /Users/dstensland/Library/Application Support/Sublime Text 3/Installed Packages/VintageLines.sublime-package", line...

For CI systems like travis it's difficult to get the full client for a couple reasons * One needs to be logged in to download the full factorio * Downloading...