I have a useQuery() hook: const useQuery = () => { const router = useRouter(); const build = (query) => {} const read = () => {} } export default
I have a table that has a list of dictionaries. In the example there is only one dictionary in the list. items [{'a': 'apple', b: 'banana'}] I want to sekect
Is it possible to create a splash screen with a logo that maintains its aspect ratio while the background image can be resized independently? I'm currently usin
When I run the integration tests, the 'Instantiating tests...' loops forever. The app loads in the device correctly but nothing happen. Android Studio Screensho
How do you get the current host's IP address in a role? I know you can get the list of groups the host is a member of and the hostname of the host but I am una
This is my first time using Flask so I apologize if this is a simple mistake on my end. I'm trying to create a mock payment processing system that passes form d
I've more than 200 MP3 files and I need to split each one of them by using silence detection. I tried Audacity and WavePad but they do not have batch processes
I have created windows background service using .net core. So I need to run following Get method in every 5 minute using timer. public async Task<ActionResul