See my below code. It's working fine but while downloading a file by entering the required key, the file name changed and it's downloading with the whole domain
I have IANA time zone code like "Asia/Kolkata" and I need to get time zone offset like -330 in JavaScript. I am not able to get time zone offset any help will b
I've been attempting to create a typing animation program that creates an animation of typing a word. Every period of time (1 second), it adds a letter to the o
Total beginner here, so please be gentle. I have a example.cpp file which has one main function which accepts some input parameters and returns an integer value
I want to give readonly permission to group in redshift. I used this command GRANT USAGE ON SCHEMA myschema TO GROUP my_group; GRANT SELECT ON ALL TABLES IN S
hello I'm trying to fetch one to many data in view like post with this feast comment shooed be show in view iam able to get value in array now i what to show in
For example: hive> select mid, tag1, tag2, dt from message_use_tags where dt="20211107" and (tag1 != '' or tag2 != 'NULL') limit 50; I want to specify: date
I am trying to implement a simple fadeIn animation for tab contents using framer-motion. When I click on a tab I want to display contents of selected tab with a
I am using EF Core and oData. I've noticed that oData "magically" updates my query when my controller returns an IQueryable that returns an EF Core entity, but