<nick> @robertknight: Hypothesis is eating 100% CPU again...
<nick> looks like there's no backoff when retrieving `/app`
<seanh> Ok, shall I start looking into api tokens for devs? Looking for something to do
<judell> seanh: NIPSA?
<seanh> I think that was just a mis-capitalisation of a username
<robertknight> @nick: Right, I can take a look at that.
<nick> sorry to keep throwing things at you, Robert
<nick> feel free to just create issues for them atm
<seanh> I seem to remember some talk that api keys were gonna be hard to do, but it doesn't _sound_ hard at first glance
<nick> @seanh: sounds good, although we should probably catch up on that one tomorrow
<judell> seanh: I see that you added a variant of the username, I am still seeing an annotation I think I shouldn't (at the URL we cited elsewhere)
<seanh> I've got about an hour to go today, so I can start looking, and then we can catch up tomorrow morning?
<nick> yep!
<nick> sounds great
<seanh> judell: Where's this annotation then?
<judell> I'll send it on another channel
<nick> @judell: don't you think that perhaps the API token story is more important that the NIPSA thing?
<seanh> judell: I can't seem to find that annotation in the sidebar
<seanh> Are you seeing it in the sidebar, or just on the annotation's page?
<seanh> Let's just figure out if the nipsa thing is actually a thing, if there's a bug I'll probably leave actually fixing it aside for later
<judell> "Let's just figure out if the nipsa thing is actually a thing," Yes, that's what I want to know. Yesterday the offending annotation was not being blocked in the sidebar, now apparently it is, however not blocked on the stream. I'll try some more tests today.
<seanh> judell: Are you seeing it at `/stream`? I'm not
<seanh> Nipsa doesn't block the individual annotation pages
<judell> OK, fair enough. In that case I think we're all set. So the problem was mixed-case vs all-lowercase username? In the UI the name shows up mixed-case but NIPSA wanted it lowercase?
<seanh> We have a whole lot of different variations of user names and ids in the code
<seanh> We should make nipsa work regardless of capitalisation, though
<seanh> We could even do auto-suggest of user names too
<judell> Meanwhile though, for future reference, lowercase is guaranteed to work?
<seanh> But I imagine it's low pri
<seanh> Yes, in fact it _has_ to be lower case always
<judell> OK, good to know! Now please go make use a dev token! Thanks Sean.
<seanh> Cool
travis-ci joined the channel
travis-ci
hypothesis/h#10024 (add-help-text-to-nipsa - 65b4dad : Sean Hammond): The build passed.
I have a question about hypothesis? Can you use Hypothesis on a page that loads portions dynamically i.e. by scrolling?
vannevar has quit
hslack
<robertknight> kwesi: You can _create_ annotations on pages that load content dynamically but the client will not anchor annotations that are not present in the initial page load AFAIK
lucidbard has quit
<judell> kwesi: I'll add that those unanchored ("orphan") annotations are indeed fetched by the client, but not currently displayed. We will soon have a home for them in the UI so they'll appear even though they cannot anchor.