-
Comment below with a well-developed question or comment about the reading for this week's workshop.
If you would really like to ask your question in person, please place two exclamation points befo…
-
The idea being that we enable blog post style guides, which we would then encourage users to turn into more detailed posts later, or get people to fork and build their own guides based on it.
-
I will place suggested tags/categories both on top of and beside the links.
--
Misc
Land Value Tax and Farming Parts 1, 2, and 3 https://www.youtube.com/channel/UCw2WENjbuO_C_9cXkLU1iKg (vid…
-
### Google Spreadsheet Row Number
403
### Facilitator
name: Nick Weinberg
twitter: @nickDOUBLEyou
organization: littlebits
### Description
Once you’ve built a community, how can you build enough mo…
-
Thanks again for open-sourcing the implementation.
I tried running the base `base_the_ville_isabella_maria_klaus` scenario, however, after a few steps, the simulation stops and unable to proceed af…
-
## Bug report form
See: https://hypothes-is.slack.com/archives/C2BLQDKHA/p1642175183152600?thread_ts=1641839979.048300&cid=C2BLQDKHA
tl;dr We see Via users (especially instructors using the LMS ap…
-
Hi,
Firstly, I'd like to thank everyone who took part in this excellent work.
Back in time, I've made a Turkish [translation](https://blog.tanshaydar.com/silent-hill-2-turkce-yama-v3-0.html) for…
-
When people share the site on social media, the image and title don't provide a very good introduction to the website.
![Image](https://github.com/CodeForPhilly/vacant-lots-proj/assets/1965986/6a3c54…
-
I'm interested in learning how to implement a feature where text can be collapsed when it's too long, with a "read more" option at the end of the text. However, I couldn't find the code related to the…
-
Currently constructing a slider using:
```js
const uniqueYears = await db.query("SELECT DISTINCT year FROM data WHERE year BETWEEN 2010 AND 2022 ORDER BY year").then(data => data.map(d => d.year))…