Mark Harding
Mark Harding
See https://gitlab.com/minds/front/-/issues/3307
Gitlab task - https://gitlab.com/minds/minds/issues/864 Ability to enter code blocks across the site.
**Is your feature request related to a problem? Please describe.** We are unable to join our existing (non-k8ssandra) cluster due to partitioner mismatches. We are currently using `RandomPartitioner`. We see...
``` android.content.res.Resources$NotFoundException: Resource ID #0x7f020041 at android.content.res.Resources.getValue(Resources.java:1163) at android.content.res.Resources.getDrawable(Resources.java:713) at org.apache.cordova.splashscreen.SplashScreen.onConfigurationChanged(SplashScreen.java:186) at org.apache.cordova.PluginManager.onConfigurationChanged(PluginManager.java:507) at org.apache.cordova.CordovaActivity.onConfigurationChanged(CordovaActivity.java:456) at android.app.ActivityThread.performConfigurationChanged(ActivityThread.java:3879) at android.app.ActivityThread.handleConfigurationChanged(ActivityThread.java:3960) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1317) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5118) at java.lang.reflect.Method.invokeNative(Native Method)...
On avatar selection reports crash report: ``` java.lang.RuntimeException: Unable to resume activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=18, result=-1, data=Intent { dat=content: flg=0x1 }} to activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.NullPointerException: Attempt...
``` java.lang.RuntimeException: Unable to resume activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1000, result=-1, data=Intent { dat=content://com.android.contacts/contacts/lookup/2773r7275-2D2741372F3D3D273F292F494D.3280i6834d40844fcf7/7275 flg=0x1 }} to activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.NullPointerException at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2812) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2845) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2262) at...
**Is your feature request related to a problem? Please describe.** Docker hub imposes ratelimits. **Describe the solution you'd like** Published images to public.ecr.aws and possibly helm values.yaml having `global.imageRegistry =...
**NOTE**: `make test` is failing due to changes in how PHP 8.X handles errors being thrown. I'm unfamiliar with the testing framework. `TSRMLS_*` can be safely removed. See https://github.com/php/php-src/blob/PHP-8.0/UPGRADING.INTERNALS#L50
This NIP defines how events should be verified and signed to support generating events on behalf of someone else. It should be possible to sign Nostr events from other keypairs....