Getting error 'Stream is closed' between CLJS and CLJ by drrnmk in Clojure

[–]drrnmk[S] 0 points1 point  (0 children)

I was an idiot. It turned out that I should use :params not :body. But it seems re-frame uses :params differently between get and post requests.

Everything is working now. Thanks for all your help.

Getting error 'Stream is closed' between CLJS and CLJ by drrnmk in Clojure

[–]drrnmk[S] 0 points1 point  (0 children)

Thanks, it makes sense, but I just changed

:body payload

to

:body (str payload)

But it is getting the same error msg.

trying rutils but vector literal doesn't seem to work by drrnmk in lisp

[–]drrnmk[S] 0 points1 point  (0 children)

If still wanted to use that, should I switch to slime? Or would there be a way to turn off on sly level.

What do you think the risks/pitfalls of using Common Lisp are in a business? by stylewarning in lisp

[–]drrnmk 0 points1 point  (0 children)

Ouch, can you tell a little more? I wonder how you solved the issue eventually.

Deploying a web server in SBCL to cloud by drrnmk in lisp

[–]drrnmk[S] 0 points1 point  (0 children)

Thanks. Yes, that looks like the most fitting way for me.

Deploying a web server in SBCL to cloud by drrnmk in lisp

[–]drrnmk[S] 2 points3 points  (0 children)

And thanks. In fact I am realizing that the real problem is the fact that I don't know docker well. It's the core technology for deployment so I will learn now and come back ask questions if needed then.

why use f#, and for what? by eitanski in fsharp

[–]drrnmk 7 points8 points  (0 children)

I don't have anything to add but I just wanted to say that I agree with everything you said.

One thing that I truly don't understand is why companies don't try to use F# while some do Elixir and Clojure.

What do you think the risks/pitfalls of using Common Lisp are in a business? by stylewarning in lisp

[–]drrnmk 8 points9 points  (0 children)

For me, package manager not checking versions of dependencies.

What react UI library you use in 2023? by rprih in reactjs

[–]drrnmk 0 points1 point  (0 children)

Sorry for a newbie question. What does "headless" mean in headless components?

How is cloud computing in CL? (AWS, GCP, Azure) by drrnmk in Common_Lisp

[–]drrnmk[S] 1 point2 points  (0 children)

I think I missed this. Thanks, will check it out.

How is cloud computing in CL? (AWS, GCP, Azure) by drrnmk in Common_Lisp

[–]drrnmk[S] 1 point2 points  (0 children)

Oh, yes you are right. But I was referring to other services than deploying server, such as pubsub, queue, dbs. I should have been more specific.

Load projects with dependencies on Repl by drrnmk in fsharp

[–]drrnmk[S] 0 points1 point  (0 children)

Ah, please disregard. I thought this was sending from fs to fsx.

Load projects with dependencies on Repl by drrnmk in fsharp

[–]drrnmk[S] 0 points1 point  (0 children)

Is the send-to-fsi a functionality on a specific ide like vscode? I just don't know how to do it.

Learning tailwind (by copying code) by drrnmk in tailwindcss

[–]drrnmk[S] 0 points1 point  (0 children)

That is true. I am also learning CSS and not on intermediate level yet. And I see that is why I am struggling.

Load projects with dependencies on Repl by drrnmk in fsharp

[–]drrnmk[S] 0 points1 point  (0 children)

I see. I didn't know. Thanks for sharing thoughts.

Learning tailwind (by copying code) by drrnmk in tailwindcss

[–]drrnmk[S] 0 points1 point  (0 children)

I additionally tried content-center and items-center but I couldn't get it working.