-
Updated
Jan 3, 2022 - Ruby
hacktoberfest2021
Here are 16,060 public repositories matching this topic...
-
Updated
Jan 3, 2022 - Vue
-
Updated
Dec 25, 2021 - Python
You may use this guide to make quality contributions at Hacktoberfest 2020: Hacktoberfest 2020 guide
To begin contributing, you shall get a quick overview of how Cosmos is used today. Cosmos is one of the most extensive code database and is used as:
- A datastore for various projects (such as [Quark](https://github.com/OpenGenus/
-
Updated
Dec 26, 2021 - Go
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Oct 17, 2021 - Vue
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Jan 3, 2022 - Lua
Here's a new question that I discovered when taking the XML assessment. I answered to the best of my abilities, but I'd to have someone double-check to make sure it's correct:
### Q1. Which element in this XML code is not a good candidate for conversion into an attribute?
1 <superheroes>
2 <name-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Dec 19, 2021 - Go
I have an existing Dockerfile that I'd like to use earthly with, but it requires a secret and I don't know how to provide that secret.
Let's say I have the following Dockerfile:
FROM busybox:latest
RUN --mount=type=secret,id=my_secret,target=/mount.txt \
cp /mount.txt /secret.txt
To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENV
I want t
potential api example
bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch
🚀 Feature
As reported by deepsource in here we abuse from using built-in input function in our functionality.
Motivation
We target to have a clean and healthy source code free of risk.
Pitch
Replace variable names whether it makes sense e.g. for image based functionality input -> image ; in l
-
Updated
Dec 21, 2021 - Go
Hi,
I just realized there is no update/upgrade section in your doc. It could be nice to have clear command on how to update the software, specially if there is some breaking changes or whatever.
-
Updated
Feb 14, 2019 - Python
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
Hi, I have been trying out this app for a few weeks now and absolutely love it. There is just one thing in the timeline that keeps bothering me, which I am not sure if it belongs here, but here you go. I have my Google calendar integrated with the timeline, but it is currently also showing deleted events from my calendar (e.g. recurring meetings, where I deleted one or two instances over xmas). Is
-
Updated
Dec 26, 2021 - CSS
-
Updated
Jan 3, 2022 - Objective-C
-
Updated
Dec 23, 2021 - Java
Ref SciML/DiffEqFlux.jl#70 . As discussed at JuliaCon, nicer strategies can be used so that if you get an infinite loss the training won't just explode. You can discard the point and take another random draw and things like that. @oxinabox @pkofod probably know more, since I know Optim.jl and other libraries handle this.
How to make the homepage + collections more useful: How might we better integrate our special collections into our home page? What if we had a carousel for our top special collections? What collections would go in the carousel? What might it look like?
e.g.... (a) This Month [themes: automat
-
Updated
Jan 1, 2022 - JavaScript
Can we have an example of REST API calls in the documentation?
Examples with CURL, HTTPie or another client and the results would be better for newbies.
Thanks again for your good work.
Is your feature request related to a problem? Please describe.
As pointed out by @ranrib we are lacking an article on the docs about sending an SMS with the library.
Describe the solution you'd like
Adding a new section in the SMS article under providers describing how to send an SMS with Notifire.
Describe alternatives you've considered
Maybe there is a better place to showca
-
Updated
Jan 1, 2022 - Java
Improve this page
Add a description, image, and links to the hacktoberfest2021 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hacktoberfest2021 topic, visit your repo's landing page and select "manage topics."
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)