Jake Potrebic

Results 184 issues of Jake Potrebic

The icons that appear in most other themes from A File Icon don't seem to appear with this one. If that's something you can add, that'd be great. I love...

When using the gh cli to checkout a PR from some repository, instead of adding the remote and then checking out the branch, it adds config entries for that specific...

Added an `@Regex` annotation that can be applied to method parameters. The use cases for this, are small validation requirements, that don't warrant overriding a whole default context for, or...

Missing a few valid encounters #### Feebas Feebas can be encountered on [Route 119 in Ruby/Sapphire/Emerald](https://bulbapedia.bulbagarden.net/wiki/Feebas_(Pok%C3%A9mon)#Game_locations) (that weird only in 6 spots thing), but I think that's still an encounter....

The map has 0 height. The 100% height is the element css but I have to manually set a px value for the map to show up... ![image](https://user-images.githubusercontent.com/15055071/58303049-1d866900-7da3-11e9-9474-c33cf53371d6.png) ![image](https://user-images.githubusercontent.com/15055071/58303059-2c6d1b80-7da3-11e9-93bb-092441aef883.png)

Is there a way to somehow apply a prefix to all columns from a certain table? I have several row mappers on a single query, and they frequently have overlapping...

In a bunch of places, I think exceptions should include 3 things. The input value (string for deserialization, object for serialization), the type (expected type for deserialization, initial type for...

feature request
component/core

All inventories that don't have block entity inventories associated with them, beacons, anvils, stonecutters, grindstone, smithing table, loom, cartography table had null inventory holders when that's not really correct. the...

This uses some pretty absurd solutions I think to fix some existing issues with bukkit's inventory system and inventories created vis Bukkit.createInventory(). I recommend people use the HumanEntity#openSomething methods cause...

type: bug

Potential fix for https://github.com/PaperMC/Paper/issues/7821 This is pretty workaround-y, basically creating an int ID to represent any possible nbt combination and it probably breaks something. but it does fix that issue...