Ralph Minderhoud

Results 9 issues of Ralph Minderhoud

The `RangeDeserialize` and `RangeDeserializeBuilder` functionality is great but it's not immediately clear that these functions are closely integrated with serde. All the examples show the values being deserialized into a...

I discovered an interesting edge case today and wanted to bring it up to the maintainers. I am not sure whether the solution is a code change or a documentation...

docs

**Version**: filegdb-api-1.5.1-vs2017 (x64) **Toolchain**: VS2017 (15.9.7) -- Windows SDK 8.1 -- Platform toolset v141 **OS**: Windows 10 (10.0.17134) It seems calling `DeleteGeodatabase` causes a crash on my system. Here is...

Hi! It seems there's no clean way to apply styles to the inner divs, especially since webpack will mangle the class names (this is a non-issue for the parent div...

I'm currently using the wizard but I have some strict styling requirements that make styling difficult if I nest nest components inside the step and not at the same depth...

Update the `Window` api to support programmatically minimizing and maximizing windows on the `Qt` and `winit` backends. The following methods are new: - `Window::set_minimized` - `Window::minimized` - `Window::set_maximized` - `Window::maximized`...

The instructions for setting up the project on linux are misleading. The script is not universal and will only work on Ubuntu based systems. Furthermore, it doesn't seem that it's...

type:enhancement

Currently the reader/writer doesn't support bool so we can't generate packets with boolean fields. Would be a little more ergonomic rather than using `int8_t`. This packet: ``` ``` Generates a...

type:enhancement
component:core:rosecommon