milahu
milahu
> `Adil davranmaktan bahsetmiþken…` it really is just that one byte that breaks charset_normalizer ``` $ printf '\x85' | iconv -f cp1254 -t utf8 … ``` when i remove that...
> The short name should rather be `btmh` no, btmh is a different hash one torrent has one btmh hash (and/or one btih hash) btmh and btih hash the metadata:...
ideally allow passing compiler options for intellisense ``` python?version=2 typescript?jsx=react&target=ES2020 javascript?env=node cc?std=c++20 ```
on closer look, the `textEdit` range is wrong actual: range of `pkgs.` in line 4 ``` }; in pkgs. 01234567890 ``` ```json { "range": { "end": { "character": 10, "line":...
> frame rate should be parsed from the first line only when the first line has the format > > ``` > \{1\}\{1\}(\d+(?:\.\d*)?) > ``` > > examples > >...
the parser should be more strict it should parse the FPS only from first lines like ``` {1}{1}25.000 {1}{1}30 {1}{1}60. {1}{1}123.456 {1}{1}5 {1}{1}1 ``` but NOT from first lines like...
> **Example 1** > Would you like to see this throw `UnknownFPSError` as well? yes
trivial... ```diff --- a/pysubs2/microdvd.py +++ b/pysubs2/microdvd.py @@ -34,6 +34,12 @@ class MicroDVDFormat(FormatBase): # We don't know the framerate, but it is customary to include # it as text of the...
fixed > `meson -Ddefault_library=shared` works (but only installs libfrida-core.so, not libfrida-core.a)
closed too early ^^ with `meson -Ddefault_library=shared` (which is the default value) it still does not install libfrida-core.so