p0358

Results 56 issues of p0358

The error is still that process cannot access the file, so it may be bit more tricky to detect, but checking free space on drive where log file is created...

bug
enhancement

Take a look: ![image](https://github.com/archlinux/archinstall/assets/5182588/1ca8a8c3-0a01-4164-bc4d-913397c87913) The situation is a bit troublesome, because firmware for `aic94xx` is only in AUR, so cannot be added as additional package (I had one more firmware...

With Premake you can specify the option to change target file's extension like this: `targetextension ".aes"` This would cause the check I fixed to fail, as the extension isn't `.dll`....

New tests around the changes I've added. For them to succeed, at the very least all my PRs need to be merged and #26 needs to be fixed. And even...

with that my own project finally kinda builds :3 closes #27

Basically equivalent of this code when using Makefile: https://github.com/premake/premake-core/blob/3df1efce5e7c4399eb50f042c2a386ccde64ab62/modules/vstudio/vs2010_vcxproj.lua#L1628-L1658 Finding the piece of code linked above gives me some peace of mind that there aren't many other compile options that...

There's no support for assembling the .asm files with MASM (ml64.exe)

If I'm reading the code correctly, right now all the esi tags are parsed and processed sequentially. This means that if there are 5 esi:includes each taking 50 ms, it'd...

# Download button cuts off video titles With addon: ![obraz](https://github.com/tubearchivist/browser-extension/assets/5182588/9ca14f24-a56c-4b2c-bf59-3f555417de98) Without: ![obraz](https://github.com/tubearchivist/browser-extension/assets/5182588/dee166ce-7de3-4989-9a04-4b2d769ad8bd) It's quite annoying, because creators create their titles to be displayed under regular YT apps to be comprehensible,...

enhancement
help wanted