Andrew Maguire

Results 158 issues of Andrew Maguire

changes: - add `.devcontainer/frontend/` that just pre-runs `npm install` from within the `/website/` dir. - add note to `.devcontainer/README.md` about this. this looks like a useful way to add multiple...

Question I have been wondering about so may as well ask in here. E.g. will we have some process for publishing the collected training data?

data
question

Once merged, this should hopefully trigger the GH workflow to build and push to https://github.com/LAION-AI/Open-Assistant/tree/gh-pages which will then be picked up by GH pages and hosted here: https://liaon-ai.github.io/Open-Assistant/

@yk can you configure this repo like this. This should just deploy a github pages at https://liaon-ai.github.io/Open-Assistant/ based on this `gh-pages` branch: https://github.com/LAION-AI/Open-Assistant/tree/gh-pages https://github.com/LAION-AI/Open-Assistant/pull/346#issuecomment-1370888064 ![image](https://user-images.githubusercontent.com/2178292/211113167-9c596869-2e4e-4bd6-87a6-8e0bd4df125c.png)

documentation

small one to just add a docs badge to the readme. can add something more clearer into text of main readme once docs site all up and looking good.

documentation

This is for sure a bit premature but just wanted to mention. If we have a need for product telemetry on the frontend then I'd recommend and be happy to...

website

this adds - an example notebook as `notebooks/example/` - a readme in `notebooks/example/README.md` - a code cell at the top of `notebooks/example/example.ipynb`, to be uncommented and ran if running in...

documentation

it would be very useful to be able to manually, or maybe via a GH action that can only be manually triggered, deploy a feature branch version of the app....

testing
needs discussion

now that example notebook is merged just clean up and replace `andrewm4894` with `LAION-AI` in the readme and config cell at top of example.ipynb.

Create an FAQ section and add it to docs site. - create a `/docs/docs/faq/faq.md` file. - update `/docs/sidebar.js` to add it to sidebar of docs site. I'd be happy to...

documentation
good first issue