Fork me on GitHub
#vim
<
2022-01-24
>
zyxmn20:01:58

Using vim fireplace - tried the pedestal tutorial and when starting a server , it does not start a server and return a service map , but rather just starts the server and never returns causing vim to hang. Has anyone else come across this ?

Nundrum20:01:41

Share the tutorial link? And have you been using fireplace successfully up until now?

zyxmn20:01:51

yea , been using fireplace for a while . its great

zyxmn20:01:44

oh it does say the function will not return in the tutorial but the fn docs say otherwise

Braden Shepherdson20:01:30

might depend on a config setting you pass to the startup.

Braden Shepherdson20:01:40

I think there's a :fork? true or something like that.

Braden Shepherdson20:01:56

this is where REPL use and -main use diverge.

Nundrum20:01:39

My first thought is: wrap it in a future.

Nundrum20:01:58

Second thought is: invoke that from the REPL but then go back to fireplace to do your work.

zyxmn21:01:19

I see the next tutorial talks about it 😅 . its a :http/join? flag .

Nundrum21:01:20

Hah excellent. I couldn't find anything about that in the docs.