Luis Felipe Zaguini
Luis Felipe Zaguini
Implement a [Priority queue](https://www.geeksforgeeks.org/priority-queue-set-1-introduction/) This feature depends on the #12 implementation (Heaps)
Implement the [Binary Tree](https://www.geeksforgeeks.org/binary-tree-data-structure/) data structure
Currently the generated code doesn't import any dependencies. Here's what it generates:  One possible solution would be to include a configuration file to specify which package to include the...
Fixes #13 Relevant changes on the `typedNode` function at `definitions.ts`
Currently we are using "stock" prettier to create the TS file, but it would be better to allow a custom configuration that matches user preferences.
Currently the generated code doesn't prepend the `new` keyword on each `graphql-js` type:  Look at the `GraphQLNonNull` over there
When the TS project's `moduleResolution` is set to `NodeNext`, the completions API is not returning suggestions to import directly from the barrel file. See https://github.com/microsoft/TypeScript/issues/54764. There's some progress in https://github.com/zaguiini/typescript-virtual-barrel/tree/fix/add-barrel-completions-to-nodenext-projects.
It should be possible to ignore symbols on demand with a `@ts-virtual-barrel-ignore` comment on top of the exported declaration.
Related to https://github.com/Automattic/dotcom-forge/issues/5078. ## Proposed changes: This diff renames the "Copy" post action to "Duplicate." Copy is not great semantically as the action the user really is taking is to...
### Details We're defining our own version of the [`long-content-fade`](https://github.com/Automattic/wp-calypso/blob/trunk/client/assets/stylesheets/shared/mixins/_long-content-fade.scss) mixin and it's pretty much a copy-paste of [what we have in `@wordpress/base-styles`](https://github.com/WordPress/gutenberg/blob/6ecb4c7740c3767f30878a3c639367a290dbbfba/packages/base-styles/_mixins.scss#L63). It's a good idea to remove our...