-
I've tried following the incremental steps in the CF [migration guide](https://github.com/seasonedcc/composable-functions/blob/HEAD/migrating-df.md) in a basic remix-forms implementation - mainly just…
-
First of all thanks for this awesome plugin!
When developing [Jetpack Compose](https://developer.android.com/compose), you work with a lot of (top-level) functions in a Kotlin file.
```kotlin
@…
-
`MarkerState` has `rememberMarkerState` for use in compose.
```kotlin
@Composable
public fun rememberMarkerState(
key: String? = null,
position: LatLng = LatLng(0.0, 0.0)
): MarkerStat…
-
This class: https://github.com/ros-planning/moveit2/blob/main/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/planning_component.h
This class builds a `::planning_interface::MotionPlanRequ…
-
We've had a client present an edge case that causes snapshots to fail when two different preview functions live in separate files with the same package/name:
```kotlin
// Snapshot1.kt
package com…
-
This would allow functions in the database to be used in LINQ queries. This includes:
- [x] Collection-valued composable functions, such as TVFs in SQL Server (#20051)
- [ ] Composable functions with …
-
### Description
Create transactions/spans for `@Composable` functions annotated with `@SentryTraceable`, so we can enrich events that pop up within that composable lifetime. The code to measure that …
-
I found this when updating to 1.4
Consider this case:
```kotlin
@Composable
fun Foo(
state: FooState,
toolbar: @Composable () -> Unit,
modifier: Modifier = Modifier,
bottomBar: @Co…
-
Right now we have one big loop which makes calculations in place, pull out smaller functionally so that the pull-style gossip we have can be converted to a push-pull style and get transactions to be p…
-
### What would you like?
Utilizing Vite + Vue and Cypress Component Test Runner, how would you stub a composable function since you can't stub the default export?
I can't find a decent example tha…