Meai

Results 9 comments of Meai

apparently the node executable is missing, the file '/Applications/lighttable-0.8.1-mac/LightTable.app/Contents/Resources/app/plugins/node/node' just isnt there. put node there and see if it works..

Dartson was the only library that actually worked + quickly and easily given the sample code and it reminded me the most of how Gson from java or Newtonsoft from...

1. I would like a way to convert any result to a JSON string before it comes back. Sql Server has a 'FOR JSON', in other dbs I use json_agg...

@clstrfsck maybe I'm missing something obvious here but your command line example doesnt work for me. Based on your information I changed it so it works for me but maybe...

I'm using the sample code and the EnvironmentCredential aka DefaultAzureCredential doesn't work either: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/tutorial-logs-ingestion-code?tabs=javascript Even if I force the nodejs versions for everything I get the same error, the worker...

@KarishmaGhiya Your alpha package did not fully work for me, it now produces this error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'hash') at null. (index.js:6062:34) ``` I...

@KarishmaGhiya do `npm i` and then `npm run dev` in this folder: [workerd-repro-example.zip](https://github.com/user-attachments/files/18205205/workerd-repro-example.zip) The error I mentioned will appear in the console.

btw it seems like preview urls are not correctly disabled on deploy even though I've specified workers_dev = false as described here in the docs: [preview url docs](https://developers.cloudflare.com/workers/configuration/previews/#making-preview-urls-inaccessible) It only...