Jacqueline Firth

Results 444 comments of Jacqueline Firth

I lost track of this issue, whoops. A specific tool I had in mind when I wrote this was a hypothetical command line tool that could do some generic CRUD...

Separate versions sounds simplest to me, but I have _very_ little knowledge about how that repository is set up so I'm just shooting in the dark.

That stance means it's impossible to reliably define private namespaces, which severely limits the use of PURLs. What would be the point of using PURL tooling if I can't get...

If you want to keep the common use case simple you can still do that. Just have each package system define what its default authority is. A scheme registration should...

> What is the Authority for tel: and mailto: ? 1. A scheme is allowed to specify that it has no authority, but that's generally reserved for cases where the...

See #17 for comments about public domain / CC0

@pombredanne MIT license works great

@sumnow Can we reopen this issue? The problem is that markdown code like this: ```` ``` python print(5) ``` ```` Should be formatted like this ```` ```python print(5) ``` ````...

This is a _very_ good idea. But I've never implemented a feature plugin before, or even used the feature profiler. Example code of other libraries doing this would be very...

Note: should probably gather together references to prior art here. Stream fusion is a very widely studied problem: - Racket has its optimizing `for` forms, of course. - Haskell exposes...