Ewan Harris

Results 75 comments of Ewan Harris

+1 to the `tiapp.js`, `tiapp.json` naming for filenames, imo unlike babel/eslint this file will be the primary config file for the project it resides in so a dotfile doesn't seem...

@m4610g could you please provide the log output for what you're getting? I believe you might be getting a message about the module version rather than the CLI version

@TheeAndre what SDK version are you building with? That should be fixed in 8.2.0 with [TIMOB-27367](https://jira.appcelerator.org/browse/TIMOB-27367)

I'm guessing there's some bad handling on the [CSS task](https://github.com/tidev/titanium_mobile/blob/24c9faf601bc3678c8fef7c324bfe6be0b53c151/cli/lib/tasks/process-css-task.js#L217) that's not raising the error. The `processImport: false` setting added in #7141 looks to have been removed in v4 of...

I'm guessing that's why the SDK sets `processImports: false` then. If you try the second suggestion of setting `inline: 'none'` does that work and your app still function as expected?...

@jfalcone, have you had anytime to try the fix I mentioned above to see if it resolves the issue completely and correctly?

@m1ga my bad, I forgot to include that the user on tislack had the config setting set. I'll go back and check on the info output, I'd only really tested...

Alrighty, take two at this. I've done the same as other methods that explicitly call a function when set. Although I'm not sure on the source of the failing tests...

@Franklin89, Node.js 19 could possibly alleviate some of the pressure from the amount of requests as it enables `keepAlive` [by default](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V19.md#https11-keepalive-by-default). That should allow HTTPS connections to be reused by...

~This will also be exposed in the activity pane under the "..." menu~ The above wasn't done, that isn't the right place. It was added to the file explorer context...