Results 76 comments of Dean Kayton

All I did was run a Django server with the RealWorld API on localhost:8000 I want the front end to talk to it. On Fri, Apr 12, 2019, 1:51 PM...

> It will be hard to help without seeing your code. Do you have it on Github maybe? Here is the only code change I have made: https://github.com/dnk8n/elm-spa-example/commit/ac8d0392527d2d2e6a529672c1f63be4bafdb33d Can anyone...

Some further information. To start the web-server I do: `elm-live -p 8080 src/Main.elm` and get the following output: ``` Success! Compiled 1 module. elm-live: The build has succeeded. Starting the...

I guess I should state that I am running the RealWorld API from http://localhost:8000. It is the Django backend found at: https://github.com/gothinkster/django-realworld-example-app I have made no modifications there at all....

Note: I also tried: `elm make src/Main.elm --output elm.js` and `http-server` The output is as follows: ``` Dependencies loaded from local cache. Dependencies ready! Success! Compiled 33 modules. ``` and...

This is only really applicable to Ubuntu servers at this stage. Someone else should feel free to extend to other systems. When used against a system like AWS that: -...

Obviously need to configure DNS before running these commands. This results in automatic HTTPS thanks to caddy docker container.

Also I found the following didn't paste correctly: Original source: ![Screenshot from 2023-08-18 06-54-26](https://github.com/churichard/notabase/assets/3307753/408b060e-4d39-4669-9f42-89439c5c7dfd) LibreOffice: ![Screenshot from 2023-08-18 06-55-22](https://github.com/churichard/notabase/assets/3307753/6da1083b-b4b5-4e4b-974d-80f1b89feb47) Notabase: ![Screenshot from 2023-08-18 06-55-55](https://github.com/churichard/notabase/assets/3307753/70930bf2-af3c-41e8-ab0e-a7d8a1a9c8b7) Note, the missing content and the...

I am experiencing this too when attempting to use thumbor with the thumbor community aws plugin. Relevant libraries installed: botocore==1.11.6 libthumbor==1.3.2 tc-aws==6.2.10 thumbor==6.5.2 thumbor-plugins==0.2.1 tornado==5.1 tornado-botocore==1.4.0

Some useful docs: https://beebom.com/how-run-chatgpt-like-language-model-pc-offline/