Lee Newson

Results 30 comments of Lee Newson

So I created a brand new account on Cloudflare to make sure it's not our zone/account (as I can replicate on both our prod and test accounts). I was able...

Re creating a worker with with an underscore in the name, it seems using `deploy` will create one (I did not expect that). Trying to create it via the UI...

@petebacondarwin thanks for looking into this, it's a strange one. I've asked someone else to attempt to reproduce given these steps but they get the same error as me. I...

@petebacondarwin if it helps to track down the issue, I found https://github.com/cloudflare/workers-sdk/issues/3264 which seemed to be similar to the error mentioned (granted that was for Windows not macOS). If I...

I should also add if I do the fetch directly from the Node REPL it works: ``` [/tmp/test-worker] is 📦 v0.0.0 ➜ node Welcome to Node.js v20.11.1. Type ".help" for...

Maybe? I was also wondering if it was location based maybe (I'm in Australia). As an extra test, I also tried to replicate using a docker container (`node:21`) with an...

> > I wonder if this is related? > > https://www.digicert.com/kb/ssl-support/underscores-not-allowed-in-fqdns.htm So I think you might be right here. I just don't know why it's not failing all the time...

Hi @codingyourlife, thanks for the submission. I can confirm we don't currently have this functionality, so I've marked this as a feature request for our Product Team to review.

Hi @DNWEIJ, I can confirm that you can't currently do this. Part of the reason likely relates to the fact the UI needs to be responsive, so `cols` probably doesn't...

This issue should have been resolved back in TinyMCE 5.0.13. I attempted to use the original fiddle with TinyMCE 5.2.2 and it no longer throws an exception during init. For...