-
```
What steps will reproduce the problem?
1. make
What is the expected output? What do you see instead?
compiled app for mac os x
What version of the product are you using? On what operating syste…
-
```
What steps will reproduce the problem?
1. make
What is the expected output? What do you see instead?
compiled app for mac os x
What version of the product are you using? On what operating syste…
-
Hey!
I've got a particular use-case whereby I sometimes need to select against the `:root` element, but Fizzler doesn't appear to support it:
```
System.AggregateException: One or more errors o…
-
Description: Add support for the Gedcom X format, allowing users to import and export data in this modern genealogical data standard.
Tasks:
Implement a GedcomX parser and generator service.
Up…
-
### Describe the bug
Whether I open a Dart file with the Treesitter parser installed, it takes about 2 seconds to open the file. It only happens with Dart, everything else works.
https://github.co…
Dieal updated
1 month ago
-
I was hoping to use lrama to generate a parser for a personal project and did a dive into the licensing since `LEGAL.md` mentioned that there are some GPL'd files in the tree.
According to the GNU …
-
I've been trying to work out what _exactly_ this section means:
> Implementations are required to support at least:
>
> * 24-32 repetitions of repeating rules, i.e.:
> * 32 terms separated b…
-
The following code gets mis-generated & causes a compiler warning:
struct a {};
union {
struct a b;
} u, *uu = &u;
becomes
struct a;
union
{
…
-
### Steps to reproduce
```jsx
import React, { Component } from 'react';
import { withRouter } from 'react-router';
import { withStyles } from '@material-ui/core/styles';
import withWidth from '…
-
This is the error when parsing [this](https://github.com/seveves/vis/blob/master/lib/network/modules/Clustering.js) file using "closure2ts Clustering.js Clustering.d.ts". Of course this happens with e…