Firewall Agent is a utility to simplify firewall configuration for clouds and clusters
Ruby client for api.nocms.org. Provides helpers for Sinatra and Rails apps.
drush/activeadmin-delayed-job 7
A ready-to-use Active Admin Controller for Delayed Job
An opinionated Rails library for creating JSONAPI servers that lets you focus on customizing the behavior of your endpoints rather than the dirty work of setting them up
drush/jsonapi-resources-site 0
Source for the JSONAPI::Resources site
Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
LogX implementation for Golang
LogX implementation for Ruby
REST conventions for Mobx
push eventmoonlight-labs/react-booster
commit sha 64d4724ecd7de7645a6e5fab6a3ee50d433c8f3c
NEW AddressSelector (with react-geosuggest dependency for now)
commit sha 2b2f5ba843218341d36ce2f350d43301b117f30e
better prop definitions
commit sha 0fae61849631e6ad0af42abe1e3f905847221e9c
include styles for address selector
commit sha 25ae082fffe21eceedca1ee195cd0c53d7ea88ac
remove font size styles
commit sha 0953293943595c19dd3df4e051cd838ed1462fce
improve address selector. remove styles (this should be decoupled).
commit sha 8b7d97ad6a3852363f9ed74283afbc2c2c1f7f62
Merge branch 'master' into address-selector
push time in a month
push eventmoonlight-labs/react-booster
commit sha 7bd8063960e361ecbdaeef8c4808137c88d427ef
Update ActionButton.tsx ensure onClick prop isn't called until after disabled state is set
commit sha 8b7d97ad6a3852363f9ed74283afbc2c2c1f7f62
Merge branch 'master' into address-selector
push time in a month
push eventmoonlight-labs/react-booster
commit sha 0953293943595c19dd3df4e051cd838ed1462fce
improve address selector. remove styles (this should be decoupled).
push time in a month
issue openedgohugoio/hugo
Anchor enumeration: Ability to iterate through anchors in pages
STORY
A page has many anchors to sections of the page. As a developer, I'd like to be able to build menus deep-linking into specific page sections via these anchors programatically.
From a Page context, enumerate all the anchors on a page.
{{ range .Anchors }}
<li><a href="{.Permalink}">{{ .Title }}</a></li>
{{ end }}
created time in 3 months