Burak

Results 10 issues of Burak

I am trying to implement Custom View Attributes using Butter Knife Gradle plugin. ```xml ``` ```kotlin @Styleable("DateTimePicker") class DateTimePicker(..) : View(..) { ... @Attr(R2.styleable.DateTimePicker_startTime) // Unresolved reference fun setStartTime(value: String)...

It would be great if we can have an option to give padding. In case if we want to have some widgets that interact with the text field.

### 🥰 Feature Description Give an option to use Google Analytics ### 🧐 Proposed Solution Next.js provides the necessary libraries. [Here](https://nextjs.org/docs/app/building-your-application/optimizing/third-party-libraries#google-analytics) is the docs. We could conditionally use this if...

🌠 Feature Request

This issue similar to #35. ```yaml hashtagable: 2.0.1 ``` ```dart HashTagTextField( controller: state.controller, focusNode: state.focusNode, keyboardType: TextInputType.multiline, maxLines: null, decoration: InputDecoration( hintText: 'Add a comment', isCollapsed: true, contentPadding: EdgeInsets.symmetric(horizontal: 8,...

I have the following SQL query using `ARRAY_AGG`. ```SQL select service.id, service.service, pro_service_category.*, ARRAY_AGG(pro_service_action.*) AS actions FROM pro_service_action JOIN ... where sa.account_id = @accountId and service.id = @serviceId group by...

Let's say we have a `Tweet` class that uses `Reply` as a field. This works on non freezed classes ```dart @json class Tweet { DateTime? created_at; String? tweet; Reply? reply;...

closes #12 I wanted to bypass geo types by making it String on the rust side to store the geom from SQL as a string. I've also added new features...

one of the migration files looks like this: ```sql CREATE EXTENSION IF NOT EXISTS postgis; CREATE TABLE IF NOT EXISTS trails ( id BIGSERIAL PRIMARY KEY, location GEOMETRY(Point, 4326) NOT...

### Issue Summary Can't initialize the Formbricks SDK on Nextjs App Routers but in configurations page I can see the status as `Receiving data 💃🕺` Following the docs in [here](https://formbricks.com/docs/app-surveys/framework-guides#app-directory)...

bug