Wesley Harris

Results 6 issues of Wesley Harris

Trying to factor a multivariate polynomial in `GF2[x1,x2,x3,x4]/[x1+x1^2,...]` but getting the error "Only monic polynomials allowed" I'm using the poly `(x1 + x2 + x3)*(x2 + x4)*(x1 + x4)` as...

When `Browserify.opts.basedir` is set, all content is written to the common file, and the outputs specified by `{ outputs: [...] }` are blank. Before I realized that it was the...

I realize comments aren't documented (and thus probably not supported by) the NCBI docs linked in the parser file, but I feel this is something simple to support and makes...

Like the title says 😊

### Is your feature request related to a problem? Please describe When OffCanvas closes, it removes the nodes from the DOM rather than hiding them. This means that any children...

enhancement

I'd like to parse ClickHouse SQL which contains parameters for their [parameterized views](https://clickhouse.com/docs/en/sql-reference/statements/create/view#parameterized-view). The SQL looks like `CREATE VIEW view AS SELECT * FROM TABLE WHERE Column1={column1:datatype1}` Note the parameter...