-
Updated
Jul 8, 2021 - Python
client
Here are 5,168 public repositories matching this topic...
-
Updated
Jul 11, 2021 - C
-
Updated
Jul 11, 2021 - TypeScript
-
Updated
Jan 28, 2021 - Python
-
Updated
Nov 1, 2020 - Rust
-
Updated
Jul 11, 2021 - Python
The dialog currently opens on the top of my screen, even in negative position so that the title bar is mostly outside of my screen.
It also shows way off horizontally.
I would also expect it to show modally, blocking input to the settings window. At the moment you can click shortcut again, closing the previous dialog and opening a new dialog.
This is confusing and can lead to current changes
-
Updated
Jul 1, 2021 - CoffeeScript
-
Updated
Dec 23, 2020 - Python
-
Updated
Jul 7, 2021 - Python
-
Updated
Jul 10, 2021 - C#
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 23, 2021 - PHP
-
Updated
Jun 26, 2021 - Ruby
-
Updated
Jan 10, 2020 - Java
Hey Crew,
Nice job on gocql, I'm a fan...
For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from Cassandra. This is useful for higher-level application logic (ie: invoke alarms, stop reading from a durable message queue, etc).
After looking through the code, it looks like the connection information is not p
Bug Description
I want to use the maxRedirections argument from request method but the argument doesn't exist in the Type definition. So i don't known if this is a new feature or maybe something deprecated.
Documentation: https://undici.nodejs.org/#/?id=undicirequesturl-options-promise
Version: undici 4.1.0
Expected Behavior
No warning from TypeScript.
Logs & Screenshots
Improve this page
Add a description, image, and links to the client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client topic, visit your repo's landing page and select "manage topics."
As suggested in the ESM guidelines of Node.js it would be good to explicit the type of the module.
{ + "type": "commonjs", }