Micah Jerome Ellison

Results 127 comments of Micah Jerome Ellison

I agree that this is a good idea. The `-not -tagged` and `-not -starred` approaches feel intuitive to me, and like there is less of a cognitive load for the...

Back to the original issue: I'm of two minds about this. The current markdown exporter assumes that anything in the entry that looks like markdown should be treated as such,...

@wren and I were just discussing how if we added this feature, it might be nice for jrnl to default to no search results when running destructive operations like `jrnl...

It looks like Microsoft is getting into the package management game with this new tool [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/). It's still in the works, but it looks promising and might be worth supporting...

Hi there! Thanks for filing this. We've been considering adding format plugins as well, and we've been eyeing the [pluggy](https://pypi.org/project/pluggy/) library because we really like it how it's working for...

We've already identified that we need to drop or replace ansiwrap, probably replacing it with rich. See #1191

I think we have an opportunity to remove asteval also. See #1435

The following dependencies have been updated relatively recently without issues and haven't raised any major issues for us: - cryptography - keyring - python-dateutil

`pyxdg` has been working well for us and was last updated a year and a half ago. Its [maintainer has mentioned that "running it on Windows is not really a...

Looking at parsedatetime today, which [hasn't been updated since 2020](https://pypi.org/project/parsedatetime/), though I do see [some PRs merged in throughout 2021](https://github.com/bear/parsedatetime/commits/master). It looks like it might be a dead project, though...