Clifford Fajardo

Results 99 comments of Clifford Fajardo

@Olian04 - in this branch I tried to use `chrome.tabs` instead of browser to see if the web-extension polyfil was the problem, but it doesn't look like it is. Even...

@sendsent - Iā€™m curious, what version of Google? Thanks for reporting!

Hey @jacomyma - do you have a link to your github branch or a codesandbox link reproducing the graph's above? I'm new to using graphology and am learning how to...

Hi @Yanyan-Wang I created a new example using the new beta version with `comboCombined` layout Unfortunately, there is still overlap even with `comboCombined` set for the layout. I also updated...

@Yanyan-Wang - initial combo size incorrectly rendering seems fixed now thanks to your commit https://github.com/antvis/G6/pull/3575 šŸ™Œ Regarding "nodes with a specific comboId is rendering inside another combo", adding `comboPadding` using...

> Perhaps an intermediate .formData() API on the IsomorphicRequest would be a good thing to have meanwhile. We can use one of the polyfills in the wild to achieve it,...

@kettanaito - have you seen the [@remix-run/web-fetch](https://www.npmjs.com/package/@remix-run/web-fetch) package from the Remix team? With your history and context of the codebase do you think [IsomorphicRequest.ts](https://github.com/mswjs/interceptors/blob/main/src/IsomorphicRequest.ts) could be replaced with [request](https://github.com/remix-run/web-std-io/blob/main/packages/fetch/src/request.js) from...

Reporting an error I'm seeing with a page using `defer` to stream my page. Stackblitz reproducing the error (same behavior happens on my Mac): - https://stackblitz.com/edit/node-whsnyv I am using the...

Nice! I liked what you mentioned here in [#4107](https://github.com/remix-run/remix/pull/4107#issuecomment-1235969872) (comment below) > [with this new change] ...you can specify your own server file for Remix App Server to customize your...

@kiliman - do you have any recommendations on how to test these changes out for folks who want to give your changes a test run? - do you have a...