Chris Parnin

Results 13 comments of Chris Parnin

There have been quite a few big changes in the code base, so the qcow2 build pipeline might have been fully tested. My guess for this issue: Differences in arm64/intel...

There is a good chance that the extension already works with Sublime 3. I just haven't had a chance to confirm and test it. Either way, its in the works.

Turns out dulwich, the "pure python implementation of git", doesn't have python 3 support yet. There was some effort to port it, but I'm not sure how reliable that is:...

@matt-hickford I believe going the native route is probably the only viable option at this point, but I haven't found (but haven't actively looked) for a good example that does...

Ideally, this can be an opportunity to try out some of the auto-summarization research work, e.g., "TOWARD GENERATING COMMIT MESSAGES FOR SOFTWARE REPOSITORIES" http://dspace.udel.edu/bitstream/handle/19716/12653/Casalnuovo,%20Casey.pdf?sequence=1 Can be a good student project...

Sounds like something nice to support one day.

There is actual a simple python script that does somelike this on a directory: https://github.com/avnik/autogit I'm not opposed to operating at the filesystem level. But when things are just a...

As a hack, we only have require a simple svg block and render it in html. ~~~ ```svg ... ~~~ ![image](https://user-images.githubusercontent.com/742934/90968547-6a338500-e4bb-11ea-91ce-1f92f1317a4c.png) Future version would probably upgrade this to a docable...

Same issue. Only happens when setting ListView with DataSource. Workaround to set width/height posted in https://github.com/dotnet/maui/issues/9905, works, which suggests related layout issue. ```xaml History ```

@ashemedai Great comments, thanks for the feedback. I think you are spot on that as soon as you "shelf" an item it gets removed from our thoughts. Specifically, [prospective memory](blog.ninlabs.com/2013/01/programmer-interrupted/)...