pavlexander
pavlexander
I have found an issue with what looks like `typescript` definition problem. This is the `JSON.stringify` output of `GrayMatterFile` object: ``` { content: 'test2', data: { title: 'test1' }, isEmpty:...
**Library Affected**: "workbox-background-sync": "^6.5.3", "workbox-core": "^6.5.3", "workbox-precaching": "^6.5.3", "workbox-window": "^6.5.3" **Browser & Platform**: all browsers **Issue or Feature Request Description**: I have noticed 2 issues with `handlerDidError` callback. Base code:...
**Library Affected**: "workbox-background-sync": "^6.5.3", "workbox-core": "^6.5.3", "workbox-precaching": "^6.5.3", "workbox-window": "^6.5.3" **Browser & Platform**: tested on Edge **Issue or Feature Request Description**: After SW registers for the fist time (or user...
Is it possible to integrate into an existing `workbox` database? When using service workers - `workbox` (PWA solution for front-end) creates a database where failed HTTP requests are stored. It...
Hi, I am having troubles building CUDA files. Following prerequisites were done: - platform toolset: Visual Studio 2015 (v140) - configuration type: Static library (.lib) - precompiled header: Not Using...
The changes that were suggested in this pull request are meant to make kmcuda to be compatible on Windows from within VisualStudio 2017 environment. By default - the build fails...
Hello, A question. I have been wanting to write an article for educational use on how to write CLI/C++ wrapper on top of your C++ library. Do you have any...
Current version of trady (3.2.9?) does not do the `minute` to `hour` transformation. First of all - following part of code in `IOhlcvDataExtension` was changed previously: var tempCandles = new...
# Description I would like to report some issues with Ichimoku Cloud ## Issue 1: No `Displacement` parameter If you look at some implementations (https://www.tradingview.com/chart/) of Ichimoku cloud - it...
Using `.Net Core 3.1` console app: static async Task Main(string[] args) { Console.WriteLine("Hello World!"); var apikey = ""; var apisecret = ""; var user = new BinanceApiUser(apikey, apisecret); var api...