-
Updated
Jun 17, 2021 - PHP
office
Here are 546 public repositories matching this topic...
Found few cyclical dependencies in the source code.
Example:
features/announcements/index.js -> exports ANNOUNCEMENTS_ROUTES and also imports AnnouncementsStore from features/announcements/store.js
features/announcements/store.js -> imports ANNOUNCEMENTS_ROUTES from index.js resulting in cyclical dependency.
There are few more modules where the same issue is present.
-
Updated
Jun 15, 2021
-
Updated
Jun 8, 2021 - Shell
-
Updated
May 25, 2019 - Batchfile
-
Updated
Jun 16, 2021 - C#
-
Updated
May 18, 2021 - C#
-
Updated
Apr 21, 2021
-
Updated
Jun 9, 2021 - PHP
-
Updated
May 10, 2021 - PowerShell
-
Updated
Jun 17, 2021 - Vue
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
May 6, 2021 - Swift
-
Updated
Jun 8, 2021 - Python
-
Updated
Dec 9, 2020 - C#
This is an Easy Hack.
Detailed description and rationale
We have documentation in loleaflet/loleaflet-api.html it would be great to transfer those bits directly to source code via comments in front of declarations for self documenting purposes. Please start small, picking one option at the time per PR
Example
1. Pick
Improve this page
Add a description, image, and links to the office topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the office topic, visit your repo's landing page and select "manage topics."
Add a terminal UI for Luckysheet, probably using blessed library: https://github.com/chjj/blessed (if your API is in nodeJS; works, but frozen), or https://github.com/jquast/blessed (if your API can be bound to Python; works, and is actively maintained), or use mighty old ncurses (in C; for the bold...). This would of course use the existing Lu