Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csells
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
csells
6mo ago
I wouldn't used the hell out of this the last time I was beginning a GitHub action.
2.
▲
by
csells
6mo ago
I've debugged GitHub actions before and it's a pita. I'd have used the hell out of this!
3.
▲
by
csells
5y ago
Dart as a platform provided the unique ability to target both JIT at development-time to enable sub-second hot reload and AOT for release apps, providing native performance when it comes to scrolling, animation, etc.
4.
▲
by
csells
5y ago
Dart as a platform provided the unique ability to target both JIT at development-time to enable sub-second hot reload and AOT for release apps, providing native performance when it comes to scrolling, animation, etc.
5.
▲
by
csells
5y ago
We find that most developers want their apps to look and feel the same on multiple platforms, with some relatively minor tweaks. Flutter itself handles many platform specifics automatically, e.g. scrolling physics, adding scrollbars, button
6.
▲
by
csells
5y ago
Flutter provides its own widget implementations and does not rely on those provided by the underlying OS. This gives us the ability to give you complete control over scrolling, animation, theming, etc. while still running at native speeds a
7.
▲
by
csells
5y ago
It depends on your definition of optimal. If you optimize for time, then pressing each button one at a time until a Coke comes out. Plus it doesn't take any brain cells so I can get back to coding quicker. : )
8.
▲
by
csells
6y ago
Actually, PMs love open, honest feedback. Keep it coming! Chris Sells PM, Flutter
9.
▲
by
csells
6y ago
Flutter 2 contains desktop support at the beta level on both the beta channel and the stable channel behind a config flag.
10.
▲
by
csells
6y ago
Wow. You have a great style.
11.
▲
by
csells
6y ago
Hey, all. I'm a PM on the Flutter team and happy to be able to fill out the set desktop OSes that Flutter supports with Windows (in addition to macOS and Linux). Got Qs? AMA. https://flutter.dev/desktop
12.
▲
by
csells
7y ago
Dart does have it's own compiler that targets the native instruction set for supported platforms, e.g. 32-bit and 64-bit ARM for Android and iOS, x86 for Windows and macOS, etc. We're experimenting with bitcode in case Apple decid
13.
▲
by
csells
7y ago
As one concrete use case, you could use Dart FFI to call Win32 APIs that implement Flutter plugins that support Windows. You should have network access via wifi w/o any trouble today but we do have work to do to support Bluetooth bette
14.
▲
by
csells
7y ago
If you're writing Dart targeting Flutter for web (flutter.dev/web) you are able to make calls into JavaScript/TypeScript. Chris Sells PM, Flutter developer experience
15.
▲
by
csells
7y ago
Thanks for the input!
16.
▲
by
csells
7y ago
I have heard variations of that most of my life. I always wanted to get into the Unix shell business on the coast so that the following would be true: "Chris Sells sells C-shells by the sea shore." Alas, another dream unrealized..
17.
▲
by
csells
7y ago
I'm the PM for the Flutter developer experience. I'm currently digging into the next steps for our desktop experiment with Flutter and I'm very interested to hear how your xplat desktop app dev options fall short. What do you
18.
▲
WebAssembly explodes client-side programming
(sellsbrothers.com)
5 points
by
csells
9y ago
|
0 comments
19.
▲
by
csells
11y ago
That's absolutely the goal, Colin. Give it a try and let us know what you think. Chris Sells Cloud Developer Tooling Product Manager csells@google.com
20.
▲
by
csells
11y ago
Mark, if you'd like to try our version of a "web based IDE that gives you access to work with any code you have in your private Google-hosted git repos", check out the Source Editor feature of the Cloud Source Repositories:
21.
▲
by
csells
11y ago
Thanks, nt. Cloud-based IDEs are the future, I think. Too many good reasons to have them.
22.
▲
by
csells
11y ago
To be clear, this is the current limit in beta and it's per repo, so if you have multiple cloud projects, you get multiple repos. We're thinking about adding support for multiple repos per project in the future. Would that be usef
23.
▲
by
csells
11y ago
I'm curious what kinds of additional features you'd be interested in here. In these comments so far I've heard code review, access control and online IDE. Would any of those be useful? What else would be useful? Chris Sells P
24.
▲
by
csells
11y ago
Of course, we're pretty proud of our git support. We also support "connected repos" where we keep a repo in Cloud Source Repositories in sync with a repo you specify on GitHub or BitBucket; if you make a change on GH or BB, i
25.
▲
Enabling the Tip Calculator in Your Brain
(sellsbrothers.com)
1 points
by
csells
16y ago
|
0 comments