bion howard

Results 184 comments of bion howard

look, i get you have megacorporation issues and maybe can't open source cognito (and I disagree) however, huge numbers of corporations, governement organizations and people depend on Cognito Multifactor, by...

Ah, I don't know if it's fixed, I stopped using AWS. A friend was able to make a demo app with Cognito relatively recently, it's doable, I just think it's...

+1 for MIT

I recognize this is more about the underlying primitive field types than collection types, however I just feel like the collections are arguably also primitive, and this issue has bugged...

Absolutely, great idea, here is some code A: demonstrates how array shapes are defined by the data passed in, and bugs can be unclear, and the axes have no names...

Ah, exciting, I didn't know about pandas-stubs and I'll check it out. However, that's not what I'm talking about, I have a way to make Df/Ser schemas, not to mention...

I'm happy with a runtime solution, that's gonna be much easier, but don't overthink it, it's a loop over two known shapes to add axes to a new shape applying...

hey great find! > tensor (multidimensional array) stored as Binary values and having serialized metadata indicating the data type and shape of each value. This could be JSON like {'type':...

Worth a look: - Julia's native arrays https://docs.julialang.org/en/v1/manual/arrays/#man-multi-dim-arrays - Pandera paper https://www.researchgate.net/publication/343231859_pandera_Statistical_Data_Validation_of_Pandas_Dataframes - RL Gym Box Space https://gymnasium.farama.org/api/spaces/fundamental/#gymnasium.spaces.Box - All lists/vectors/matrices/cubes/etc are special cases of this key value store concept,...

OK, made it, https://github.com/pandas-dev/pandas/issues/59006 Mentions the Arrow Tensor (could make it easier to support that usecase)