-
### Version/Branch of Dear ImGui:
278cf1a7bc38d8fc4a371ffc21191e154a05b118
### Back-ends:
imgui_impl_win32.cpp + imgui_impl_dx11.cpp
### Compiler, OS:
Windows 10 (Version 22H2 (OS Build 19045.380…
-
# User Story
## Story
As a Contributor
I want a dedicated file for the project's coding standards and style guides
so that all contributors can easily reference the rules for each codeba…
-
**Version/Branch of Dear ImGui:**
Version: 1.89.2
Branch: master, commit d7c8516
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_sdl.cpp + imgui_impl_sdl_sdlrenderer.cpp
Compiler: A…
-
**Describe the issue**:
Hi, I'm currently using `dask` as a backend for a web service and trying to improve the stability. I'm using `dask.distributed.Lock` in order to coordinate access to certa…
-
**Version/Branch of Dear ImGui:**
Version: 1.86 WIP
Branch: docking - commit bac748fa95ac003c7b354139980f8b4b7f6ac5da
```
Dear ImGui 1.86 WIP (18502)
--------------------------------
sizeof(…
-
### Code
```Rust
pub fn compose(
f1: impl FnOnce(f64) -> f64 + Clone,
f2: impl FnOnce(f64) -> f64 + Clone,
) -> impl FnOnce(f64) -> f64 + Clone {
move |x| f1(f2(x))
}
fn re…
-
**maplibre-gl-js version**: 1.15+, 2.1.0+ (all)
**browser**: Chrome (all?)
### Steps to Trigger Behavior
1. Add symbol layer with symbol-placement=line, text-size=interpolate...
2. Set…
-
```
Dear ImGui 1.73 (17300)
--------------------------------
sizeof(size_t): 8, sizeof(ImDrawIdx): 2, sizeof(ImDrawVert): 20
define: __cplusplus=199711
define: IMGUI_DISABLE_OBSOLETE_FUNCTIONS
d…
-
**Version/Branch of Dear ImGui:**
```
Dear ImGui 1.88 WIP (18707)
--------------------------------
sizeof(size_t): 8, sizeof(ImDrawIdx): 2, sizeof(ImDrawVert): 20
define: __cplusplus=199711
de…
-
### Code
```Rust
#[derive(Copy, Clone)]
struct Wide {}
struct VTable {
bar: dyn Cap,
}
trait Bar {
fn bar(&self) -> u32;
}
struct Foo {
foo: u32,
bar: bool,
}
impl Bar for Foo {…