Skip to content
#

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 34,678 public repositories matching this topic...

ChrisPenner
ChrisPenner commented Apr 17, 2020

Actual behaviour

When simply trying to edit some additional files I often type :e *.js or something similar; this almost ALWAYS results in E77: 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

hoppscotch
JoelJacobStephen
JoelJacobStephen commented Aug 24, 2020

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:

  1. Click the resize button on the code editor and drag it down
  2. 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

fastapi
tiangolo
tiangolo commented Jun 12, 2020

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
regzon
regzon commented May 6, 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.

insomnia
develohpanda
develohpanda commented Sep 16, 2020

Describe the bug
what it says (or doesn't say, heh) on the tin

To Reproduce
Steps to reproduce the behavior:

  1. Go to Insomnia Core
  2. Create a new folder
  3. Right click on folder
  4. Click "move" in the context menu
  5. Hover over the (i) next to "New Workspace" to see a tooltip

Current behavior
Tooltip reads "Workspace will be moved to the root of the new workspace"

Wikipedia
Wikipedia
You can’t perform that action at this time.