Results 33 comments of Chris

> Adding that I also hit a very slow build with bun `1.0.25`. As suggested above, `bun install --upgrade canary` resolved this for me. Just hit this very issue on...

I found you have to specify a width / height to the map in order for it to show.

> I have another problem with the redirect. > > After a JWT token is expired a server is sending the `307 Redirect` response. It turned out, that an sse-handler...

Any examples of doing a complete disconnect after running this event? Also if mail-listener2 is not taking pull requests I suggest going to mail-listener-fixed as I've been pulling together changes...

It appears this lib has found the fix https://www.npmjs.com/package/xs-mail-listener

Came here as I have the double char issue also. Did anything get merged in or a work around? I can see this one is failing some tests now.

Out of interest - why has this been an opt in/out flag? I'm unsure of what the reason would be to not have data tags set always in themes.

Good spot this was on my to do list to sort out on our store. I've noticed Shopify themes seem to be quite snappy with the back button caching well...

Not a problem - thanks for the pointers and extensive info. As I get time I will throw some PR's forward. I know on the discord chat there have been...

I'm wondering if I'm hitting the same issue here or it is different? ``` const promptTemplate = PromptTemplate.fromTemplate(botPrompt); const outputParser = new JsonOutputFunctionsParser(); const model = new ChatOpenAI({ openAIApiKey: service_token,...