My @SpringBootTest is annotated with @Sql({"classpath:create_tables_views.sql"}) and the first line inside create_tables_views.sql is DROP VIEW IF EXISTS my_sch
I want to have JS syntax highlighting on my .jsp files. Syntax highlighting for .js files work fine, but as soon, as I rename the file to .jsp, the syntax highl
I'd like to be able to play a video (that automatically stops at some fixed frames), and I want to be able to play/stop either using keyboard or mouse. However,
So I had some code and when I refactored it no longer shows anything. I don't get any error in the console so I don't really have much to go on. As far as I can
I've got a referenced file called ~/.zsh/aliases. Inside this file, I have an alias: alias la='exa --icons -lah' In my ~/.zshrc, I have sourced this file towar
I have 2 programs running on a server with TCP service to communicate with the outside world. Now I would like to implement a FLASK App as an intermedium servic
What am I doing wrong here? string q = "john s!"; string clean = Regex.Replace(q, @"([^a-zA-Z0-9]|^\s)", string.Empty); // clean == "johns". I want "john s";
Is there any way to forward and reply to mail using Gmail API? I haven't found an API for this functionality. I am implementing Gmail API integration using .net
I am working on a project with PostgreSQL as my database and using pgAdmin4 to interact with the data. I am trying to set a default value for a column but I can
Python. I'm currently working with devcontainers but can't install and use libraries inside it. I have a Piplock file that I use to install dependecies when the