Constantin Piber

Results 73 comments of Constantin Piber

Sorry for not realizing that. I just updated my BIOS, though that messed up some settings, I'm now on 118, so still too high New dump: ```console ❯ cat /sys/devices/platform/msi-ec/debug/ec_dump...

Changelog: [E14F1IMS_1xx.txt](https://github.com/BeardOverflow/msi-ec/files/13955032/E14F1IMS_1xx.txt) Do you need any other information? If it's not too much trouble, do you also have some links how one would get started with such drivers and what...

It is unfortunately not possible to implement from my side, since I need to change the page. You'd need to ask that from the Nebula team, but since they don't...

I noticed a similar problem. Yesterday I imported from Kitsu on a new device and chapters from random manga over at least the last month were either not synced at...

Seems to be related to a bad gateway error: ![image](https://github.com/TeamPiped/Piped/assets/59023762/d259923b-56a0-4e0e-a070-6a297fe3b39b) Not sure what causes it, since I don't have server logs (I don't run the instance), but resending the request...

Related: typescript:S4325 flags casts to more specific interfaces as unnecessary, e.g. from `HTMLElement` to `HTMLInputElement`.

@shubham-shewale For querySelector I would recommend using the proper instantiation of the generic function instead of casting the result: ```ts const selector = doc.querySelector('#spnValue'); ``` (just my two cents)

@shubham-shewale Do you mean generics in general? These are explained here: https://www.typescriptlang.org/docs/handbook/2/generics.html

From what I can see this has been added in https://github.com/casperdcl/git-fame/commit/fda8f349 / #92, it's just not documented in the readme (but in man page).

Here is a temporary solution I found, assuming you have a theme you can modify (this is for webfonts): ```php /** * Register font-awesome before FontAwesome plugin can to avoid...