Chris Geirman

Results 11 issues of Chris Geirman

First of all, this looks great. Would be nice to be able to "close" with a swipe gesture rather than having to tap the close button, but still very nice....

Related to issue #9 Affected version: v2.1.5 Affects Android Only Work around: downgraded to v2.1.4 # Issue Summary With v2.1.5 installed, tapping any thumbnail greater than 10 causes unexpected behavior...

In my controller... ``` function index() { param name='params.page' default=1; quotes=model("quote").findAll(order="createdAt DESC", page=params.page, perPage=5, handler="quotesQry"); } ``` My view simply calls `#paginationLinks()#` but each page's link looks like this... ```...

bug
$50 Bounty

I've observed the following behavior when executing the following code... ``` redirectTo(action="index", success="DeletedYou've done good!"); ``` // config/settings.cfm set(functionName="flashMessages", encode="attributes") returns this error...Can't cast String [attributes] to a boolean //...

enhancement

## Feature Request As of Lucee 5.x, cfquery allows the developer to define various returntypes (e.g. query, array_of_entity, array, struct). Currently CFWheels has `findAll(returnAs="")` which is similar. A value of...

When there are other providers, does it matter in which order they're placed? Here's the direction I went with my expo app, but I thought others might have this question...

discussion

## Describe the Feature When the user has 1 bar isInternetReachable is true, but the connection may still be unusable from a practical standpoint. It would be great if we...

enhancement

I've cloned the repo, ran npm install, then tried to build Den.xcodeproj but receive the following error... > `./den/iOS/main.jsbundle: No such file or directory`

The [react-native-image-picker](https://github.com/react-community/react-native-image-picker) library doesn't return the filePath URI that [react-native-mail](https://github.com/chirag04/react-native-mail) expects as the path to the attachment. ## For example, right now you expect // Android /storage/emulated/0/DCIM/Camera/IMG_20171102_11304344.jpg // iOS /Users/anton/Library/Developer/CoreSimulator/Devices/9A15F203-9A58-41C5-A4FC-EA25FAAE92BD/data/Containers/Data/Application/79FF93F9-BA89-4F4C-8809-277BEECD447D/Documents/EFFF0ECE-4063-4FE5-984E-E76506788350.jpg...

`$ serverless project install serverless-graphql-blog` ``` Serverless Error --------------------------------------- Command "project" not found, Run "serverless help" for a list of all available commands. Get Support -------------------------------------------- Docs: docs.serverless.com Bugs: github.com/serverless/serverless/issues...