Omar Diab

Results 94 issues of Omar Diab

We can add a GitHub action to monitor bundle size of the code

tooling
p2
perf

Should make sure that `bundle.js` is always available, as it went down with a recent merge to `main` today. We can use `pingdom` or something

tooling
p2

Was wondering why the bundle size of this as reported by Bundlephobia appears to be considerably (3x) larger than, say, `big.js`, which handles arbitrary precision arithmetic: * [big-integer](https://bundlephobia.com/[email protected]) * [big.js](https://bundlephobia.com/[email protected])...

For instance, the USA shows USN and USD and some others, but the actual daily use currency is USD and that's typically what I want to be retrieving. many other...

Table of Contents - [Expected Behavior](#expected-behavior) - [Current Behavior](#current-behavior) - [Possible Solution](#possible-solution) - [Steps to Reproduce (for bugs)](#steps-to-reproduce-for-bugs) - [Context](#context) - [Your Environment](#your-environment) ## Expected Behavior if local storage is...

enhancement
help wanted

**Is this about a tool (you're an end user) or about a code library (you're a developer)?** Yes. I already have RGBA arrays for my colors, so I don't need...

enhancement
npm package
Code integration

**Is your feature request related to a problem? Please describe.** Checking for new secrets every time we run commands just makes running every command slower; it has to do a...

enhancement

You might find our contributing section about [Submitting Pull Requests](https://github.com/tw-in-js/twind/blob/main/CONTRIBUTING.md#submitting-pull-requests) helpful. ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x]...

### Describe the problem `@twind/core` right now has a peer dependency requirement of `typescript@^4`, but typescript v5 has been out for a while, so adding this package also causes there...

✨ Feature Request

## Current Behavior (if applicable) From these code snippets: - https://github.com/graphql/graphiql/blob/57b5fcd8749bd1c54f4a6a04a9ab07316fd05e71/packages/graphql-language-service-server/src/findGraphQLTags.ts#L286 - https://github.com/graphql/graphiql/blob/57b5fcd8749bd1c54f4a6a04a9ab07316fd05e71/packages/graphql-language-service-server/src/parseDocument.ts#L58 Looks like the set of template tag literals that the LSP searches for are hard-coded to a...

enhancement
lsp-server