Lee Henson

Results 10 issues of Lee Henson

I'm running rvm'd ruby 1.9.1 on osx 10.5.8, and I've just tried to generate a new app and run it without making any changes of my own. e.g. bowline-gen app...

**Is your feature request related to a problem? Please describe.** I am stitching together several graphql sources. They define custom scalar types, and I would like to be able to...

**Describe the bug** I want to filter a source schema so that some of it's members don't appear in my stitched schema. I think there are two ways of doing...

stage/4-pull-request

rather than having to manually specify colour codes in a settings file, is it possible to inherit the current theme's colours?

color scheme

I am working with a project at the moment that writes a couple of files from templates when it boots up. Because these files are written inside the directory structure...

enhancement
help wanted

## 🚀 Feature request ### Current Behavior ```typescript const foo = Do(TE.taskEither) .bind("te1", TE.right(1)) .bindL("te2", () => TE.right("wat")); ``` fails with: > Type 'TaskEither' is not assignable to type 'TaskEither'....

Hi. When I run `npm run test` on `master` (`6.16.0`) locally, I get this output: ``` #0 - 1 minute away from dst - #1 - current time 2:00am again...

bug

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

If you set batch_size to 1, you cannot use each to iterate over a collection. It looks like a cursor_id is never assigned, so while more? is false in Cursor#each....

**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...

Type: Feature Request
Platform: React-Native
Expo