StatisMike

Results 37 comments of StatisMike

Firstly: As I am only partial contributor for this package and I didn't take part in any planning and project work for it, take what I say with the grain...

@damnflow I believe you should rather contact [`bigrquery`](https://github.com/r-dbi/bigrquery) developers, it doesn't seem like an issue with `gargle`.

IMO 5. is the best option from integration safety standpoint. Additional `as f32` shouldn't be much of productivity loss - IMO it makes user stop and wonder _why this takes...

@Bromeon I'm not that knowledgeable about inner workings of `Gd`, what is the implication of using `Option` instead of `Gd` for selected builtin method signatures? By no means I'm having...

Minimal reproductive example [here](https://github.com/StatisMike/loader_saver). It turned out that Editor sometimes also saves Resources using different thread.

Don't know if exact duplicate, maybe just a different perspective on #426

@jennybc If this column is in the future intended to contain data (and properties, like *formats*!) of individual cells, I would suggest naming it `grid_data` to reflect the object on...

Lately, I've made a wrapper for `Vec where T: Inherits` for my crate: https://github.com/StatisMike/gd-props/blob/master/gd-props-defs/src/types.rs#L88. It implements `GodotConvert + ToGodot + FromGodot`, with `Array` as its Godot representation. Also, it implements...

@Bromeon The special case for `Gd` was only valid in the linked crate: it is for handling resources, so it was intended as serialization wrapper for subresource collections. Though you...