Dan Beall

Results 5 issues of Dan Beall

Hey @mpdehaan! I saw the work being done with the pip module and decided to take a shot at whipping up a npm module. Something that I'm questioning is if...

**I'm submitting a ...** [ x] bug report [ ] feature request [ ] support request **Steps to Reproduce** When using the [timer](https://yannbf.github.io/ionic3-components/#/countdown) with Safari the circle does not display...

Interested in if there's support for LSIF in the roadmap. I saw there's [lsif-java](https://github.com/microsoft/lsif-java) which uses lsp4j, but I'm not sure if they have discussed potentially contributing back to lsp4j.

Reading the Apple pay [docs](https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html#//apple_ref/doc/uid/TP40010573-CH104), the Json sent to Apple to validate a receipt is as follows. Key | Value ------------ | ------------- receipt-data | The base64 encoded receipt data....

question
server

Why are you setting the id based on the time? In your ComputerRepository.java ``` public CompletionStage insert(Computer computer) { return supplyAsync(() -> { computer.id = System.currentTimeMillis(); // not ideal, but...

status:backlog