John Chapman
John Chapman
You need to reset that 'setSelected' state in your `override func prepareForReuse() {` method. The behaviour is because the cell is being re-used as-is. Eg, you probably need to add...
Perhaps related to #107 ?
I am too new to purescript, javascript, or d3 in general to fix this myself, however I'm happy to consider writing a patch if someone is willing to critically review...
Hello @zarik5, you're right, it is, however in VR-ASL, there are conventions to express the ASL handshapes needed and it surprisingly seems to works well enough in practice. - However,...
Indeed, camera tracking has significant limitations in terms of the tracking space and occlusion. I hope it gets better but with the current solutions it's not quite there yet -...
Hello! I wanted to point out that implementing support for using an "etag" can make a massive difference for clients, and avoids needing to figure out "how to decide when...
That is very very cool. :). I've created that ticket as you've suggested. :)
That has the following error: ``` • Couldn't match type ‘Web.Scotty.Internal.Types.ScottyT e0 m0’ with ‘Web.Scotty.Internal.Types.ActionT text-1.2.3.1:Data.Text.Internal.Lazy.Text IO’ Expected type: Web.Scotty.Internal.Types.ActionT text-1.2.3.1:Data.Text.Internal.Lazy.Text IO () Actual type: Web.Scotty.Internal.Types.ScottyT e0 m0 () •...
Or if I use Web.Scotty's middleware (rather than Web.Scotty.Trans's middleware), then I get the following error: ``` • Couldn't match type ‘Web.Scotty.Internal.Types.ScottyT text-1.2.3.1:Data.Text.Internal.Lazy.Text IO’ with ‘Web.Scotty.Internal.Types.ActionT text-1.2.3.1:Data.Text.Internal.Lazy.Text IO’ Expected type:...
I think the reason for the above is that I am trying to add middleware for specific routes - similar to the question raised in #187