Ravener

Results 36 issues of Ravener

This is very useful for when converting the tree back to source code to know where parenthesis have been used by the user. This is inspired by [acornjs](https://github.com/acornjs/acorn/tree/master/acorn) and is...

You shouldn't add the omitempty attribute to MessageEdit's embed field, a nil field is valid. I'm trying to edit a message that has an embed but i want to remove...

### Problem description ``` ~/love  apktool b -o game.apk test 32 bit support is deprecated. Apktool will not support 32bit on v3.0.0. I: Using Apktool 2.6.1-dirty I: Checking whether...

bug report

### Problem description The default `ldc2` command fails with the following linker error, however changing the linker to use `ld` seems to work fine. ```sh ~/d  ldc2 test.d ld.lld:...

bug report

I know that mongodb dropped support for 32-bits but you could package an older version, I believe v3.4.2 is the latest that can run on arm32 I also found this...

Is this supposed to run on Android or is any support planned? After running the Lamborghini example I got: ``` Error 3DreamEngine/init.lua:190: The rgba16f canvas format is not supported by...

Instead of having seperate .up.sql and down.sql it'd be nice to have something like https://github.com/rubenv/sql-migrate which allows comments like `-- +migrate up` and easily allows both up and down to...

### Package description LÖVE is an awesome 2D game framework for Lua. ### Home page URL https://love2d.org ### Source code URL https://github.com/love2d/love ### Packaging policy acknowledgement - [X] I have...

package request
x11

### Why do you want to add this package to Termux? An extremely fast JavaScript and CSS bundler and minifier ### Home page URL https://esbuild.github.io ### Source code URL https://github.com/evanw/esbuild...

package request

I'm quite confused about how screen resolutions is handled and I found that in `love.load` I have a smaller width/height returned by `love.graphics.getWidth()/getHeight()` but immediately after `love.resize` is called with...

bug