Results 52 issues of Duncan Paterson

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.21.0 x64 **Electron**: 1.6.9 **OS**: Mac OS X 10.12.6 **Thrown From**: [tablr](https://github.com/abe33/atom-tablr) package 1.8.3 ### Stack Trace Uncaught TypeError: Cannot read...

**Describe the bug** Installation via homebrew fails on macOS with M1 chip. Works fine on Intel with an otherwise identical setup. The provided warning about missing java 8 is false,...

installer
macOS

Following the installation instructions in the docs the final step: `python demo.py` results in ``` File "demo.py", line 20 def page_make_binary_mask(probs: np.ndarray, threshold: float=-1) -> np.ndarray: ^ SyntaxError: invalid syntax...

While new issues keep appearing here, i have the impression that this repo has been superseded by the coder in [theia-blueprint](https://github.com/eclipse-theia/theia-blueprint). If that is the case, i would suggest to...

When using this template the generated `.gitignore` contains ``` webpack.config.js yarn.lock ``` neither file should be ignored. The first is for user modifications in combination with `gen-webpack.config.js`, so it makes...

Currently the app instructs users to create a collection hierarchy manually via `INSTALL.txt`, which supposes that users go looking for it in the first place. How about creating the expected...

cleanup docker and deploy step on CI

Building on the `master` branch is broken. To reproduce: 1. checkout `master` branch 2. run `mvn -q -DskipTests -Ddocker=false -Ddependency-check.skip=true -Dmac.signing=false -Dizpack-signing=false -Denv.CI=true -P '!mac-dmg-on-unix,!installer,!concurrency-stress-tests,!micro-benchmarks' clean package` 3. Result: ```...

bug
regression
high prio
needs resolution

**Is your feature request related to a problem? Please describe.** expath package authors might wish to modify what happens during installation based on the settings of an instances `conf.xml`. Memory,...

enhancement