tison

Results 182 issues of tison

The last release is back to about a year ago. I'm currently pinning the version to `90d78d6` and wondering if nom will release for new commits in these days.

Hi developers, I'm writing a SQL parser with nom and encounter some issues that the order of `alt` is significant and even when nested rules the code can be hard...

Failed with using Spotless Maven plugin and palantir rule: ``` Caused by: java.lang.NoSuchMethodError: 'com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCImport.getQualifiedIdentifier()' at com.palantir.javaformat.java.RemoveUnusedImports.getSimpleName (RemoveUnusedImports.java:245) at com.palantir.javaformat.java.RemoveUnusedImports.buildReplacements (RemoveUnusedImports.java:225) at com.palantir.javaformat.java.RemoveUnusedImports.removeUnusedImports (RemoveUnusedImports.java:209) at com.diffplug.spotless.glue.pjf.PalantirJavaFormatFormatterFunc.apply (PalantirJavaFormatFormatterFunc.java:42) at com.diffplug.spotless.FormatterFunc.apply (FormatterFunc.java:32)...

Running `yarn dlx gts init` gives: ``` Unknown Syntax Error: Unsupported option name ("--ignore-scripts"). $ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--mode #0] ``` It doesn't hurt the final...

``` [ 0, 0, 0, 0, 0, 0, + 0, + 0 - -0, - -0 ] ] - Expected - 6 + Received + 6 ``` ```javascript it(`\`_.${methodName}\` should...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation So that we're sure that the fundamental functions of kvrocks2redis work...

enhancement
help wanted

I ever wrote a Java program with rocksdbjni - ```java import io.korandoru.zeronos.server.record.BackendRangeResult; import java.io.IOException; import java.io.UncheckedIOException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.function.Predicate; import lombok.extern.slf4j.Slf4j; import org.rocksdb.RocksDB; import org.rocksdb.RocksDBException;...

### Issue Checklist - [X] I am using NexT version 8.0 or later. - [X] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](https://theme-next.js.org/docs/troubleshooting.html). -...

Bug

`grammar { token ws { \s+ }; token zs { \s+ }; token TOP {['if' | 'if' 'else'] $} }.parse("if else").say # OUTPUT: «「if else」␤»` `grammar { token ws {...

regex

A number of webpack failures occur when I try to use this theme: ``` Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this...