James Gentes

Results 51 comments of James Gentes

I ended up switching ```js import { LinksFunction, MetaFunction } from '@remix-run/node' ``` to ```js import { LinksFunction, MetaFunction } from '@remix-run/cloudflare' ```

Thanks for that, I appreciate the tip. On Sun, Dec 14, 2014 at 4:01 PM, baffleinc [email protected] wrote: > I'm using PHP, so in my code I do the following:...

This is a great enhancement.. quick question: are the coffeescript files necessary for the new features to work?

This also happens for `.tsx` files, of type `Typescript-JSX`

I figured out the issue - apparently this setting became `enabled` in one of your updates. I don't think I turned it on manually. When I turned it off, everything...

Following @subuta's lead, I went with the approach I had used in my webpack-dev-server config (but pasted into `.proxyrc.js`): ``` const express = require('express') const path = require('path') module.exports =...

This caught me, seems like overwrite should be `true` by default.

A good alternative is to just use the web js implementation and load the plugin manually rather than using the Provider, which seems to not have any drawbacks: https://posthog.com/docs/libraries/js ```js...

This seems extremely inefficient and wasteful.. a request for 2 components returned 325,419 tokens! Claude warns when it's higher than 10k. ```mcp__mui-mcp__fetchDocs { "urls": [ "https://mui.com/material-ui/react-dialog/", "https://mui.com/material-ui/react-modal/" ] } ```...

I created a simple MUI MCP that works well - you can 1-click install your own to Cloudflare or use the one I created: https://github.com/jgentes/mui-mcp-cloudflare [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/jgentes/mui-mcp-cloudflare)