Skip to main content
A Farmanbar's user avatar
A Farmanbar's user avatar
A Farmanbar's user avatar
A Farmanbar
  • Member for 8 years, 4 months
  • Last seen this week
  • Tehran, Tehran Province, Iran
6 votes
5 answers
3k views

Gson.toJson returns null [ProGuard issue]

5 votes
2 answers
732 views

ASP.NET - How to Redirect from HTTP to HTTPS and specific origin by Web.config [CORS policy issue]

3 votes
1 answer
3k views

vue 3 + vuetify 3: Unknown node type in node creation at Array.map (<anonymous>)

3 votes
1 answer
1k views

How to Call/Fetch Data from Remote API in a Composable Function During Initial Composition [Preventing Infinite Recomposition]

3 votes
1 answer
465 views

What permissions should I grant in fine-grained personal access token to give read-only (Clone) access

2 votes
2 answers
1k views

ssh2: Module parse failed: Unexpected character '�'

2 votes
1 answer
986 views

Splitting Asp.net Core app to Views and Controllers and Hosting in a same Domain:Port [Routing Problem]

2 votes
1 answer
2k views

How Tasks are scheduled in a multi-core processor

1 vote
2 answers
215 views

hmac.New(h func() hash.Hash, key []byte) hash.Hash equivalent in javascript

1 vote
1 answer
118 views

Jetpack Compose: Preserve Layout Direction in Multi-Language Support

1 vote
1 answer
1k views

Typescript Release Mode and Debug Mode Configuration

1 vote
1 answer
49 views

Why google chrome does not cache search history?

1 vote
1 answer
126 views

java - TCP Socket unable to receive packet

1 vote
1 answer
853 views

DNS configuration adding New Host(A or AAAA) and New Alias(CNAME)

0 votes
1 answer
219 views

Byte array to image exception, parameter is not valid

0 votes
2 answers
810 views

The fastest way to find dictionary keys that are not exist in another list [closed]

0 votes
1 answer
62 views

Asp.Net: is it possible to have string resources for different languages in website

0 votes
2 answers
895 views

Device's default layout direction changes application's default layout direction when device language is changed

0 votes
2 answers
295 views

Uncaught (in promise):How to await a function which returns a promise inside a loop?

0 votes
1 answer
67 views

Remove Transaction Log When 10% of Allocated Space Remained

0 votes
1 answer
926 views

How to implement a request in MQTT?

0 votes
1 answer
67 views

Do LL(1) grammars need to be augmented via translation either on conditional or not conditional jumps?

0 votes
2 answers
343 views

Ambiguity in converting to correct DateTime format

0 votes
2 answers
3k views

OPENJSON - How to extract value from JSON object saved as NVARCHAR in SQL Server

0 votes
1 answer
235 views

images sequence to video and overlay at the same time using ffmpeg

0 votes
1 answer
66 views

is it possible that compiled languages (C#, Java) to benefit indentions as a code block indication like python?

0 votes
1 answer
2k views

EF Core - How to add a record INSTANTLY when DbContext instance is created only once

0 votes
1 answer
444 views

[Vue3]: Asynchronous Non-Blocking Component Rendering Such That Render View (Page DOM) Ahead of View Model

0 votes
1 answer
243 views

Jetpack Compose: How to Get Build/Debug Config Info

0 votes
1 answer
523 views

Vuejs: Access a Parent Component Method from Child Component