Rushied

Results 10 comments of Rushied

I am totally agree with you in 4, I tried install bun but it fail coz my old cpu

@Coleiras I fixed this problem, solution is in this PR -> https://github.com/XploitWizer-Community/XploitSPY/pull/135 @LuckyFishGeek the error you shared is css error it doesnt effect any functionality I think, the problem I...

@LuckyFishGeek please make this open until PR merged

Thank you Adam for this I wrote plugin today to support this, I found `tailwind-logical` is confusing when using `pis-` so I start one, I used `ph` (head) and `pf`...

I think astro a huge problem, astro support React, vue, solid, and another frameworks components, I think it is intersting to write one astro extractor if it is possible

I've encountered this issue as well, and I wanted to share that it seems to be intermittent. Sometimes the functionality works as expected, and other times it doesn't, without any...

I solved this proble currently by add this template tomy project ```ts import { I18nManager } from "react-native"; export function tw(strings: TemplateStringsArray, ...values: any[]) { // Combine the string literals...

direction modifiers work on react-native-web, so I edited my above template function as following ```ts import { I18nManager, Platform } from "react-native"; export function tw(strings: TemplateStringsArray, ...values: any[]) { //...

> @ws-rush i also added your code snippet but it does not fix the issue, > > one more thing do we always need to reload the app after switching...

I suffer with same problem for required fields, I do thier validation in `onMount` but this show error messages, I want similar behavior to RHF where it compare validation with...