Jeremy Gillick

Results 13 issues of Jeremy Gillick

I just installed apollo/graphql and added the alias `'@app/graphql': './src/graphql',` for my new graphql related code. For some reason this now transpiles `require('graphql')` statements within node_modules to `../../../../../src/graphql` and causes...

**Summary** This PR implements the following features: * [ ] Adds `dfu-util` as a standard menu upload option. This is a follow-up to (and dependant on) PR https://github.com/stm32duino/Arduino_Tools/pull/46. **Motivation** The...

This PR does three things: ## Default URL If the `data-url` attribute is not present, it will use the current URL. This is useful on blogs and sites where the...

### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/react-native-ui-kitten/blob/master/CONTRIBUTING.md) guide. - [x] I read and followed the...

# Monika Pull Request (PR) ## What feature/issue does this PR add * Feature: Adds a script probe type that will execute a local script for slightly more complex probes....

I'm having accessibility issues with this component. When using the Accessibility Inspector, it does not read the content of `MenuView` and only reads that there is a button there. In...

This PR adds bindings to the `FT_GetModemStatus` method as well as creates an event emitter that fires ever time any of the modem/line status values change. I'm planning to use...

Connect the accessible labels to bottom sheet actions/behaviors. ## Motivation The current accessibility attributes only talk at the user, but don't let a user using a screen reader (like iOS...

no-pr-activity

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug In the 7.0.0 changelog, under "BREAKING CHANGES" simply lists...

bug

If a large number of publish calls need to be made, they call all be batched into a single HTTP request to redis with a [pipeline](https://redis.io/docs/latest/develop/use/pipelining/). This PR attempts to...