William Watson

Results 9 comments of William Watson

I loaded 10 million items into a 500 million item filter today without issue. Your filter needs to be >> than the amount of items you want to put in...

Well, there's my problem. Didn't try it with raise. Sorry. I'll do that and get back to you.

+1 I'm trying to test something in every time zone to make sure it has the same output. Output of the times before calling Timecop.freeze: ``` testing 2014-10-30 14:02:02 -1200...

Also when you copy anywhere, multi-line copying doesn't really seem to be possible.

Yeah I can take a look.

At ApacheCon and working with Rich and Benjamin on some stuff at a Hackathon session on Barcamp day (sorry, Barcamp). We've been chatting about this issue and a couple things...

Duly noted about permanency. We've also thought up built-in short links like https://lists.apache.org/s/some-link where `some-link` would be a 2-way hash of the current permalink. The /s/ page/controller/whatever would then decode...

So in my estimation, the two-way encoding idea (it's not really hashing, I'm figuring out) doesn't really work because it doesn't actually shorten anything. Base64 encoding the current URLs or...