Maru Alka

Results 25 issues of Maru Alka

First off, I love Taiga! I used it back in the days when I still downloaded all episodes, but with the uprising of streaming services, I now mainly use those....

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 1

I would love to see a dedicated section for web development, with people, like - Tim Berners-Lee, inventor of HTTP protocol and HTML along with the first browser (instead of...

By now, no modern browser supports the `XSS-Protection` header anymore - and with good reason. It actually has known security vulnerabilities. Instead, it is recommended to disable it and use...

blocked

I have a use-case where I want to start an arbitrary program and detour file IO in order to create a virtual fs (similar to [usvfs](https://github.com/ModOrganizer2/usvfs)). I think, [DetourCreateProcessWithDlls](https://github.com/microsoft/Detours/wiki/DetourCreateProcessWithDlls) from...

**Basic information** `zellij --version`: zellij 0.36.0 `stty size`: 1024x768 `uname -av` or `ver`(Windows): Linux asuka 6.2.14-gentoo-dist # 1 SMP PREEMPT_DYNAMIC Mon May 1 15:03:02 -00 2023 x86_64 AMD Ryzen 5...

bug

### 🔖 Feature description Cache headers (ETag, Max-Age,..) should be configurable for files in Storage. This can be done in the following ways: 1) There's a config dialog in the...

backlog
product / storage

TypeScript: v5.0.2 Webpack: v5.76.3 ### Expected Behaviour When bundling a ESM module with noEmit, Webpack is able to generate a bundle using ts-loader ### Actual Behaviour ``` Module build failed...

[This code](https://github.com/Download/mics/blob/ad4849db72071e327afee989875e1c53f9e736e6/src/index.js#L20-L23) exposes certain properties on the returned constructor. If a user tries to place their own static property in a class with one of those property names, it will...

I put several `todo`s into the linting PR #23 in places the linter complained about possible errors. We should take a look at them and see if we have to...