Jason

Results 14 comments of Jason

I ended up porting a Python library to TypeScript to handle this. I am curious if compromise can do it and I missed it in the docs.

@spencermountain a python library called wordninja that calculates the cost of the split string using probability https://github.com/keredson/wordninja

I had this error when one of the packages in node_modules did not have a version in their package.json. In my case it was the generated .prisma/client

@grimmer0125 no I put a version entry into my prisma client package.json before building using pkg

Running 3.1.3 and Command C doesn't seem to work

Yes 10.9.2 On March 29, 2015 at 1:11:50 AM, Jérôme Lebel ([email protected]) wrote: I'm guessing you are using 10.8 or 10.9? — Reply to this email directly or view it...

Instead of trying to figure out their intent, could you enable dragging only by a drag handle on mobile?

Sometimes the LLM ignores the instructions on the format which breaks the entire thing...like it clearly says the last line should be "Final Answer: " but if it comes back...

I had this...you should try `pip install --upgrade langchain` to get the newest version

The answer seems to be something like this? ``` var metadata:MetadataType? = nil if let mediaMetadata = media?.metadata { switch mediaMetadata { case .metadataType(let metadataType): metadata = metadataType default: metadata...