Darren Seet

Results 11 comments of Darren Seet

Actually if you do "localStorage.setItem('token', null)" and "localStorage.getItem('token')" following that it should give you "null". That is actually the correct behavior according to the W3C specifications for localStorage. The image...

Looking at this more should if be using bitcore-library instead of bitcore.

That's true. The reason I brought that back up was bitcore encompasses a lot more than bitcore-lib. So I thought that making it use bitcore-lib will be more modular if...

Hey @petersirka, Thanks for the quick reply. I was looking into a PR but it appears that you might have a whole lot of changes in what I believe is...

Hi @wesleytodd , Thanks I will look into adding in the comment.

Hi @wesleytodd, As an update I am still working on this. I had to switch to a new Mac so it took sometime to get everything up again. PR should...

@dougwilson Sorry for not understanding the structure of the project. Should I add the note to the Readme in https://github.com/expressjs/serve-static for this?

Thanks for the quick response and pointing out that the case-sensitivity behavior impacts more than serve-static. I just followed the chain of code in `response.sendFile`, I might need to debug...

This code does not look correct https://github.com/googlecodelabs/chrome-es2015/blob/7f3d24ce4ec706725e604814c5e56392054437cd/scripts/main.js#L149 based on the syntax of https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define And looking at this commit https://github.com/googlecodelabs/chrome-es2015/commit/7f3d24ce4ec706725e604814c5e56392054437cd I think the code was changed from document.registerElement but the function...

If you are still looking at this I think I might have a fix for it https://github.com/googlecodelabs/chrome-es2015/issues/11#issuecomment-526012370