Sully D Sheets

Results 20 issues of Sully D Sheets

The [Oak server](https://github.com/oakserver/oak) body parser, when encountering files in a multipart request, writes files to a temporary folder. [It uses `Deno.makeTempDir`](https://github.com/oakserver/oak/blob/bd7e6927735278da6b947a3f493c99b2435d5721/multipart.ts#L195). Deno Deploy errors with `Deno.makeTempDir is not a function`...

GitHub does not currently recognize the license text as CC0 (it currently says "View license" instead of "CC0-1.0 License") The license parser is very persnickety. This particular rendition is from...

The default process currently looks for node 18.7.0. That build does not exist (the latest release is 14.15.3). Ideally, the default run would try using the latest available release and...

from https://github.com/SheetJS/js-xls/issues/105 reported by @gavinrobertszeco 👍 ``` As a temporary solution, I have had to modify the source files to change the date/time formats within the table_fmt variable to suit...

from https://github.com/SheetJS/js-xls/issues/102 reported by @tburd ``` Hi All. First I would like to thank all users and admins here, The code is awesome. I am facing am issue while loading...

https://github.com/alewin/useWorker/blob/master/packages/useWorker/src/useWorker.ts#L64 If the `kill` method is called from user code, `isRunning` is never reset and https://github.com/alewin/useWorker/blob/master/packages/useWorker/src/useWorker.ts#L149 error is tripped the next time the worker is used. `setWorkerStatus(WORKER_STATUS.ERROR)` or `isRunning.current =...

bug

README.md says: ``` import { Chart } from 'frappe-charts/dist/frappe-charts.esm.js' // import css import 'frappe-charts/dist/frappe-charts.min.css' ``` https://frappe.io/charts/docs says: ``` import { Chart } from "frappe-charts/dist/frappe-charts.min.esm" ``` Is the CSS import required?...

https://github.com/myliang/x-spreadsheet

**Description:** There is no set of command line flags for a non-interactive start of a new cordova app without the free account prompt. When setting up a new project with...

triage