Akshay Shekher

Results 9 issues of Akshay Shekher

## Description I tried building from source on my mac (arm) and ran into a couple of issues. - RocksDB incompatibility (#184) - SSE compatibility - x86 intrinsics not compatible...

build

Follow up from #377 This PR adds away users to the output of `/names` / `/list`

The project doesn't build on apple silicone yet, i think it's mainly because of the lack of assembly files.

enhancement
help wanted

In CMakeLists.txt `${SDL2_INCLUDE_DIR}` => /usr/local/include/SDL2/ (SDL2 installed via homebrew) `#include ` fails as the directory "SDL2" is not in any of the include directories. changing ```diff - include_directories(${SDL2_INCLUDE_DIR}) + include_directories(${SDL2_INCLUDE_DIR}/..)...

Updated deps using `go get -u` and fixed the broken APIs due to update. Changes: - Discord Permissions are now `int64` instead of `int` - Youtube API takes a string...

The sidebar links are not bold enough to be differentiable from the description. ![screenshot from 2016-01-13 10 18 39](https://cloud.githubusercontent.com/assets/2378083/12285410/d8ff4b24-b9df-11e5-9f9c-4147e369ec4e.png)

Status: In Progress
Needs Design

https://bernsteinbear.com/blog/bytecode-interpreters/ the article explains bytecode interpreters for lisp and can be used to improve ebisp.

this branch should allow the user to easily insert markdown equivalent tags on keypresses, so pressing should insert the italics tag _[cursor here]_ - [x] Keybinding settings class - [x]...