-
Updated
Nov 28, 2020 - Python
api-client
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 4,339 public repositories matching this topic...
Describe the bug
I have cookies in the cookie jar. When I try to create a tag that "references a cookie value from the cookie jar", it tells me there are no cookies for that url.
To Reproduce
- Add a tag
- Select Cookie
- Type any url that matches something in the cookie jar
Expected behavior
I should be able to choose a cookie from that jar
Screenshots
:
Apparently Console can support colors, but we need a special syscall SetConsoleMode
for Windows to do so.
I think Go's x/sys/windows
package exposes the necessary GetConsoleMode
and SetConsoleMode
syscalls, so this should be doable.
-
Updated
Sep 27, 2020 - PHP
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Nov 3, 2020 - PHP
-
Updated
Nov 29, 2020 - Python
-
Updated
Aug 9, 2018 - Ruby
-
Updated
Nov 28, 2020 - PHP
This issue was created to be a good first issue
. The Goal is to study the inclusion of some require-dev
dependencies to analyse and detect issues in source for us.
Some proposals:
- phpstan
- phploc
- phpmd
After discussion, we may want you to perform a pull request that includes the tool in the project. You may also have to update the travis.yml
.
-
Updated
Nov 26, 2020 - PHP
Please help with an example of sending a photo to an arbitrary chat. Here's what I found myself
client.MessagesSendMedia(&telegram.MessagesSendMediaParams{
Silent: false,
Background: false,
ClearDraft: false,
Peer: &telegram.InputPeerUser{ // user data
UserId: 2121212,
AccessHash: 212121211221,
},
ReplyToMsgId: 0,
Media: ???,
Message:
- Wikipedia
- Wikipedia
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:
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to