I'm trying to make a sport/tinder like app for a school project from a friend of mine. It came together well on my localhost, but for him it was a requirement t
I have a question about in-memory virtualization possibilities in Windows. Here's the scenario: I have 3rd-party application (no option to access their code or
I have this yaml file version: '2' services: app1: image: producer1 build: context: . ports: - "8088:8088" networks: - logne
What is the idiomatic way to handle the parsing of an empty string into a None and not a Some("")? let handle: Option<String> = x.get(0).and_then(|v| v.pa
In the following struct definition, the constructor A(int) delegates its work to immediate-function constructor A(): struct A { int i = 0; conste
its very strange,when i run docker build ,process paused,just as follows: docker build -t registry.ap-southeast-1.aliyuncs.com/joyours_dev/cronjobonlinebackgrou
I am using the Navination Component to switch the screen and implementing the login state using Firebase. The flow of the app is as follows : Run the app ->
I have a big problem. I'm looking like a day to find a solution. I created a Telegram Bot with the user sessions. I need a user from his session to be able to u