event-management
Here are 317 public repositories matching this topic...
-
Updated
Mar 16, 2022 - PHP
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 6, 2022 - PHP
-
Updated
Apr 23, 2022 - TypeScript
-
Updated
Jun 9, 2021 - Python
-
Updated
Mar 23, 2021 - PHP
func makeFn(a int) event.ListenerFunc {
return func(e event.Event) error {
fmt.Println(a)
return nil
}
}
func main() {
evBus := event.NewManager("")
f1 := makeFn(11)
evBus.On("evt1", f1)
f2 := makeFn(22)
evBus.On("evt1", f2)
evBus.RemoveListener("evt1", f1) // DON'T REMOVE ALL !!!
evBus.MustFire("evt1", event.M{"arg0": "val0", "arg1": "val1"})
}
-
Updated
Apr 22, 2022 - Java
-
Updated
Apr 24, 2022 - PHP
-
Updated
Nov 10, 2017 - TypeScript
-
Updated
Apr 22, 2022 - PHP
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Nov 20, 2021 - PHP
-
Updated
Apr 5, 2022 - Jupyter Notebook
-
Updated
Apr 18, 2022 - PHP
-
Updated
Apr 18, 2022 - C++
Is your feature request related to a problem? Please describe.
The carousel element at the bottom of the event page looks kind of awkw
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Aug 26, 2021 - TypeScript
-
Updated
Mar 7, 2022 - PHP
-
Updated
Apr 22, 2022 - Python
-
Updated
Jan 19, 2019 - PHP
-
Updated
Apr 12, 2022 - Ruby
-
Updated
Jul 1, 2021 - Java
Update CS fixer
Current Behavior
CS fixer is locked to v2.14 in composer.lock, but the CI uses the latest v2.16 which has updated rules for @Symfony. These now include for example no_superfluous_phpdoc_tags and ordered_imports (keradus/PHP-CS-Fixer@a0df282).
How to reproduce scenario
Submit any PR that is not compliant with th
Improve this page
Add a description, image, and links to the event-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event-management topic, visit your repo's landing page and select "manage topics."
Description
file.replace with backslash_literal throwing the following traceback.