Jamie Birch

Results 104 comments of Jamie Birch

I found that the current release tagged as `latest` (`alpine:3.11.5`) presents this issue. However, `alpine:3.10.4` (and evidently the earlier `alpine:3.8`) does not. So I believe the issue must have been...

# Prior discussion I'd like to resurrect the original issue for this same topic, #1612, but it's since been locked. It originally had interest from @jeffwhelpley, @enchev, @NathanWalker, @eesdil, @NathanaelA,...

> Did this require you to write different platform-specific views, or is this the EXACT same file being rendered in the browser? I'm sure @bundyo will have received the summons...

Layout seems to be broken on certain platforms since a certain version of nodegui and I haven't been able to figure out the reason. I don't have a Linux setup...

Useful info, but I’m afraid I can’t get it to run on my computer!

Ah, yes, this is a duplicate of #72. So the status on that is that we can either have: - `@nodegui/[email protected]`: working layout, but broken `{#each}`/`{#if}`; - `@nodegui/[email protected]` to the...

Followed it a bit further, but haven't put any debug in yet. `runtimePackage` is determined by calling `this.$projectDataService.getRuntimePackage()`. So things could be going wrong either in `getRuntimePackage()` or `getInstalledRuntimePackage()`: https://github.com/NativeScript/nativescript-cli/blob/6de0c3e513da0b91f4deef84748417a842c4bbf0/lib/services/project-data-service.ts#L567-L655

Getting closer. It strictly expects the runtimes to be in devDependencies. Why is that? https://github.com/NativeScript/nativescript-cli/blob/6de0c3e513da0b91f4deef84748417a842c4bbf0/lib/services/project-data-service.ts#L602-L616 Moving them into devDependencies, my error is now refreshingly different: > Invalid Version: file:../../node_modules/@nativescript/android This...

I'm still having the same problem as you; using liuzhiyi1992's source code: 我到现在还是存在和你一样的问题。用[liuzhiyi1992的源码](https://github.com/liuzhiyi1992/SpreadButton/blob/master/SpreadButton/ViewController.swift): func runWithObjcCode(){ let zySpreadButton = ZYSpreadButton(backgroundImage: UIImage(named: "powerButton"), highlight: UIImage(named: "powerButton_highlight"), position: CGPoint(x: 40, y: UIScreen.main.bounds.height -...

(It looks like stevomit's fix hasn't been pulled into the main branch – that might be all that's needed to close this issue)!