Nicholas Thompson

Results 34 issues of Nicholas Thompson

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe I have a...

I'm upgrading my Laravel 5.2 app to Lumen 5.4 and have managed to repair my app to a point where I can at least log in again ;) So on...

Hi, I recently used 0.9.3b1 to load a 1.18.30 bedrock world where some witch huts had failed to generate in an earlier version in some chunks. I found those chunks,...

type: enhancement
priority: medium

https://github.com/harshq/react-native-mentions/blob/b1aac08c91e94b5cac3ddfd3df908da0aa71d828/src/MentionsTextInput.js#L77 This assumes all usernames match that syntax. We have a username with `@first.lastname`. The result of this code is that the keyword passed to our triggerCallback does not contain...

Can we allow multiple triggers? For our use case, we use `@` to target users and `#` to target channels. Different autocomplete values... As `trigger` is a string, it cannot...

So I type `@m` and get this... ![image](https://user-images.githubusercontent.com/384976/31352283-1aa77552-ad26-11e7-9e5e-cd8fa32805fe.png) If I select the user `martin`, this happens: ![image](https://user-images.githubusercontent.com/384976/31352310-357ab858-ad26-11e7-803d-2441833b3328.png)

Hi, I cant seem to find any existing recipes for smelting information (only crafting recipes). Would this be a new "topping"? For example: ``` data/minecraft/recipes/iron_ingot.json ``` That file contains: ```...

Hi, Just been trying out the slider as a volume control for my game (Cocos2D iPhone 2.1). It, mostly, works REALLY well... ``` slider = [CCControlSlider sliderWithBackgroundSprite:[CCSprite spriteWithSpriteFrameName:@"Slider-Bar.png"] progressSprite:[CCSprite spriteWithSpriteFrameName:@"Slider-Bar-Progress.png"]...

https://github.com/htoooth/Leaflet.ChineseTmsProviders/blob/d37298cbff01bb5397935ffa6e03907ea8bc2978/src/leaflet.ChineseTmsProviders.js#L75 Eg: http://www.google.cn/maps/vt?lyrs=m@189&gl=cn&x=12&y=6&z=4 ![image](https://user-images.githubusercontent.com/384976/103241861-5bb71780-494c-11eb-9a8b-ee931b716587.png) I'm sure this used to work... Has google changed the URL format?

It looks like this just reloads the code (which is fine!) - it might be nice if there was an option to force it to reload the unpacked version and...

help wanted
feature-request