Almar Klein
Almar Klein
E.g. in the day view also show the total time spend this week or this month. This is now an idea. I'm not yet sure whether I like this enough...
The `RegistryReport` entries have fields: * num_allocated * num_kept_from_user * num_released_from_user * num_error * element_size But to me it's unclear how to interpret these `num` values. My first guess was...
Recently the `WGPUInstanceExtras` struct was added, enabling setting `WGPUInstanceFlag_Debug` and `WGPUInstanceFlag_Validation`. These directly map to wgpu-types flags: https://github.com/gfx-rs/wgpu-native/blob/fcc480b82be5f46b02a9f9eada89e7725b6bccef/src/conv.rs#L260-L272 Questions: How are things different when (either of) these flags is enabled?...
Following up on #305 I created an example that demonstrates behavior related to buffer mapping that may or may not be expected. As an experiment, I wrote this in Python,...
To reproduce: * Create a buffer using `mapped_at_creation=True` and the MAP_READ flag. * Use `wgpuBufferGetMappedRange` to get mapped memory and write data to it. * Unmap. * Map the buffer...
Originally reported by: **Almar Klein (Bitbucket: [almarklein](http://bitbucket.org/almarklein), GitHub: [almarklein](http://github.com/almarklein))** --- _Imported from [iep.googlecode.com issue #119](https://code.google.com/p/iep/issues/detail?id=119), reported by [email protected]_ Related to issue #117, Ludo came up with the idea to design...
Originally reported by: **Anonymous** --- _Imported from [iep.googlecode.com issue #118](https://code.google.com/p/iep/issues/detail?id=118), reported by [email protected]_ I was surprised to find that the help tool only displays a doc string and not the...
Originally reported by: **Anonymous** --- _Imported from [iep.googlecode.com issue #117](https://code.google.com/p/iep/issues/detail?id=117), reported by [email protected]_ I would _really_ enjoy being able to use vim as the editor. I'm guessing that's not an...
Originally reported by: **Almar Klein (Bitbucket: [almarklein](http://bitbucket.org/almarklein), GitHub: [almarklein](http://github.com/almarklein))** --- _Imported from [iep.googlecode.com issue #80](https://code.google.com/p/iep/issues/detail?id=80), reported by [email protected]_ The first release of the 3.x branch will probably not have a...
Originally reported by: **rreilink (Bitbucket: [rreilink](http://bitbucket.org/rreilink), GitHub: [rreilink](http://github.com/rreilink))** --- _Imported from [iep.googlecode.com issue #69](https://code.google.com/p/iep/issues/detail?id=69), reported by [email protected]_ What steps will reproduce the problem? 1. create a python file: from ....