-
Updated
Oct 3, 2020 - Python
API
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 35,507 public repositories matching this topic...
-
Updated
Oct 5, 2020 - CSS
-
Updated
Oct 11, 2020 - JavaScript
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
-
Updated
Oct 2, 2020
Hello there. Sorry for not using the issue template, but I think it is not suitable in this situation.
I want to ask if there exists detailed documentation about the @action
decorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass a serializer_class
inside but found out that I can do it only after searching for issues on Github.
-
Updated
Oct 11, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
When generating Kubernetes configs, the generated config is missing the kubernetes.io/ingress.class: "kong"
annotation on all of the resources. The latest version of the Kubernetes Ingress Controller requires them,
To Reproduce
Steps to reproduce the behavior:
- Generate any Kubernetes config from inso or Insomnia Designer
We plan to gradually migrate brain.js to TypeScript, code base is pretty large, so we would love your help!
How to contribute?
- Convert a file from .js to .ts
- Add types, fix all type errors.
- Submit a PR!
🎉
Here you can find a guide on how to contribute.
Want to convert something, let us know in the comment an
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
In ethers-io/ethers.js#891 (comment), @ricmoo notes that he released a new version of the ethersproject abi coder that contains a "loose" reader for decoding logs for certain contracts built with solc 0.4.x
.
This is a tracking issue to upgrade the dependency in web3-eth-abi
[here](https://github.com/ethereum/web3.js/blob/1.x/packages/web3-eth-abi/packa
-
Updated
Oct 11, 2020 - Go
-
Updated
Jul 31, 2020 - Java
-
Updated
Sep 30, 2020 - C++
-
Updated
Nov 19, 2018 - JavaScript
The example nginx configuration in the Deploying Falcon on Linux with NGINX and uWSGI
article could probably be improved to include https configuration and redirect of http to https, since I believe it's the most common configuration now.
Maybe we could use a configuration from this great [Mozilla site](https://ssl-config
-
Updated
Oct 7, 2020 - Go
- Wikipedia
- Wikipedia
Actual behaviour
When simply trying to edit some additional files I often type
:e *.js
or something similar; this almost ALWAYS results inE77: Too many file names
.Expected behaviour
It's pretty clear what the user wants in this situation; they want to open the files as buffers! I'm sure there are legacy reasons for this error, but it's a pretty poor experience these days that