Lee Benson

Results 33 issues of Lee Benson

This works fine when babels transpiles with a `es2015` preset. ``` import Alt from 'alt'; class SessionStore { constructor () {; this.bindActions(this.alt.getActions('Session')); } onUpdateId (id) { this.setState({ id }); }...

- fixes `sudo usermod -aG docker user` command (`user` and `docker` args switched)

Hey, just a heads-up that I included graphqlhub in ReactQL, my React + GraphQL starter kit available over at https://reactql.org Out-the-box, it includes the Hacker News component from https://www.graphqlhub.com/playground Hope...

This PR adds a `webpackReport` function alongside the existing `report` function to ``, to return module IDs via calls to `require.resolveWeak()` Unlike module names, IDs act as a unique identifier...

Topology stats should be deleted after the component is removed per https://github.com/timberio/vector/pull/4431#issuecomment-709452236

type: bug
domain: observability
domain: api

Are there any plans to provide `.d.ts` types?

I'm working on a project that needs to test expensive functions, generally taking anywhere from 2-30 seconds to run. Most of my tests in this project are integration rather than...

feature request

## Expected Behavior https://github.com/async-graphql/async-graphql/pull/791 added support for the `time` feature, implementing (among other types) a scalar value for `time::PrimitiveDateTime`. I would expect this to work with [sqlx](https://github.com/launchbadge/sqlx)'s `types::time::PrimitiveDateTime` re-export. ##...

bug

Following the [Koa example](https://github.com/60frames/webpack-hot-server-middleware/blob/master/example/koa/index.js), it seems some TS definitions are missing or out of sync with the lib. Adding middleware requires `any` casting, such as: ```typescript app.use(webpackHotServerMiddleware(compiler, { createHandler: (webpackHotServerMiddleware...

It's a big ask, but would love to see some WebSockets subscription support. Is that on the roadmap at all? Thanks for all of your hard work - this is...