-
We will need to start supporting invoice numbering sequences that start from and increment according to tenant specific requirements. Each tenant should be able to setup their own invoicing numbering…
-
## Description
Following the discussion on September 12 between Venkatesh, Venky, Abhi, and Viraj, the following outcomes were identified. Venkatesh captured these details and shared them via email a…
-
**Version/Branch of Dear ImGui:**
Version: 1.89.9
Branch: docking
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_win32.cpp + engine-specific custom render backend
Compiler: Visual …
-
### Version/Branch of Dear ImGui:
Version 1.91.5 WIP, Branch: docking
### Back-ends:
imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
### Compiler, OS:
Arch Linux, GCC/G++
### Full conf…
-
**Version/Branch of Dear ImGui:**
Version: 1.83 WIP (18204)
Branch: docking
**Back-end/Renderer/Compiler/OS**
Back-ends: custom backend
Compiler: MSVC (Visual Studio 2019)
Operating System…
-
**Version/Branch of Dear ImGui:**
Version: 1.60
Branch: master
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_dx11cpp
**My Issue/Question:**
I'm attempting to change formattin…
-
### **About the Bounty**
EIP712 is a standard to have a structured signature in your contract & verify it.
We need the ability to customize the signature such that a custom message can be displa…
-
### Version/Branch of Dear ImGui:
Version 1.62
### Back-ends:
imgui_impl_opengl3.cpp
### Compiler, OS:
Linux GCC 4.8.5
### Full config/build information:
Custom, compiled by our project
### De…
-
**Bug & Feature description**
Now that our stylesheets have been upgraded to expressions (#775), our timeslider needs to be updated to support this change. I believe the old timeslider was based on f…
-
### Code
```Rust
#![feature(generic_const_exprs, generic_arg_infer, generic_const_items, associated_const_equality, adt_const_params)]
#![allow(incomplete_features)]
fn foo(_: [(); N + 1 + M]) {}
…