-
This is stupid super low priority but it would be neat if we had a way to just play streams on the page instead of roping them into a media player (but also leaving that option open). I think most bro…
-
August 2017 - Would take Waze CCP data feed and process it into your cloud provider for access, analysis, and visualization. https://www.waze.com/ccp
Even though there are over 500 Waze CCP partner…
-
Just other stuff.
-
This may not be purely a bug, as access to more complete TIGER data could be a useful service (see #103). However, we might want to add metadata to the results returned indicating whether Census Repor…
-
I see beginners writing code like
`%a = (%a, x => 5);`
This is normally equivalent to
`$a{x} = 5;`
and perlcritic could suggest that.
-
Investigate open data feeds, organized by Yelp ([here](https://www.yelp.com/healthscores/feeds)), and compare to existing venues in Who's On First. At first glance, each feed at least has a location/a…
-
**Is your feature request related to a problem? Please describe.**
The most common time zone used for US competition venues is...
```
mysql> select timezone_id, count(1) from competition_venues j…
-
The current site design is the default form of [DKAN Drops](https://github.com/nuams/dkan-drops-7.git). Changing some of the colors and layout to match [ri.gov](http://www.ri.gov/) may prove useful, b…
-
- [ ] Alabama: Birmingham
- [ ] Alaska: Anchorage
- [ ] Arizona: Phoenix
- [ ] Arkansas: Little Rock
- [x] California: Los Angeles, Home 🏠
- [ ] Colorado: Denver
- [ ] Connecticut: Bridgeport
…
-
Related to #18033. There are these lines of code from `game::unload( item &it )`
```c++
// Turn off any active tools
if( target->is_tool() && target->active && target->ammo_remaining() ==…