-
Updated
Jul 22, 2022 - Ruby
docs
Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.
Here are 3,142 public repositories matching this topic...
Bug Report
-
Updated
Jul 20, 2022 - JavaScript
In the "Set the environment" section, the doc refers to setting the value of env variables w/o showing how to do it.
But the goal can be achieved that way. I suggest you add this code snippet:
protected override IHostBuilder CreateHostBuilder() =>
base.CreateHostBuilder().ConfigureWebHost(x => x.UseEnvironment("integration"));
The derived WebApplicationFactory will therefor
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/get-started/quickstart/create-a-repo
What part(s) of the article would you like to see updated?
I think that in the notes section of this page, there should be
-
Updated
Jul 24, 2022 - C++
-
Updated
Jul 15, 2022
I saw there are repositories that have too many branches/tags failing when we try to re-sync their versions. An example of it is jupyterlab which has 61k versions:
▶ git ls-remote https://github.com/jupyterlab/jupyterlab.git | wc -l
61290
It fails on our side because we truncate the output of the command if it's too big: 'Output is too big. Truncated at 4718592 bytes.'. We cou
-
Updated
Jan 6, 2022 - Shell
-
Updated
Feb 20, 2022 - CSS
-
Updated
May 10, 2022 - Go
-
Updated
Jul 26, 2022 - JavaScript
-
Updated
Jul 17, 2022 - PHP
Documentation does not explain how lod arguments are used, for example in texelFetch()
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Jul 13, 2022 - JavaScript
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Mar 4, 2020 - HTML
-
Updated
Jul 25, 2022 - Python
-
Updated
Jun 2, 2021 - PHP
- Wikipedia
- Wikipedia


Respectively, we have the following opening PRs from dependabot, where we need to test everything out, as such build scripts, and so on, to make sure that nothing is going to be broken if we merge them in
main:Anyone feel free to pick it up and update your progress h