-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grants / index : add team-members #2412
Conversation
…nt githu username is empty Fixes: gitcoinco#2010
…translated str for django and djangojs
Update i18n translations and resolve Japanese trans errors
html: updated text on banner contributor page
- added media queries - adds translations + fixed spacing
…ns to resolve bounty counts on org page
* css: removing multiple font-family declarations * pydocmd: added styleguide * Wipes out font-family from random css
In [4]: for tip in Tip.objects.filter(from_name='False'): ...: print(tip.pk, tip.from_name) ...: 311 False 312 False 313 False 318 False 319 False 323 False 338 False 339 False 350 False 351 False 383 False 390 False 391 False 316 False 448 False 449 False 461 False 462 False 508 False
…file/handle vs only /profile/
Add VSCode remote debugging handling and documentation
Adding live exemplars with proper formatting.
- enable adding team-members in form - remove duplicate file new_grant.js - custom css + lint fix
from | ||
}, function(err, result) { | ||
if (err) | ||
return console.error(err); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected console statement. (no-console)
if (err) | ||
return console.error(err); | ||
if (result.error) | ||
return console.error(result.error); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected console statement. (no-console)
@@ -41,6 +30,15 @@ jobs: | |||
- cp app/app/travis.env app/app/.env | |||
- pip install pip setuptools --upgrade | |||
- pip install codecov | |||
# Fetch and Install GeoIP database files. | |||
- sudo apt-get update && sudo apt-get install -y libmaxminddb-dev | |||
- wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[error] line too long (87 > 80 characters) (line-length)
# Fetch and Install GeoIP database files. | ||
- sudo apt-get update && sudo apt-get install -y libmaxminddb-dev | ||
- wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz | ||
- wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[error] line too long (90 > 80 characters) (line-length)
local-dir: _build/site | ||
fqdn: docs.gitcoin.co | ||
target-branch: gh-pages | ||
on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[warning] truthy value should be true or false (truthy)
The short story: Make <a href="https://gitcoin.co/requests">Gitcoin Requests</a> for any 'good-first-issues' you see on Github during Hacktoberfest, | ||
and we'll bounty the best of them. We're very excited to play a small part in a huge movement! | ||
<a href="https://codefund.io/">CodeFund</a> wants to support open source projects everywhere! | ||
By placing ethical ads in beautiful places, <a href="https://twitter.com/codeberry">Eric Berry</a> and team have been providing Discourse, CodeSandbox, and Material-UI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (167 > 120 characters)
and we'll bounty the best of them. We're very excited to play a small part in a huge movement! | ||
<a href="https://codefund.io/">CodeFund</a> wants to support open source projects everywhere! | ||
By placing ethical ads in beautiful places, <a href="https://twitter.com/codeberry">Eric Berry</a> and team have been providing Discourse, CodeSandbox, and Material-UI | ||
and countless others with sources of revenue to support their projects. The CodeFund team just added a superstar, <a href="https://codefund.io/team">Nate Hopkins</a>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (166 > 120 characters)
<a href="https://codefund.io/">CodeFund</a> wants to support open source projects everywhere! | ||
By placing ethical ads in beautiful places, <a href="https://twitter.com/codeberry">Eric Berry</a> and team have been providing Discourse, CodeSandbox, and Material-UI | ||
and countless others with sources of revenue to support their projects. The CodeFund team just added a superstar, <a href="https://codefund.io/team">Nate Hopkins</a>, | ||
to the team as CTO, and we're excited about the future of the product. If you want to advertise to developers, there's no better way! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (133 > 120 characters)
Aside from this, I've been busy co-authoring a children's book, <a href="https://medium.com/gitcoin/everyone-ships-653f53343337">Everybody Ships</a>. | ||
It's a tongue-in-cheek book meant to celebrate the projects in the blockchain space who are focused on building. We hope you | ||
enjoy! | ||
Hacktoberfest is in full swing! Take a look here for issues tagged <a href="https://gitcoin.co/explorer?network=mainnet&keywords=hacktoberfest&order_by=-web3_created">'Hacktoberfest'</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (186 > 120 characters)
which have been funded with Gitcoin bounties, across projects like Ruby For Good, Peepeth, Giveth and more. | ||
</p> | ||
<p> | ||
The Gitcoin Core team is on the move! If you'll be at ETH SF (Oct 5-7), Github Universe (Oct 16-17), Web 3 Summit (Oct 22 - 24), SustainOSS (Oct 25), or Devcon 4, give us a shout! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (179 > 120 characters)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rebase is making it hard to review 😭 But lgtm? 🚢
Description
grants/new
new_grant.js