RobertAlbus

Results 11 comments of RobertAlbus

@gewang @spencersalazar sorry to ping directly - haven't seen anything in the docs elucidating this. Perhaps the route forward for me is casting to Object and back to the original...

As a libsndfile user, I see value in this.

I agree with @laertis, the directories may not follow a wildcard-compatible naming scheme. either multiple `-d` arguments, or a version of the argument that can accept a list, e.g. `-d...

I second this. Knobs would be a huge value-add for me.

@mithgil `ImGui::GetWindowContentRegionWidth` was deprecated and needs to be replaced with `GetWindowContentRegionMax().x - GetWindowContentRegionMin().x`. You need to update `demos/filter.cpp:73` ```c++ ImGui::BeginChild("ChildL", ImVec2(ImGui::GetWindowContentRegionWidth() * 0.5f, -1)); ``` becomes ```c++ ImGui::BeginChild("ChildL", ImVec2(ImGui::GetWindowContentRegionMax().x -...

@elanhickler @altschuler I'm happy submit a PR for this but need some info. * Should there still be support for horizontal and vertical modes? * Should this greater-value behavior be...

That's in line with the assumptions I had, thanks for confirming. I'll try to take a look at it this weekend.

I have a similar error when trying to create multiple `github_emu_group_mapping` with a single team. ```sh github_emu_group_mapping.DevOps["686806"]: Creation complete after 6s [id=teams/DevOps/external-groups] ╷ │ Error: Provider produced inconsistent result after...