lominus icon indicating copy to clipboard operation
lominus copied to clipboard

NUS Canvas file sync

Results 12 lominus issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220225172249-27dd8689420f&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Describe the bug** Certain folders within a module cannot be synced **To Reproduce** Steps to reproduce the behavior: 1. Sync for CS2102 2. Only Folders 'Cases', 'course_image' synced 3. Missing...

bug

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20220601225756-64ec528b34cd to 0.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/image&package-manager=go_modules&previous-version=0.0.0-20220601225756-64ec528b34cd&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Describe the bug** A clear and concise description of what the bug is. **it crash/quit unexpectedly after sync is enabled** **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug
unreproducible
windows

Advantages: - Integration with scripts and other other complex tools such as `crontab` - Use minimal resources instead of acting as a daemon + GUI - Easier user testing of...

enhancement

This MR addresses the UX of quitting the app. `cmd-q` now exits the app as expected and not just hide the app window into system tray. resolves #82

enhancement
ui/ux

Lominus not closing on Mac when pressing ⌘+Q or trying to restart the system. **To Reproduce** Steps to reproduce the behavior: 1. Open Lominus 2. Press ⌘+Q to attempt to...

enhancement
good first issue
ui/ux

This MR introduces the feature of auto updating Lominus on app startup or manually on button click. ![image](https://user-images.githubusercontent.com/55170539/184807912-5c8d4694-df12-4437-9524-5049b68ce6f4.png) **big thanks to**: @kevinchua6 @cedricongjh resolves #50

enhancement

**Is your feature request related to a problem? Please describe.** When someone starts the computer system, e.g. boot or reboot, the app has to be launched manually. **Describe the solution...

enhancement
good first issue