I want to access and manage webservers through SSH with a web interface through IHP, and preferably get the output to print on screen. Preferably also have a way of knowing if it was successful or exited with an error.
Are there any decent …
Any advice for dealing with very big tables in IHP? Product page here has gotten so dreadfully slow even when paginated and client-side loaded:
https://dill.network/Products
There is 2 million products in the DB, so big, but I guess it'…
Has anyone done nested comments in IHP in a clean-ish way yet?
I get the feeling that comment_id / parent_id inside the comments table is not a a good idea, but would be nice if I could just do that :)
I'm a bit skeptical to nested sets…
Hi!
File uploads are failing for me and I am unsure of what the reason can be.
I get this error from sentry:
/tmp/ihp-upload-6de360a7d350dccc: createDirectory: does not exist (No such file or directory)
This is the function that uploads an…
I am planning to buy IHP and IHP Cloud. I am a Mac user. I tried to install IHP on my MacBook Air M1 with Mac OS Monetary. It did not work. What is the best Mac System to install IHP?
Thanks.
…
Hi!
I'm trying to attach a file to an IHP endpoint and catch that file with fileOrNothing, but nothing I try works. Tried everything from base64 to ArrayBuffer and File type in JS, but fileOrNothing ignores it.
I have primarily tried to…
Dear all,
I just tried to install IHP according to this installation procedure here: "https://ihp.digitallyinduced.com/Guide/installation.html". It seemd to work but when creating the very first project with "ihp-ne" acc…
when I run ghci in nix-shell I can see all the IHP.Prelude code but I can't see any of the code in my current application. How do I interact with my own code in ghci? Trying things in a repl is one of the main reasons why I like Haskell…
I am trying to run ghci on my terminal but it can't see the libraries, what is the syntax to run ghci?
Here is the output I get from just running ghci:
ghci
GHCi, version 8.10.1: https://www.haskell.org/ghc/ :? for help
Loaded package…
I noticed that the IHP fill function gives a could not deduce (ParamReader Value) type error when trying to populate a record field with type JSONB.
The application here is just looking to store the raw JSON payload from n AJAX request. I&#…