Matthew Bafford

Results 34 comments of Matthew Bafford

[release 0.4.23](https://github.com/blacksmithgu/obsidian-dataview/releases/tag/0.4.23) (briefly) included all list items, not just tasks, which got a lot of the way there, so when that's re-released with the issues fixed, it should help. I...

@jamshid I just got this working (mostly) for a Maven build using [this docker image](https://github.com/slamdev/tiny-maven-proxy/): ``` docker run -p 5956:5956 --name tiny-maven-proxy slamdev/tiny-maven-proxy ``` Then running my `mvn` build steps...

@alexklibisz Off-topic for this issue, so I'll keep it brief here (more comments at the link below). I found it easier to scratch my itch by writing a quick Python...

It looks like, as of October 2018, the Google Play store listing is now being updated by @palachzzz. Here's the comment: https://forum.electricunicycle.org/topic/8311-wheellog-android-app/?do=findComment&comment=196851 From @palachzzz: {quote}I didn't expect this, but @Jason...

Confirmed the same result as the above reports - both pulling the binaries and building from scratch off of the current head #c19c20a The nil pointer dereference is happening on...

Throwing my thoughts/desire behind this enhancement. I just ran into a case where this would be very helpful. In my case, I had multiple files all of the same general...

I didn't see this PR when I fixed this in https://github.com/beancount/beanprice/pull/68 as well. So these two are duplicates. My PR also has a test for this case.

As mentioned here (https://github.com/beancount/beanprice/issues/60#issuecomment-1056918222), the issue @Nexus2k is mentioning (`timestamp` missing in the Yahoo response JSON) was solved already in an earlier commit, and is unrelated to what this is...

The other problem with [the workaround](https://github.com/ericgio/react-bootstrap-typeahead/pull/751#issuecomment-1334207344) is that the control also scrolls back to the top after selecting an entry. (on re-reading, I see @Huulivoide did mention that) This example...

This issue is fixed (very simple change) with #66 and #68 (same as #66, but with test case) - can we get one of those two merged into the main...