Saihajpreet Singh
Saihajpreet Singh
@Harjot1Singh isn't this already parsing the field? https://github.com/shabados/database/blob/655eb6d2c46bf3dfeec81bb013a65ea1358b5d63/lib/build-json.js#L172-L177
These should go in [@shabados/docs/database](https://github.com/shabados/docs/tree/dev/content/database) so we don't have to migrate later on
https://github.com/marketplace/actions/hayuna-github-project-automation Just need it to set such that labeler works first and then based on label assigned we can choose the project we want to add to and this will...
This is a way far better. https://github.com/microsoft/vscode-github-triage-actions
A find and replace CLI utility where you define what all files you will like to modify and it makes those changes and we can have it so that it...
responsive html tags are being used but can't seem to figure out why it is not working?
latest version of `pnpm` has this built-in https://pnpm.io/cli/patch and for old versions I have used a community maintained for of this package https://www.npmjs.com/package/@milahu/patch-package
You can checkout `graphql-yoga` - production ready, framework agnostic server which has built in support for subscriptions and many other great features https://www.the-guild.dev/graphql/yoga-server/docs/features/subscriptions
> Seeing `AND` when everything else is lower case feels a little strange. In the ticket and to make it more differentiable made these logical filters uppercase. Don’t have a...
actually need to make it recursive for picking up `OR` cause if we want to even mix and match `AND`/`OR` like wouldn't work. Unless we think cause of performance reasons...