bitPogo
bitPogo
**Describe the bug** In the current implementation, all calls pushes still to window._paq even if the tracker is disabled. **To Reproduce** Steps to reproduce the behavior: 1. Create a instance...
**Describe the bug** The Tracker pushes multiple time the page title as well as the url. **To Reproduce** Steps to reproduce the behavior: 1. Use trackEvent, trackPageView and trackEcommerceOrder in...
Hey, First of all thank you for maintaining this project - I used it excessively and it is pretty awesome! However I have just a question in regards to multi-round-processing...
Hey, First of all thanks for the great job! I am currently using stanza via spaCy for an small annotation projection project. However while integrating I realized that spacy-stanza uses...
I just wanted to know what the benefit is to remove/not implement getters and setters for `Object`, since I leaking here a bit of background.
This question refers only to the types, not to the actual code, since the usage there is clear by the context.
Some type definitions speak of `any` and the doc refers to `JSON`. Do those references mean in fact `object`? See an [example](https://github.com/asciidoctor/asciidoctor.js/blob/cb0db00597ae7ecfd65cc717f3e67f8c284d5abe/packages/core/types/index.d.ts#L1589-L1591)
According to the dec block in the types as well as in the code AbstractNode is a abstract BaseClass. For more semantical expression it should be marked as a abstract...
See [here](https://github.com/asciidoctor/asciidoctor.js/blob/cb0db00597ae7ecfd65cc717f3e67f8c284d5abe/packages/core/types/index.d.ts#L780) for example.
Retype any -> object See [here](https://github.com/asciidoctor/asciidoctor.js/blob/cb0db00597ae7ecfd65cc717f3e67f8c284d5abe/packages/core/types/index.d.ts#L3080).