Attila Gulyas

Results 61 comments of Attila Gulyas

This is great and it should probably also be put in the [Glossary](https://nixos.org/manual/nix/unstable/glossary.html). @fricklerhandwerk

Have you looked at the [Haskell Book](http://haskellbook.com/) yet? Chris Allen (one of the author of the book) also has [a great list of online resources](https://github.com/bitemyapp/learnhaskell). Julie Moronuki (the other author)...

I feel a bit ashamed for not recommending the [Witchcraft docs](https://hexdocs.pm/witchcraft/readme.html) above, because they explain the type classes well in a concise manner. I have been intimidated by these terms...

Sorry in advance for this spam, but I'm starting to appreciate Witchcraft and its supporting libraries more and more. I was trying to find `const/2` in Witchcraft, but it was...

A couple questions: + What machine/OS do you use? + Do other apps compile ok with `iex -S mix`? + Did you try rebooting your computer? (This may sound stupid,...

Were you able to solve this? Sorry for the couple months of delay.

Would it be possible adding a demonstration on how to use PureScript with other JavaScript backends (e.g., [deno](https://deno.land/))?

Had the same issue just now, and it can be reproduced with @Algerator's sample workbook. **edit**: For the record, [this has been an open issue in POI since 2019](https://bz.apache.org/bugzilla/show_bug.cgi?id=63999) too....

Leaving a note here for others committing the same mistake of using [globbing](https://tldp.org/LDP/abs/html/globbingref.html) instead of actual regexes: Terminal command options (`rsync`'s `--exclude` & `--include`, `nix-shell`'s `-I`, etc.) conditioned me to...

Can't speak for @sinister-ghost, but this happened to us when upgrading an old Django app (Django 2.2.17, `django-user-accounts` 3.0.4, PostgreSQL 10.4) running in production to Django 4.2 and `django-user-accounts` 3.2.0....