I have a WPF application that uses the built-in Settings functionality. When I release a new version of the application, I increase the assembly version and exe
Having a problem with an SQL query. Query is as follows: SELECT employee_id, last_name, first_name, TO_DATE('31-DEC-01') - hire_date as "days_with_comp
I have created polling saga which calls backend API until the response from the API is marked as done or until saga encounters an error. export function* pollin
I am quite confuse as I tried to install it using the command $ pip install pyTelegramBotAPI on VS terminal but it does not seem to work https://i.stack.imgur.c
Okay so I want to create a custom command (and place it in my .vimrc file using the :command command, if possible) which basically indents the line which the cu
I enabled a setting by mistake in IntelliJ giving me a green outline around parts of my source: What does this outline mean and how can I disable it again?
I have two tables: create table Clients ( id_client int not null identity(1,1) Primary Key, name_client varchar(10) not null, phone_client int
I am using Nestjs, Graphql and Typeorm, and i am new to it. I am currently suck on this issue. I am using @ManyToOne relationship to link food with user. but i