Dan Fabulich
Dan Fabulich
We can't pass them all at once, but we could pass them one at a time. (A separate PR, perhaps?)
Oohhh, this kinda sucks. I uncommented `console.log(identify_results.stdout)` and it said: ``` Warning: Story format could not be positively identified. Guessing blorbed zcode "Lost Pig" by Grunk IFID: ZCODE-1-070917-994E IFID: ZCODE-2-080406-ffffa377...
I accidentally hit submit too soon and our comments crossed simultaneously. EDIT: You were right, see below The issue appears to be that the file name is a randomly generated...
I filed a bug on `babel` and I've filed a tentative PR https://github.com/iftechfoundation/babel-tool/pull/40, but I'm not at all sure that's the right thing to do here. Hopefully @erkyrath will weigh...
Oh, hey, you were right, it _is_ because of multiple IFIDs. works just fine. I'll look into a PR to handle IFIDs.
I inspected the generated Kotlin of `TextFieldPlayground.kt`. On the main branch of `skipapp-showcase` at 721c45253fe34092b61b78de3a14d10cf336bd66 `TextFieldPlayground.kt` looks like this: ```kotlin TextField(LocalizedStringKey(stringLiteral = "(###) ###-####"), text = Binding({ _phone.wrappedValue }, {...
https://github.com/skiptools/skipapp-showcase/pull/21#issuecomment-2664021261 @marcprux wrote: > The problem is that Skip's preprocessor logic interpretation isn't all that smart: we don't handle much other than `#if SKIP` and `#if os(Android)` … everything else...
I found a better workaround, `#if !os(macOS) || os(Android)`, and filed a documentation bug #343 on this. Still, I really think this bug should be fixed, so users don't have...
This looks a little bit like #422, but I believe it is different, because #422 is resolved by cleaning the build folder; there appears to be no workaround for this...
The point of my bug is that the current layout makes skip application projects and library projects _inconsistent_ inside a workspace. Today, when `skip create` creates a basic app, it's...