let me asking this is my nginx config: location /index { auth_request /auth; proxy_pass http://127.0.0.1:8081; auth_request_set $use
The logs for my app engine API just load and load without returning any results. They have previously worked without issue. Has anyone else experienced this bef
I have a simple web service and it has a route for register user , I want when email exists in DB throw an error with status of 400 or other I've done it like t
Hello :) I want to have all enumeration nodes but length of the collection returns 0. In future I would need List of enumeration.value attributes, so for exampl
What is the difference between IQueryable<T> and IEnumerable<T>? See also What's the difference between IQueryable and IEnumerable that overlaps wi
I have a WinForms project from which I want to open a WPF window from a WPF user control project. But when I create an instance of the WPF window and call Show(
I'm trying to integrate SonarQube to our project in GitLab. I already have a project properties file. # .gitlab-ci.yml file stages: - analyze sonarqube-check
How to set current DateTime in the gremlin console? I need to add an audit field created_on with current_timestamp as default value Eg: g.addV('student').proper
the below code was used several years ago to generate a binary that was used for encrypting some files, using DES algorithm (I know DES is weak and AES is recom