Kasper Østerbye

Results 82 comments of Kasper Østerbye

I tend to agree that such things I ask for should not be inZnUrl. It will be chaos if everybody wanted their hobbyhorse scheme supported in ZnUrl. Perhaps a way...

I highly appreciate the `#withRelativeReference:` method - it is more than just a little useful. The situation arose in a piece of code where I have a uri, which is...

One definition of `isAbsolute` could be based on [rfc3986#appendix-A](https://datatracker.ietf.org/doc/html/rfc3986#appendix-A). My reading of the grammar is that absolute would be either if the URI-Reference has a scheme, or if the path...

> The trailing slash is a way to make clear this difference, just by looking at the path, that is what ZnUrl does. It should be possible to work with...

Indeed only on local machine. The situation is that `/User/kasper/tmp` asFileReference isDirectory is true, whereas `/User/kasper/foo` asFileReference isDirectory is not (I do not have a foo directory). Let the issue...

> Yeah, the name is maybe a bit strange, don't forget that URLs are for much more than just file references. So true! But it is also for file references...

Still here as per 2021-01-29. Should this "About" window be changed to use Spec2 instead of Polymorph? (Seems like Spec is missing a simple API for modals (alerts, notifications, confirmations,...

Yes, I mistook the apple about and the pharo about...

I decided to try this as it has been a while since I last worked on something not Microdown. The solution seems to be to add this method to VersionBrowser:...

I put a PR in NewTools https://github.com/pharo-spec/NewTools/pull/430