Re: [racket-users] How to change package name on the package index?

2020-06-04 Thread Siddhartha Kasivajhula
@Alexis King , let's say I add the new package with the lowercase name but other metadata identical to the old one, including the github repo and the collection name. I would then update everything I care about to use the new package and then wait for a day or two for the docs to show up. At that

Re: [racket-users] How to change package name on the package index?

2020-06-04 Thread Siddhartha Kasivajhula
OK, that's a good idea. I guess that still means it would lose the metadata, correct? That seems less than ideal, but I suppose it's more of an aesthetic concern. Re: the broader case-sensitivity consideration, for anyone interested in additional context, it looks like the python package index is

Re: [racket-users] How to change package name on the package index?

2020-06-04 Thread Alexis King
> On Jun 4, 2020, at 21:23, Siddhartha Kasivajhula wrote: > > I'd prefer to avoid that since (1) it would lose the package metadata and (2) > it could be off the package index for up to a day (the package index refresh > cycle) during which time other packages depending on it would be broken

[racket-users] How to change package name on the package index?

2020-06-04 Thread Siddhartha Kasivajhula
A little while ago I uploaded a package to the package index and entered a Titlecase name for it. I've since learned that this becomes the identifier for the package that will be used by raco from that point on (as opposed to being used only on the package description page, as I assumed then). I'd

[racket-users] Re: current racket dynamic web performance in production?

2020-06-04 Thread Brian Adkins
On Thursday, June 4, 2020 at 1:45:30 AM UTC-4, Neil Van Dyke wrote: > > I'm now leading engineering at a startup with an established Python & > Flask infrastructure, and happen to urgently need an additional dynamic > Web service backend that's separate from the rest of our > infrastructure...