Galen Sprout

Results 21 issues of Galen Sprout

While developing for a personal project, I came across a weird behavior where although I could click around my app no problem and new pages would render no problem. Except...

Added my company

Recently I've faced a different issue when using Obelisk so the following is a hack around that issue (see: https://github.com/obsidiansystems/obelisk/issues/962) however this feels worth reporting. The hack was using getPostBuild...

` let mappy = Map.fromList $ fmap (\x -> (x,x)) $ [ "As soon as possible" , "1-2 months" , "3-6 months" , "6+ months" ] dropdown "As soon as...

Very low priority bug / very easy to fix for the user but I kept receiving the error that 'src-ba29225b8893dd3a/' does not have a commit checked out Which I believe...

Fail State: ![image](https://github.com/obsidiansystems/obelisk/assets/36346907/a0660705-4c83-4a37-8dea-42b909c81c25) Should look like: ![image](https://github.com/obsidiansystems/obelisk/assets/36346907/da1055d9-2245-4d90-9cda-9c85d3afc507) given the code: ![image](https://github.com/obsidiansystems/obelisk/assets/36346907/5ef392ef-892f-46b9-91d5-e8b53ecea7be) Note: the comment in the code made no difference with or without This happens on Firefox and Chrome (...

When initializing a new project I got this error ![image](https://github.com/obsidiansystems/obelisk/assets/36346907/14f6740b-bc6d-4b86-9461-92a35b1accdd)

**Works no problem:** `text "👋 Contact Support"` and `text "👋"` **Causes JSaddle Error:** `text "👋" >> text "Contact Support" ` **JSaddle Error:** jsaddle Results decode failed : "{\"tag\":\"BatchResults\",\"contents\":[215,{\"tag\":\"Success\",\"contents\":[[],[{\"tag\":\"ValueToStringResult\",\"contents\":\"\\udc4bContact Support\"}]]}]}" CallStack...

I have very little understanding of how this happened but felt I should report it I was using ob repl to write code involving inspection of Aeson/JSON keys and used...

From running `ob thunk pack src -v` the command fails with: This can be resolved by git push -u origin but for some reason it doesn't tell me this, even...

bug