Andrew Myers
Andrew Myers
OSX Support
This looks like a great project! I did a quick test of the examples on OSX and they exhibit mostly blank screens. OSX Sierra Limn examples print: "OpenGL version 4.1...
I would like to enable image extraction on sites which require authentication. Currently the server fails downloading images and I get an epub with only the content in the HTML....
The Jackson encoder does not seem to be able to encode the body when the type is an interface and the runtime type is an implementation of that interface. I've...
Using `tree-sitter` 0.20.7 installed through cargo this grammar for a simple predicate calculus parser results in a conflict error when running generate: ```javascript module.exports = grammar({ name: 'Predicate_Calculus', rules: {...