data
Here are 8,009 public repositories matching this topic...
-
Updated
Apr 24, 2021 - Clojure
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://react-query.tanstack.com/examples/nextjs'
- Click on 'Nextjs SSG'
- Scroll down to '....'
- 502 Bad Gateaway
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screensho
-
Updated
Apr 9, 2021 - Jupyter Notebook
-
Updated
Apr 20, 2021
The Wikibase extension does not currently let the user upload "negative" dates (in the Julian/Gregorian calendars).
The currently supported formats are documented here: https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates
Proposed solution
Introduce a new syntax for those dates. For instance -YYYY or YYYY BCE could be used. Both are supported by Wik
-
Updated
Nov 9, 2020 - Python
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 23, 2021 - Scala
-
Updated
May 30, 2020
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Mar 12, 2021 - Python
-
Updated
Jul 30, 2020
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Feb 28, 2021
-
Updated
Apr 24, 2021 - JavaScript
If an Environment contains a nested object, it doesn't seem to be possible to reference a nested property using the double curly braces syntax.
To Reproduce
Steps to reproduce the behavior:
- Create an Environment containing a nested object, eg.
{
"foo": {
"bar": "baz"
}
}
- Attempt to get the value
bazusing double curly brace syntax, eg. in the URL bar or in
-
Updated
Apr 24, 2021 - Python
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Mar 1, 2021 - Rust
Tell us about the problem you're trying to solve
As a contributor I want to run a single bash command that verifies that I have all the necessary commands to get started:
- Docker
- Java 14
- pip 20.1
- Python 3.7.9
- jq
Describe the solution you’d like
A single bash script that makes this process as seamless as possible by verifying that I have the right version of all so
-
Updated
Jan 15, 2021 - JavaScript
Today batch BigQuery writes require saving the data as GCS Avro files first then LOAD into BQ, which is wasteful if user also save as Avro in the same pipeline. Should we add a syntactic sugar for this?
Improve this page
Add a description, image, and links to the data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data topic, visit your repo's landing page and select "manage topics."
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example: