dbr/Ben
dbr/Ben
All the examples I can find fix the locale to a specific one: ```rust let val: String = Name(EN).fake(); let val: String = Name(ZH_TW).fake(); ``` I'd like to generate data...
I have recently been delving into Rust's somewhat confusing and evolving world of graphics APIs, trying to work out what the state of various projects are! One of the minor...
Is there a way to give gickup access to private Github repos **in read-only** mode? The might well be a limitation of Github, 1. If you just add a second...
### Bug Description We encountered a very similar sounding issue to #2032 #1623 - but "luckily" for us the crash happens quite reliably! It doesn't seem specific to tensorflow as...
WIP. Aims to properly address problem with requests-cache
As per #663 - I think it's a good idea to make a repo with some very barebones imgui-rs app It would just to give people something easy to copy-paste...
As per my intepretation of @MarijnS95 's comment https://github.com/imgui-rs/imgui-rs/issues/665#issuecomment-1257758263 Goal being simple simple and easy to stick with. I'd like to expand the doc with exact step-by-step commands to make...
As per #663 We currently don't have a documented approach to how we perform releases, and doing things like backporting changes to old releases Key points would be: 1. Stable...
In trying to straighten things out for #665 I noticed one of the bugfixes release in `0.8.something` wasn't in the main branch - specifically the change for #595 This reapplies...
Thanks for this fork, has been very useful! I've updated the 0.5.0 branch as best I could to match the latest version of imgui-rs.. Not 100% sure it's properly updated,...