https://github.com/ocornut/imgui/issues/5110 Version: 1.87 Branch: docking Back-end/Renderer/Compiler/OS Back-ends: imgui_impl_Vulkan.cpp + imgui_impl_Vulkan.cp
I am newish in mysql and trying to insert a new order in order table , I have checked the mysql docs and npm/mysql2 docs and i couldn't reach to anything. this
I am writing a program to generate emails containing multiple announcements, some of which are "events." These events need to be addable to each recipient's Out
I have a script in Python that uses xlwings to open up an Excel file, and read and process the values of a certain column row by row. Here is the for statement:
struct Person{ name: String } fn person_factory(name: String)-> Person { Person{ name, } } fn main() { let p1 = person_factory("Vik
I've been working with Open Sans in a project for a while and we then decided to use a new font, and after adding the new font the layout breaks everywhere and
I want to implement translation into different languages of some data from different tables. Conditionally I have a menu table and a description table, I create
I'm using vue-router and I want to create navigation bar like this. //... navs: [ { title: 'Home', router: '/' }, { title: 'Settings', router: '/settings'