Flavio Corpa

Results 28 issues of Flavio Corpa

REMOVE THE CSS-ALL-THE-THINGS! 👨🏻‍🎤 🎸

enhancement
good first issue

Hi! Recently a colleague split the bearer token because of some security reasons, thus I ended up having to do this in all my HTTP calls: ```elm , headers =...

Is not `Bool` part of core? 🤔 https://package.elm-lang.org/packages/Chadtech/elm-bool-extra/latest/Bool-Extra

new function

Currently I have to do this to work with this component: ```ts const onDateChange = ({ startDate }: { startDate: number }) => (selectedDate = new Date(startDate)) ``` whereas a...

Hi! I have a wonderful working app with a heatmap powered by elm-charts which @terezka helped me build of course! 😉 However I remember reading at some point that the...

feature request

**Describe the bug** Currently vite-plugin-elm is emitting "I can't resolve XYZ" for each imported file - I guess it is because it is not Vite 6 ready yet. **Expected behaviour**...

Hey @rpearce 👋🏻 Thanks to @norfairking and his [PR](https://github.com/kutyel/kutyel-hakyll/pull/68) the flakes setup can be simplified a lot not to rely on haskell.nix anymore, just in case you want to benefit...

I got an error while using Either in Haskell ```elm type alias Player = { name: String , rating: (Either String (Int, String)) , delta: String , positionChange: String ,...