-
There should be a way to add/remove plugins without forking skybot. Most people don't need to modify the core, but do want to customize the commands.
Git submodules + host them in gists?
rmmh updated
10 years ago
-
Flagging of known solar-system objects (e.g. asteroids) passing through the pixels used for photometry.
Will create new flags both on pixel-level and in photometry quality.
-
Feature request
ghost updated
4 years ago
-
https://www.minorplanetcenter.net/cgi-bin/checkmp.cgi
what do you think @mommermi? I'm at a hackweek atm where having this functionality in astroquery would be so powerful
-
Some generic solution were added to `query.py` in https://github.com/astropy/astroquery/pull/2187, but all the modules has to be checked and updated if needed to use it.
- [ ] alfalfa
- [ ] alma…
-
We should get as much ride information above the fold on mobile as we can when you've tapped on the ride detail page.
-
ROS Melodic is building from source , https://github.com/ros-perception/slam_gmapping, https://github.com/ros-perception/openslam_gmapping. I can run the launch successfully, but generate maps slowly …
3shao updated
4 years ago
-
When parsing videos from TikTok I ran into the issue that the codec was not usable.
Let me know if you need more info
VLC plays the file fine and gave me the following metadata about it
![image…
-
I'd like to make a plugin that scrapes an RSS feed every 15-30 minutes and stores any new news items in a database. I'd like any new news items to be sent to the channel, but I can't seem to find any …
-
Mandroc will need to run on docker when finished, here are some requirements for that
- must use multi-stage building (separating the fetching of the dependencies from the running)
- must use dock…