Playing around with #OCaml again and I thought it’s time to get the ocaml-lsp to run properly (with that I mean run at all)
Its failing because of some version mismatch with Merlin. Anything I can do about that?❤️ Installing them with opam at the same to let it handle the dependencies did not work
Posts by Timon Flick
Thanks for suggesting the #OCaml dream library! Setup was straightforward, there are a bunch of examples in the git repo and it feels really nice to use!
Will keep you updated as soon as I got some actual stuff working :)
Using it with sqlite3 to build a small REST api btw :)@sabine.sh @lessp.dev
Oh sorry the version of Opium I used was not the latest :)
So „opam upgrade opium“ did the trick 😊
Thanks for the suggestion! I looked into dream as well but I wanted to start with something more lightweight.
Ok upgraded to version 0.20.0 and it looks like its working 😍
And maybe I should use the correct tags #OCaml
Maybe I am doing something wrong in the dune file? 😅
(executable
(public_name backend)
(name main)
(libraries opium))
yes I do open Opium at the beginning of my file 😀
Please I need your help ❤️
What am I missing?
Dear #ocaml heroes,
I am really trying to learn this language but I am very close to giving up. I wanted to build an easy webserver using opium. I cannot even get the Hello world example to run
created proj using dune
installed opium with opam and
added to Dune file
Error: Unbound module Response
I just completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2
Different Timezones so thats why I am still at day 2 ...
Do not give up!
Otherwise I will be done before you!! ;)
I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1
#ocaml
Currently learning some ocaml and that at the perfect time of the year!
Guess what I started today thanks to you :D
Not as nice as with the piping though
If this is not the first thing that comes to your mind thinking about relay stores feel free to check my post about updater functions ✌️
dev.to/flick/a-brie...
#relay #graphql #webdevelopment