John-John Tedro

Results 237 comments of John-John Tedro

Might look into more settings in the future.

> I believe we need to create our own editor with our own rendering someday, so we can add images, change the look of URLs, have custom to-do lists, etc....

Hey, In a typical Java application there are too many sources of runtime exceptions. Catching and handling them in middleware is absolutely necessary. My concerns with this PR are: It...

@pettermahlen I'll try to elaborate. The first objection was in short; it might discourage people from making use of _required_ middleware. To explain I'll ask the question: when would I...

> this helps you move the error handling from when you invoke an async method to when it returns/helps you avoid duplicating that error handling in both the immediate case...

> I can agree that this is probably not correct in all situations, but I also think that there exists situations where it makes perfect sense. Maybe. I would be...

👋 Thanks for sharing your code! So async support is one of the first things I look for when new persistent trees pop up in the Rust ecosystem and I'm...

Hey! From the README: ``` RelativePath only uses / as a separator. Anything else will be considered part of distinct components. ``` This constraint is in place to permit for...

Hm. There are a couple of points is like to raise that speaks against `new` performing a conversion. So due to the current semantics, conversion from a Path is a...

I think I understand what you want to accomplish: A convenient and cheap way of converting a system path into a relative path. In the example you brought up there...