Marco Alves
Marco Alves
Hi there, I'm problem making a very basic mistake in trying to get useWorker to work. Any hints/pointers would be very helpful. Thank you. Context: I'm trying to use `useWorker`...
Using TKCalendarMonthView as the main view is "easy as pie". However, using it as subview of a view defined in a xib seems near to impossible. See picture bellow. ![screen...
(Hobbyist here) I get the error: `Module '../module/module.js' was resolved to '/.../src/module/module.js', but '--allowJs' is not set.` even though I have `allowJs` property set to `true` in: `src/tsconfig.app.json` `src/tsconfig.spec.json` `tsfconfig.json`...
I'm trying to print out all the cells string values of one worksheet using: ``` if let worksheets = imported.worksheets { if let firstWS = worksheets.first { let cells =...