Docs I used:
I restricted the branches to master
and feat/gha
(my branch) first during PR testing.
GITHUB_TOKEN
: Access token with repo
scope(AdonisJS + Storybook) - React = Success? I'll detail what I found out about how to make Storybook work with AdonisJS WITHOUT adding an extra UI layer on the frontend. Basic pieces Storybook's server adapter. Without this, nothing here would be possible. This allows us to write anything we want on the server, and then for Storybook to dynamically fetch said anything for use in stories. Storybook's {builder,manager}-webpack5 packages. When using Adonis' Encore-based Webpack tooling, it uses Webpack 5. Storybook ships with Webpack 4. You can guess that those different versions don't like each other, so we can tell Storybook to use Webpack 5 instead. Adonis' components. Adonis encourages writing components that can take props and slots, just like in component systems like React. Putting them together Install Storybook
Mar 29, 2023Introduction This is a general-purpose guide designed to onboard people into the CouchDB release cycle. Parts of it can also be adapted to troubleshoot building CouchDB on your local device (something that, as an end user, you shouldn't need to do unless we don't support your architecture/OS). This guide is currently a work in progress. Prerequisites To build CouchDB, you will need: A bit of free space on the disk you're building CouchDB on. Erlang/OTP. This can be any version above or equal to OTP 19, but for the sake of convenience with using couchdb-pkg, it should be OTP 20 (I use 20.3.8.26, the latest in the 20 release line). I'd recommend asdf for managing multiple Erlang installations.
Dec 16, 2021Photo policy: get badges or lanyards or something where you can tell someone's preference from a picture Presentation Part AUN: add cargo --version to slides (in the installation segment) AUN: add visual studio installation to slides (or link to tutorial) finish the port of the tutorial to ggez (rather review things that should be familiar from other languages to get everyone on a similar level) in presentation focus on what people need now. AUN: add xcode to mac
Nov 24, 2021This guide covers everything you can currently do after you've gotten people to sign up to your BA run. Prioritizing Attendees The central feature of Ferne right now is the ability to easily sort attendees into parties. However, no attendee is created equal - there are some who you might want to guarantee a spot first, such as party leaders or first timers. First things first, you need to see all of the people you want to give priority to in one spot. You can use the attendee list page's search and filter functions for this. For example, party leaders will usually sign up first, so they will be all in one spot if you sort the "signed up at" column. First-timers can be identified by searching for "Never entered", or sorting the column for that field. Once you have all of the people you'd like, you can click the checkboxes to select them. Shift-clicking a checkbox selects all attendees between the previously checked box and that one. You can also use the "select all" checkbox at the top, it'll select every attendee you can currently see (but not the ones you can't see, e.g. if you searched for something). This could look something like this: You can then click on the blue button to the right to select all of these attendees for inclusion. Being selected for inclusion (I'm open for a less confusing term) basically means these people are guaranteed a spot in the event and have priority when being assigned to a party. The list might break a little bit when you do this, that's something I'm working on, it just resets the order of things, but your selections are still locked.
Nov 24, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up