-
```
Name of affected component: Mobile Tracking
Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): libGoogleAnalyticsServices.a v3.0.9 on iOS
Issue summary:
At …
-
```
Name of affected component: Mobile Tracking
Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): Android - Analytics SDK V3
Issue summary:
Only some of the scr…
-
```
Name of affected component: Mobile Tracking
Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): libGoogleAnalyticsServices.a v3.0.9 on iOS
Issue summary:
At …
-
The current use of `Regex` lacks the composition one would expect from F#. It's also very noisy. The `parse` function is also quite noisy with its large `if .. elif .. else` block. The whole thing sho…
-
Currently, the regression tests for the grammar check only whether the inputs can be successfully parsed. Some basic assertions about the resulting ASTs are needed, as well as tests for inputs with pa…
-
**Describe the bug**
Given the following code for parsing a paragraph element:
```typescript
import { Window, DOMParser } from "happy-dom";
function tryHappyDom() {
console.log("\nTrying to p…
-
**Expected behaviour**
As I understand it from the docs, The following paths should be equivalent:
```
let span = tracer.startSpan("x", {
childOf: tracer.scope().active() ?? undefined,…
-
The snippet module seems to be broken on OSX with flash CC.
All the scripts show as folders and they don't execute when clicking on them.
Not sure if the problem is OSX or Flash CC yet
-
Hi,
I'm using version 4.1.0 of the library.
I'm calling `eventsource.start()` method to connect to the server.
I see that the library internally calls `call.execute()`
This `call.execute()` …
-
Add this file in acceptance folder:
``` gherkin
Feature: Content
In order to manage content articles in the web
As an owner
I need to be able to create and modify content articles
Background…