John O'Reilly
12/15/2024, 8:12 AMmbonnin
01/19/2025, 8:18 PMarnaud.giuliani
02/27/2025, 8:30 AM4.0.3-Beta1
- You can even remove KoinAndroidContext
or KoinContext
from the App.John O'Reilly
03/15/2025, 11:02 AMJohn O'Reilly
03/16/2025, 1:00 PMservice
type....
fun SessionDetails.isBreak() = this.type == "break"
fun SessionDetails.isService() = this.type == "service"
Ilya Goncharov [JB]
03/18/2025, 5:21 PMwebApp
and compose-web
, and compose-web
is built pretty fine and it works with run
task, but for webApp
I get an error
Maybe this project should be built only on CI?
So Iβd like to know is there some task which I could run to build the project (for all targets)
Execution failed for task ':webApp:generateApiApolloSources'.
> A failure occurred while executing com.apollographql.apollo.gradle.internal.GenerateSources
> e: ~/reproducers/Confetti/shared/src/commonMain/graphql/extra.graphqls: (6, 1): Apollo: unknown foreign schema 'cache/v0.1'
----------------------------------------------------
[5]:)
[6]:@link(
[7]: url: "<https://specs.apollo.dev/cache/v0.1>",
----------------------------------------------------
yschimke
04/02/2025, 6:43 PMyschimke
04/06/2025, 7:35 AMStylianos Gakis
04/06/2025, 8:20 AMyschimke
04/06/2025, 8:41 AMyschimke
04/06/2025, 8:48 AMyschimke
04/06/2025, 9:08 AMyschimke
04/06/2025, 9:09 AMJohn O'Reilly
04/06/2025, 9:43 AMJohn O'Reilly
04/06/2025, 9:57 AMJohn O'Reilly
04/06/2025, 10:44 AMbod
04/11/2025, 12:12 PMJohn O'Reilly
04/11/2025, 12:30 PMJohn O'Reilly
04/11/2025, 1:51 PMyschimke
04/11/2025, 2:20 PMJohn O'Reilly
04/20/2025, 8:10 AMJohn O'Reilly
04/20/2025, 8:42 AMJohn O'Reilly
04/24/2025, 4:00 PMJohn O'Reilly
05/15/2025, 6:33 AMyschimke
05/22/2025, 12:31 PMmbonnin
05/23/2025, 1:43 PMJohn O'Reilly
05/24/2025, 6:08 AMJohn O'Reilly
06/01/2025, 10:09 PMapollo-mcp-server
(https://github.com/apollographql/apollo-mcp-server/) and thought I'd try it out. A few hacks here and there but got it working at least for the get conferences query (shown here invoked from Claude Desktop).....not sure yet how other queries will work given use of header for conference name but might be way to configure that.John O'Reilly
06/10/2025, 3:50 PMzsmb
06/19/2025, 10:39 AM