mux
Here are 269 public repositories matching this topic...
-
Updated
Nov 29, 2020 - Go
-
Updated
Apr 22, 2018 - Go
Remove dead config
Some config like EnableConnLimit isn't used anywhere and can be removed.
What I Did
I was searching for the db connection limiting.
What I Saw
I ran into EnableConnLimit in config.go
What I Expect
I wanted to find the MaxDbConnPerSec.
-
Updated
Nov 27, 2020 - Go
-
Updated
Feb 13, 2018 - Java
-
Updated
Nov 5, 2019 - Go
New examples
If you have in your posession code or have seen code in the wild that you would like to share via the examples
folder of rubico, please contribute. You can make a pull request directly and I will review it. I suppose it goes without saying that it should have something to do with rubico.
Example contributors will have a personal link (github, personal blog, etc.) of their choice displayed as
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Nov 27, 2020 - Go
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Nov 16, 2020 - Go
-
Updated
Nov 20, 2020 - Go
-
Updated
Nov 20, 2020 - Elixir
-
Updated
Jun 8, 2018 - Go
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 11, 2020 - Ruby
-
Updated
Mar 11, 2020 - Go
-
Updated
Nov 11, 2020 - PHP
Improve this page
Add a description, image, and links to the mux topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mux topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When editing an attribute using
set/edit
, if the attribute in question is unset or otherwiseNone
, the string"None"
is prepended to the buffer.