-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Example Repo #4
Comments
Hi @FranzSkuffka, thanks for dropping a line. I'll try to find some time in the next week or two to add an Do you have any specific questions? Or suggestions for improving the readme? |
Feel free to email me in the meantime, (see my GitHub profile,) I'd be glad to work through some code with you. |
Hey Paul - thank you for the prompt reply. I think I had issues importing the module. THe import statements were missing completely from the elm code example. |
I just came across the API reference and I'll try to go from there. I did not see that. Sorry. |
FYI Comments are not allowed in JSON. |
"source-directories": [
"src/elm",
"../../node_modules/elm-local-storage-ports/lib/elm",
"./"
], |
Okey, I got it working. The problem was with elm not resolving the src dir for some reason. However I saw that this lib does not support listening to the onstorage event which I need. |
@FranzSkuffka Thanks for all the feedback. Was there something inaccurate/misleading in the docs regarding the source directory? Let me know so I can fix. 🙂 |
Here's something to look at @FranzSkuffka : https://github.com/paulstatezny/example-elm-local-storage-ports-app I'll plan to add an |
From the readme alone I find it hard to get a program that compiles.
Can you provide an example repo?
The text was updated successfully, but these errors were encountered: