Andreas Pehnack

Results 7 issues of Andreas Pehnack

After trying to distribute PFP in a ZIP file I noticed that the native functions (BigEndian...) don't work anymore. This pull request enables loading of the native files within a...

There's a number of deprecation warnings that make elm-pages fail to build a release build: ``` DeprecationWarning: 'createNumericLiteral' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or...

When converting a TailwindUI module I noticed three problems. The HTML ` ` produces ``` button [ Attr.type_ "button" , css [ Tw. , Tw. , Bp.[.dark[data-theme=system]_&] [ Tw.block ]...

As described in [https://github.com/matheus23/elm-default-tailwind-modules/issues/6](https://github.com/matheus23/elm-default-tailwind-modules/issues/6) it's not possible for the package to support Tailwind 3 because of the `docs.json` size limit. I don't know how often the limit prevented someone from...

I'm glad I found this module since from my point of view it fills a gap in Elixir - ensure that different modules refer to the same values and don't...

Result was wrong if date diff is almost a day: Date1: Date2: Duration: { year = 0, month = 0, day = 0, hour = 59, minute = 18, second...

When I try to put the firmware on macOS on a T-Echo the firmware can be uploaded completely but then closing of the serial port fails and the firmware is...