I think all modern browsers have features to go back and forward using two fingers at laptop TouchPad.
When we swipe from left to right then go back
When we swipe right to left go forward
It is a very useful for navigation so please implement it as soon as possible
Thanks
Best posts made by riteshrhkr
-
Swipe with two fingersSuggestions and feature requests
Latest posts made by riteshrhkr
-
Unnecessary keywords in response code generated by AriaBugs
When ever I request for a code or correct my code then it add unnecessary tags in java code like
@Bean public <link>SecurityFilterChain</link> securityFilterChain(HttpSecurity http) throws Exception { http.csrf().disable() .<link>authorizeRequests</link>(authorize -> authorize .<link>antMatchers</link>("/user/**").hasRole("USER") .<link>antMatchers</link>("/admin/**").hasRole("ADMIN") .<link>antMatchers</link>("/").permitAll() .anyRequest().authenticated() ) .<link>formLogin</link>(); return http.build(); }
Language - Java
I don't know if other languages have same issue -
Swipe with two fingersSuggestions and feature requests
I think all modern browsers have features to go back and forward using two fingers at laptop TouchPad.
When we swipe from left to right then go back
When we swipe right to left go forward
It is a very useful for navigation so please implement it as soon as possible
Thanks -
[Suggestion] Allow edit previous questionsFeedback
Sometimes questions are long and if I want just a little update in that question then I have to copy paste and then edit again and again for each update. Please add a edit button for each questions so that we can simply edit.
-
limited number of character(2024)Feedback
As a programmer it helps a lot but sometimes our questions excite total no. of words. Where as in ChatGPT there is no limitation. Sometimes questions length is more than 5000 words.