milahu
milahu
draft in https://github.com/milahu/mitosis/tree/test-snapshots-to-separate-files i solved the "options problem" with `optionsId` and `objectHash(cleanOptions)` example files - [`src/__tests__/data/basic-for.raw.tsx`](https://github.com/milahu/mitosis/blob/test-snapshots-to-separate-files/packages/core/src/__tests__/data/basic-for.raw.tsx) - [`src/__tests__/__file_snapshots__/data/basic-for.solid.jsx`](https://github.com/milahu/mitosis/blob/test-snapshots-to-separate-files/packages/core/src/__tests__/__file_snapshots__/data/basic-for.solid.jsx) - [`src/__tests__/__file_snapshots__/data/basic-for.solid.style-tag.tsx`](https://github.com/milahu/mitosis/blob/test-snapshots-to-separate-files/packages/core/src/__tests__/__file_snapshots__/data/basic-for.solid.style-tag.tsx) - optionsId = style-tag nitpick: `raw.tsx` should be `mitosis.tsx` the...
abandoned, sorry : /
thanks, `return ''` was missing > Svelte doesn't support multiple tags (with the exception of a script with `context='module'`) example input https://github.com/PuruVJ/macos-web/blob/main/src/components/Dock/DockItem.svelte whats the meaning of context=module? does it work...
> The official Svelte docs explain context module scripts: [svelte.dev/docs#component-format-script-context-module](https://svelte.dev/docs#component-format-script-context-module) aah, so these are `static` variables of the component class https://en.wikipedia.org/wiki/Static_variable#Object-oriented_programming `` is a confusing name, but well > I...
here is a working prototype: [dogbolt-cli-client-bash](https://github.com/milahu/dogbolt-cli-client-bash)
did you `save` the `ExtractArchive` plugin settings? the `save` button is hidden on the bottom of the settings page this works for me with `Extract archives in archives: off` only...
what pyload version? [0.5.0b3.dev85](https://pypi.org/project/pyload-ng/)? are there overrides in `$HOME/.pyload/plugins/extractors/`? > `unrar x -scf -o+ -x*.nfo -x*.DS_Store -xindex.dat -xthumb.db -x*.iso -x*.ISO -x*.image -y -c- -p- -kb /downloads/packageFolder/x.part1.rar /downloads/packageFolder/` that exclude list...
> I'm on Version 0.4.20. 4 years old ... its the latest git tag, but git tags are outdated, see #4339
this is really just a nitpick about software licenses (sorry) > the 7-zip extractor already handles RAR-archives if `unrar` is not present 7z uses the original unrar code in [Rar1Decoder.cpp](https://github.com/milahu/sevenzip/blob/main/CPP/7zip/Compress/Rar1Decoder.cpp)...
> `encodings=("utf-8", "latin-1")` what about the million other encodings? see also [charset_normalizer](https://github.com/jawah/charset_normalizer) what about mixed encoding input? see also https://github.com/jawah/charset_normalizer/issues/405 what about random binary input? → dont decode, use bytestrings