Tom

Results 5 issues of Tom

Is it possible to include the original, unparsed line in JSON output? For example taking a file like this as input: ``` num,type,desc 1,cat,furry ``` and producing JSON like: ```json...

Hi, is there a way to set the box size ahead of time, based on the full text? I'm struggling with lower elements on my page jumping around when the...

I'm finding that a lot of users aren't noticing that my pageflip is an interactive element. How are others getting around this? I'm using react / nextjs, site is at...

## Description When model is not found (or undefined) this is the error: ``` file:////node_modules/replicate-js/replicate.js:77 const mostRecentVersion = modelVersions[0]; ``` This PR changes that to eg ``` file:////node_modules/replicate-js/replicate.js:70 throw new...

Is there a way to detect failed share? This way I could at least pop up a modal so my users can manually copy & paste. Also... I realise a...