Abhijeet
Abhijeet
I'm running Gnome Shell 3.32.2 and release 18 of the extension. However, it fails to load with the following error message: ```TypeError: GObject.registerClass() used with invalid base class (is PopupBaseMenuItem)```
The `runSudoCommand` tries to launch `kdesudo` if `gksudo` doesn't exist. However, `kdesudo` has been deprecated in favour of `kdesu`.
Setting `ALWAYS_OFFLOAD_NODE_STATUS` without setting `nodeStatusOffLoad` results in workflow errors
### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issue exists when I tested with `:latest` - [X] I have searched existing issues and...
Title says it all.
[Interceptors](https://square.github.io/okhttp/interceptors/) could be used for this. This would be easier than checking if token is valid or not at every point in the codebase where a request is sent.
This commit introduces a bunch of code to add the ability to unenrol students from courses. The method is hacky, involving creating an HTTP session using a private token, followed...
If a user enrols to a course on the website and then attempts to enrol from the app once again, the app does not create a meaningful error. Ideally, the...
CourseContentFragment does not fetch course details, it only fetches course content. This is problematic when the fragment is directly launched from notifications. The course won't be available locally unless the...
``` 2021-01-18 12:58:25.965 E/AndroidRuntime: FATAL EXCEPTION: main Process: crux.bphc.cms, PID: 15642 java.lang.RuntimeException: Unable to start activity ComponentInfo{crux.bphc.cms/crux.bphc.cms.activities.CourseDetailActivity}: java.lang.NullPointerException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3270) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3409) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2016)...
Users may go change the notification settings willy nilly. We need to document (either within the app or the repo) the different preferences that need to be set at minimum...