Omar López

Results 378 comments of Omar López

Maybe using the `t3-stack` GitHub tag? https://github.com/topics/t3-stack EDIT: Added a PR to add more info to the topic page: https://github.com/github/explore/pull/3196

This is how I'm calling the Map component: ```js ``` And this is my Map component: ```js import React from "react" import { withGoogleMap, GoogleMap, Marker } from "react-google-maps" const...

@Sodj > Also, for some reason, the prototypes I added to the Array object stopped working Adding to the Array prototype IS [considered a side effect](https://sgom.es/posts/2020-06-15-everything-you-never-wanted-to-know-about-side-effects/), you should not tree...

> @zomars are there any more benefits of preact other than reduced bundle size ? Other than reducing client side bundle size I'm not pretty sure. But every KB we...

I wouldn't worry too much about versioning as this change is easily reversible. Even [Next.js maintainers use this technique all the time](https://github.com/leerob/leerob.io/commit/74a3ebb14b81f785ea96f9c73fbe4f6c2463679c).

Closing since the gain/effort to debug tests is not worth right now.

@zlwaterfield @joeauyeung there's a type error to be fixed first:

Removed the union and added a fallback mechanism to remove malformed credentials. These shouldn't live in our DB.

Should we close this due inactivity @hariombalhara ?