Results 18 issues of Nick Aversano

It would be nice to use pascalcase, camelcase and a new snakecase helper to transform between all three. Currently: ``` pascalcase('FooBar') # returns 'Foobar' camelcase('fooBar') # returns 'foobar' ``` You...

### What OS are you using (`uname -a`, or Windows version)? ``` Darwin Nicks-MacBook-Pro-2.local 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64 ``` ### What...

possibly stale
os: macos

## Bug ### Expected behaviour Dragging an item maintains the proper positioning. ### Actual behaviour The item is pushed down by the height of the neighboring element. ### Steps to...

idea 🤔

It'd be super cool if this could support signing a user into a service and rendering it on the FormFragment: email, Trello, Jira, Github, Google, etc.

feature request

The DrawFragment should not override the original imageUri, but instead copy it to a new uri to allow undoing a drawing after it has been saved.

bug

If the user rotates the device while drawing, the paths are not translated. Possible fixes are: translating the paths accordingly or preventing the Paper view from being rotated while drawing.

bug

In order to match the look and feel of other apps, shaky should allow users to customize the looks of all the views.

feature request

Just an idea, but could help with discoverability of the endpoints to return responses for paginated endpoints like: ```js { page: 1, count: 10000, next_page: "https://api.umd.io/v1/courses?per_page=100&page=2", prev_page: null, page_count: 40,...

enhancement

Perhaps I'm one of the only developers who likes to do web things on Windows, but it would be awesome if this project had support for Win32. I'm not entirely...

When compiling on WSL2 Ubuntu I get the following error: ```bash nick:~/dev/_lib/httpserver.h master$ make cc -O3 -std=c99 -Wall -Wextra -Werror test/main.c -o http-server In file included from test/main.c:2: test/../httpserver.h: In...