mux
Here are 312 public repositories matching this topic...
-
Updated
Aug 7, 2021 - Go
-
Updated
Aug 10, 2021 - 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
Aug 10, 2021 - TypeScript
-
Updated
Feb 13, 2018 - Java
-
Updated
May 25, 2021 - Go
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Go
-
Updated
Aug 17, 2021 - Go
-
Updated
Aug 4, 2021 - Elixir
-
Updated
Jun 8, 2018 - Go
-
Updated
Jul 8, 2021 - Go
-
Updated
Aug 13, 2021 - Ruby
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 1, 2021 - JavaScript
-
Updated
Aug 13, 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