mux
Here are 309 public repositories matching this topic...
-
Updated
Jun 25, 2021 - 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
Jul 14, 2021 - TypeScript
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.
The examples should be runnable in the browser.
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Feb 13, 2018 - Java
-
Updated
May 25, 2021 - Go
-
Updated
Jun 28, 2021 - Go
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Go
-
Updated
Jul 15, 2021 - Mustache
-
Updated
Jul 21, 2021 - Elixir
-
Updated
Jun 8, 2018 - Go
-
Updated
Jul 8, 2021 - Go
-
Updated
Jul 15, 2021 - Ruby
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 23, 2021 - 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.
Right now, this condition check on the delete() outcome has no value.

Describe the solution you'd like
I'd like to see the
DefaultScript.delete()method check to make sure the deletion was done properly and then return a boolean value.Or as @Griatch put it