Joe Skeen

Results 36 issues of Joe Skeen

Installing the redux.NET Dev Tools NuGet package as shown in the documentation gets a very old version (from 2015). Attempting to use it results in a `MissingMethodException`. Looking at the...

I used to have one of these keyboards for my old palm pilot, but somehow it got lost. I just picked up one of these stowaway keyboards, but it was...

## ⭐️ Proposed change Most languages have some kind of built-in support or library for using regular expressions. It would be great to see this feature in Emojicode. ## 🤔...

I tried doing this: ``` 🐇 🧇 🍇 🍉 ``` But got this: `🚨 error: Expected Identifier but instead found Variable(🧇).` If I change the code to this: ``` 🐇...

From #284: > I'm working on installing @corytak's awesome micro front end for value set building, but we use different left/right margins, so things end up looking a little funky....

enhancement
docs

**Describe the problem this feature request is solving** Wouldn't it be nice if creating a new component in the Cashmere library was as easy as `ng g cashmere-component `? **Describe...

enhancement
Tech Debt

**Describe the problem this feature request is solving** An easy-to-use control for uploading / cropping / resizing images. **Describe the solution you'd like** This is my prototype for the control...

enhancement
new component

**Describe the problem this feature request is solving** Wouldn't it be great if setting up Cashmere in a project after `ng new` was as easy as this? ``` ng add...

enhancement

It's great that you can add all members of your team and display each person individually, but it would be really cool if you could create a single graph that...

Just tried installing and using this, only to find it tries to execute using `#!/usr/bin/python` which resulted in a bad interpreter error. As Python3 is now the default Python executable...