Albert G

Results 49 issues of Albert G

Is it possible to limit the concurrent requests? Our package manager throws 404s when there are too many concurrent requests.

Basically title. There is a way to see forks of gists e.g. https://gist.github.com/kevin-smets/8568070 Would be nice to see the which one is changed ++ or -- the most.

enhancement

I have some of my own commands that I don't want to be completed. However, sometimes it'd be nice to use. Is there a way to "undo" the completion? Like...

**Reproduce steps** 1. `create-react-app` with template `graphql` 2. add dependencies for @graphql-codegen/typescript-react-query 3. modify `.graphql-let.yml` and add `schema.graphqls` 4. modify `.graphql-let.yml` to change `typescript-react-apollo` to `typescript-react-query` 5. run `graphql-let` Automated...

Hi, I'm the creator of Reless-js (https://github.com/Alber70g/reless-js) which is basically the same thing as unistore. I've used an `update` to update things in an async matter, but it's nicer to...

question

Is it possible to make a es-module variant where we can just do `import graph from "graphql.js"`?

The context of where the function is being called is lost. This is very unfortunate when I want to do some nested 'each' functions. Is there a way to overcome...

Is it possible to use custom property names for a select. For example I have the following array: ``` javascript [ { id: 1, name: "blaat" }, { id: 2,...

type: enhancement
ui: decorator
needs: PR

Is there any particular reason to structure the app based on technical properties of a file instead of functional properties? I can imagine that when a project grows in size...

question