Marcus Ekwall

Results 26 comments of Marcus Ekwall

The whole Live TV section is in dire need of some love in the https://github.com/jellyfin/jellyfin-web project. It performs horribly and is nearly unusable on WebOS so I imagine a rewrite...

Live TV works on Google Chrome and MS Edge as well but is broken in the media player. It doesn't even start to load in the video player and no...

@jeanlauliac Renames on Windows are not atomic and we would probably need to implement it ourselves. Node uses [MoveFileEx function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365240%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396) for renaming on Windows and there's a flag called MOVEFILE_WRITE_THROUGH...

How about `no-lone-blocks`?`https://eslint.org/docs/rules/no-lone-blocks

[Webroot doesn't detect anything according to Virus Total](https://www.virustotal.com/gui/file/d46361473aed1efe50c90c3036cf357a213b4e0bad88826bfc862782d0e1732c). You might be infected by a virus that is hooking into random DLLs because this DLL is totally safe.

> Just so that its completely clear, WSL is **not** native Windows. WSL is essentially a Linux emulator inside Windows. Its about the worst case scenario of "this works on...

No reason to bump this. It's not something Expo can fix since React Native doesn't support Yarn PnP. It is tracked in https://github.com/react-native-community/cli/issues/27 and https://github.com/facebook/metro/issues/308

Sure, I wouldn't mind if they existed in both JavaScript and TypeScript. If you write them in TS you can easily convert them to JS. It's much more of a...

[Anyone can add packages to winget](https://docs.microsoft.com/en-us/windows/package-manager/package/manifest) but the package must have an installer/uninstaller specified in the manifest that winget can use. So this issue is blocked until an installer is...

@Rem0o Do you plan on adding a installer? It would be great to be able to keep it up-to-date with package managers like winget, scoop and chocolatey. Afaik they all...