Luis Felipe Zaguini

Results 33 issues of Luis Felipe Zaguini

Implement a [Priority queue](https://www.geeksforgeeks.org/priority-queue-set-1-introduction/) This feature depends on the #12 implementation (Heaps)

enhancement
help wanted

Implement the [Binary Tree](https://www.geeksforgeeks.org/binary-tree-data-structure/) data structure

enhancement
help wanted

Currently the generated code doesn't import any dependencies. Here's what it generates: ![image](https://user-images.githubusercontent.com/26530524/71543603-a1b15800-2953-11ea-9da7-399841d49140.png) One possible solution would be to include a configuration file to specify which package to include the...

bug

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: ![image](https://user-images.githubusercontent.com/26530524/71543622-de7d4f00-2953-11ea-8e14-63289d12a68b.png) 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.

bug

It should be possible to ignore symbols on demand with a `@ts-virtual-barrel-ignore` comment on top of the exported declaration.

enhancement

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...

[Type] Enhancement
[Status] Needs Author Reply
[Status] Needs Design Review
[Status] Needs Copy Review
[Plugin] Jetpack
[Status] Design Input Requested
[Status] Editorial Input Requested
[Status] UI Changes

### 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...

[Pri] Low
[Type] Task
[Type] Janitorial