Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hillct created a branch on hillct/bolt.new-any-llm
feature/vercelDeployment - Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
hillct pushed 55 commits to main hillct/bolt.new-any-llm
- Create bug_report.yml 2806a65
- fix: update README.md (#3) Co-authored-by: apai4 <[email protected]> 4cf007b
- Update README.md dfebd40
- Update README.md 3181d50
- Update README.md 72df4b8
- Update README.md 36f219f
- Update README.md 84c5da8
- Create MAIN-FOLDER-README.md dbef8c1
- Update MAIN-FOLDER-README.md efac3a7
- Update MAIN-FOLDER-README.md bf65a7e
- feat: add readme image (#4) 85d2b6f
- fix: typo 5580ab9
- fix: remove duplicated bug_report template 14da2f0
- fix: update links 9a1ab23
- Update MAIN-FOLDER-README.md 8840d00
- Rename README.md to CONTRIBUTING.md fc82dda
- Rename MAIN-FOLDER-README.md to README.md 292e923
- Update README.md c85fd80
- Update CONTRIBUTING.md 506ed1d
- Update CONTRIBUTING.md aa6148f
- and 35 more ...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
@cocktailpeanut are you arguing that an electron application packaged implementation of bolt should continue to use web containers or that bolt need not be packaged as an electron application?
hillct created a comment on an issue on coleam00/bolt.new-any-llm
@cocktailpeanut are you arguing that an electron application packaged implementation of bolt should continue to use web containers or that bolt need not be packaged as an electron application?
hillct created a comment on an issue on coleam00/bolt.new-any-llm
Vite also tends to be quite picky with regard to reading from .env vs .env.local when building for production vs development. As such, if you expect to be using .env.local for your variable definit...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
This is a very interesting approach… Possibly abandon webContainers entirely in favor of an electron application that itself manages local docker instances... it would represent an overall architec...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
I've had some issues on and off getting previewed operate properly however it seemed to relate to getting any server implementation to return dynamic content rather than simply rendering an HTML/cl...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
Without getting into the weeds, the non-technical answer is you should not expect to be able to close a windows, command line window and have processes launched in that window, in the foreground, m...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
Your screenshot itself contains the answer. Your bolt that new deployment is being provied, and served with a TLS certificate(HTTPS) and your ollama API endpoint is not. To make this successful you...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
I'm not crazy about the open router documentation, but it appears the complete /v1/models API call seems to require no authentication, no parameters and no active account paid or unpaid. Certainly ...
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
@coleam00 it was my hope that this would have been merged at the same time as https://github.com/coleam00/bolt.new-any-llm/pull/71 In that h only reason I didn' add it there was @ajshovon had alre...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
In a recent commit, port `5173` was restored as the default, to maintain consistency with the upstream project, and avoid exactly these kinds of conflicts.
hillct created a comment on an issue on coleam00/bolt.new-any-llm
Similarly, we need a project roadmap (document) where features can b prioritized, and possibly an alternate forum like a discord server where trivial issues like onboarding can be addressed rather ...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
I haven't been able to reproduce this. Might it be a permissions issue in your case? Does the issue occur when running from a command prompt running as Administrator?
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
Defaulting the Ollama API URL to localhost is undesirable for h vas majority of users who have not deployed Ollama locally as it will always result in the UI throwing an error about connecting to a...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
Certainly the LLM should be calling these tools in a non-interactive mode, but alternatively, the (tool) prompt requiring user input should be displayed in the webContainer terminal where h user ca...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
`sftp` maybe, or even `rsync` but not FTP... here's a point where promoting best practices becomes important and in hat case, Git support is really the way to go.
hillct created a comment on an issue on coleam00/bolt.new-any-llm
Simply specify he hostname in the .env/.env.local file. As you corrctly point out, you must specify a hostname that is accessibly from your proxy endpoint, so for example, if you're proxying to the...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
It seems more practical to fetch OpenRouter [models](https://openrouter.ai/docs/models) from their API: https://openrouter.ai/api/v1/models much as has been done in the case of Ollama support.
hillct created a comment on an issue on coleam00/bolt.new-any-llm
This seems out of scope for a frontend like bolt.new. Cerainly, there is value in creating a RAG implementation around a projct like DevDocs or similar, but that seems like a secondary project, wit...
hillct created a comment on an issue on coleam00/bolt.new-any-llm
More detail is needed here in order to formulate a meaningful response: What OS and version? What is meant by "However, the moment I delete the command prompt, localhost:XXXX does not work." D...
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> Using docker-compose.yaml to start devcontainer resulted in error (above). > I was able to spin up the container using `npm run dockerbuild` (as documented in updated contributiong.md) and gettin...
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> I get this error when I try to use any of the docker build options: > > ``` > #6 [internal] load build context > #6 transferring context: 142.70MB 4.2s > #6 transferring context: 284.63MB 8...
hillct pushed 1 commit to env-enhancement hillct/bolt.new-any-llm
- apparently loadEnv was all that's required on the config side... 13cb589