Dan Beall
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....
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...
``` Python 3.11.11 (main, Mar 11 2025, 17:28:32) [Clang 20.1.0 ] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from optimum.intel import IPEXSentenceTransformer Traceback (most recent...
### Describe the bug Hi! I'm running the latest 2.7 Pytorch+XPU and 2.7 IPEX I'm using the Intel Arc B580 card. I end up with the error ``` AttributeError: module...
I think a max of 64 bit integers are allowed as the id in addItem / addItems
How to use this library with Apple Silicon (ARM)? Thanks!