Valentin Agachi

Results 22 issues of Valentin Agachi

Add support for yarn workspaces in `no-extraneous-import` See https://classic.yarnpkg.com/en/docs/workspaces

## Changes Parse registry configuration from `.yarnrc.yml`. ## Context Closes #16353 ## Documentation (please check one with an [x]) - [ ] I have updated the documentation, or - [...

[graphql-playground](https://github.com/graphql/graphql-playground#properties) supports loading pre-defined tabs. It would be useful to get the same feature in GraphiQL v2.

enhancement
graphiql@2
@graphiql/react

**Is your feature request related to a problem? Please describe.** It would be nice to at least view the existing data types defined in a PostgreSQL database (e.g. [`ENUM` types](https://www.postgresql.org/docs/current/datatype-enum.html))....

enhancement
db/psql
accepted :+1:

Add the following JSDoc comments to the `example/User.ts` file: ``` /** The age of the person. */ age: types.number(), /** The first name of the person. */ firstName: types.string({ required:...

> [!Warning] > This PR is not 100% ready I was interested to see how far we can get with replacing `jest` with the new native test runner in Node.js...

Papr does not support the [`$` projection](https://www.mongodb.com/docs/manual/reference/operator/projection/positional/#mongodb-projection-proj.-) syntax: ```ts await Student.find( { semester: 1, grades: { $gte: 85 } }, { projection: { 'grades.$': 1 // this throws a TS...

bug
help wanted

Our team is trying to write a browser extension to create an autocomplete search feature inside Github for a 3rd party issue tracking system. We almost have it working on...

Starting with node.js v14.13.0 CommonJS modules are parsed to detect their exports bindings. In this case `pg` is triggering the lazy loading of the `pg-native` dependency. Please consider exporting the...

This is a great plugin, but I would like that the returned values be actual `Model` or `Collection` instances, instead of simple objects with just a `toJSON` method. https://github.com/strapi/bookshelf-cache-redis/blob/master/src/index.js#L88-L90 We're...