Saket Narayan

Results 67 issues of Saket Narayan

JGit has a lot of bugs and its behavior often doesn't match with native git. It'd be nice to switch a library that uses native git wrapped with Java bindings...

help wanted
android

Testing of markdown rendering has mostly been a manual process so far, and is error prone. It'd be nice to write a screenshot unit test using that complains if any...

help wanted
android

Hello, I'm receiving several crash reports from one user with this stack-trace: ``` java.lang.RuntimeException: Unable to start receiver com.tattva.sup.receivers.SmsReceiver: java.lang.NullPointerException at android.app.ActivityThread.handleReceiver(ActivityThread.java:2856) at android.app.ActivityThread.access$1700(ActivityThread.java:156) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1440) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:157)...

Instead of asking clients to call `serializeNulls()` on adapters for models like `Submission`, `Message`, etc., do you think it's a good idea to return `serializeNulls()` by default from `ModelAdapterFactory`? Here's...

I don't know if I understand this correctly, but it seems that when using userless oauth, access tokens do not get refreshed after they expire, resulting in 401 errors. I...

Hey @mattbdean, I'm just updating to JRAW v1.0 and I have to say that this is fantastic work. I have one question -- I used to rely a lot on...

enhancement

Is it a known issue that items that aren't fully visible don't show up when they're within the padding area and clipToPadding is set to false with a certain padding...

**Describe the bug** When `flexmark` is used for parsing text such as `1. `, its generated `ListBlock` does not include any whitespaces after `1.` in its offsets. This becomes weird...

Hello, I'm trying to understand why does `BasedSequence#endOffset` is always 1 more than its index value. For example, this code prints `4` instead of the `3` I expected by assuming...

If I'm not wrong, there is no way to clear only the memory cache. `clearMemory()` is deprecated so this looks like an intentional behavior. I was hoping to clear my...

Type: Feature