vitalyster

Results 171 comments of vitalyster

@viktorberezikov I'm describing Web App hosted on nginx as static files, without any backend. In this case nginx sets Content-Type header to this MIME type and it works in browsers.

Please use `system-ui` font, not monospace. It may sounds like 1337 h4x0r use monospace fonts, but it will be too hard for others.

@sudoforge just copy "system font stack" hacks from Github or any other site and you are done

The issue is already split into parts: 1) read the default font from the system (that is what system-ui + older system font stack do) 2) allow user to pick...

I'm just pointing out that when user asks "please allow to change font" it means "your default font is wrong" :) If you will set up system font stack nobody...

Github does not use `system-ui` alias for your configured font (unless you are on Safari with -apple-system alias), they use old solution. My first suggestion is to use `system-ui`, it...

Package name validation/sanitization would be great but there is nothing to change in this PR - existing code does not validate/sanitize package names, so it is a subject of the...

@ADKaster while vcpkg currently preferred by developers, it is not the only way to find packages. If you must have APNG you need to check its existence and show correct...

So, if the app is only uses MVC we can safely wait for proper non-breaking change fix?

react 19 have built-in support for metadata tags, see https://react.dev/blog/2024/12/05/react-19#support-for-metadata-tags This package is not needed anymore