Andreas Pehnack

Results 15 comments of Andreas Pehnack

Loading PFP as a whole from a ZIP works fine however iterating a folder inside the ZIP with methods working on directories doesn't work. It's only about loading the native...

> Sigh, I don't know why this never got merged. Are you still working on Synalysis @synalysis ? Yes, every pfp improvement is appreciated!

Alternatively HTTP headers could be used to do the preload however I'd also appreciate having preload elements as this keeps the information about referenced files in one place and would...

A similar case is this multi-line attribute: ``` ``` which is translated to this invalid Elm code: ``` div [ attribute "data-responsive" "[{ "breakpoint": 1200, "settings": { "slidesToShow": 5 }...

Here's a case that produces invalid Elm code (found in [https://tailwindui.com/components/marketing/sections/content-sections](https://tailwindui.com/components/marketing/sections/content-sections)): `` results in ``` div [ css [ Bp.lg [ Bp.lg [ Tw.none] ] ] ] ] [] ```

> Hey @synalysis, thanks for reporting the issue. I've been pairing with @matheus23 on some changes to make `elm-tailwind-modules` more Tailwind V3-friendly ([matheus23/elm-tailwind-modules#16](https://github.com/matheus23/elm-tailwind-modules/pull/16)). > > That will make the API...

Hi, the grammars are valid however you brought up some details that could be improved in the grammar. In the first case the first binary element consumes the rest of...

I don't know of someone working on that. So if you'd like to contribute a grammar for these formats, please go ahead!

Have you tried using [https://pypi.org/project/python-lzo/](https://pypi.org/project/python-lzo/) ?

- here is a list of encodings you can use: https://www.ibm.com/support/knowledgecenter/it/SS3JRN_7.2.1/com.ibm.itcama.doc_7.2.1/oracleextended/fac_oracle_codepage.html (basically all that are supported by libicu) - dynamic endianness is a global variable that can be set by...