James Holcomb

Results 19 issues of James Holcomb

Very cool repo... I use winston logging and pipe from stdin. What do you think about adding expand/collapse elements for JSON (perhaps similar to the JSONView Chrome extension)

enhancement
accepted

````js casual.define('mygen', function() { return { x: 1 }; }); var result = casual.populate('{{mygen}}'); ```` I thought it was a `stringify` issue, but it actually returns a string instead of...

Anyone have a working example?

Tested with https://github.com/codepunkt/mongoose-patch-history#b9d8abde29d0b1df5137f8c4565a73069aeff3d0 Perhaps this cannot be supported and should be mentioned in the README? ```js it('with findOneAndUpdate upsert', (done) => { Post.findOneAndUpdate( { title: 'findOneAndUpdateUpsert' }, { $set: {...

bug

````js import React, { Component } from 'react' import { View, Text, StyleSheet, TouchableOpacity } from 'react-native' import Ionicons from 'react-native-vector-icons/Ionicons' import { ActionSheet, ActionSheetItem } from 'react-native-action-sheet-component' import NavigationBar...

Test case using `react-native-navbar` ````js render() { return ( this.actionSheet.show() }} /> { this.actionSheet = actionSheet }} position="bottom" onChange={this.onChange} > ) } ```` When selecting an item the first time,...

```tsx setTabIndex(index)} currentIndex={tabIndex} badgeValues={[2, null, 1]} /> ``` The calculation of the width seems to based on the device, not the the layout. ![image](https://user-images.githubusercontent.com/362729/156696244-0b4c0e66-8f0e-41bc-9cd2-9d77224bc690.png)

- add onLongPress prop (only handles the passed func, does not change state) - add capability to init with no selected segments (i.e. currentIndex = undefined)...this almost works, but the...

Trying to get your included sample to work with AR by adding these to the BlogPostsController ``` [RoutePrefix("api/BlogPosts")] [DefaultHttpRouteConvention] ``` and using the following AR routing setup ``` public static...

### Steps to reproduce I want to extend the `authentication.oauth` config section with a custom strategy. However, the code errors with: ```sh /Users/jamesholcomb/code/app/node_modules/ajv/lib/compile/util.ts:211 if (mode === true) throw new Error(msg)...