Tay

Results 6 comments of Tay

> What is the use case that you want to get this information? As me know, there is no such api. I'm trying to distribute a third party tool, which...

Seems like someone else found a workaround to this already: https://github.com/express-validator/express-validator/issues/809#issuecomment-564408059

I gave up and made my own bitcore monitor. But I did look through the source code and it seems the function to notify payments for BTC is empty? Function:...

I just enabled sync and restarted the app. It asked me for my master password and then says it can't decrypt "TypeError: Cannot read properties of undefined (reading 'version')". I...

We also require this option in production. The only other viable workaround is to ditch this connector and use Logstash to consume messages from Apache Kafka, adding another potential point...

Instead of changing the build process, you could create a preprocessor like Carbon design did for their icons. Essentially the preprocessor would replace the imports with direct ones. Example: https://github.com/carbon-design-system/carbon-preprocess-svelte/blob/main/src/preprocessors/optimize-imports.ts