Jake Schurch

Results 11 comments of Jake Schurch

hi @jbendig ! I know that you halted on development a while ago on this - but have you looked at the recent state of the rust ecosystem to determine...

Try this: ``` def CheckInputTypes(func): def wrapper(*args, **kwargs): for arg in args: ArgValue = next(iter(locals()['args'])) ArgParamType = next(iter(func.__annotations__.keys())) if isinstance(ArgValue, func.__annotations__[ArgParamType]) is False: raise TypeError( "Arg: {0} in function {1}...

@dtolnay I think I would like to take a crack at this

Thanks for checking in @dtolnay -- so far things are going well - will def. Check in if I have any questions or problems

OK. Sounds like I need to read a little more into the code.

Sorry! Just meant what parts of the code now hook up to yaml-rust so I can have the signatures in mind implementing the back-end

hey @dtolnay just wanted to let you know that I haven't gotten around to implementing this yet cause I'm super busy with work - whatever you want to do, let...

I tried looking into this - for this part specifically, I believe you need to also mock src/testers.rs and src/kvdb-pb.rs with a main function since you have 3 bins in...

@jimsynz could you say more? Waffle ecto allows for s3 and local - if you are referring to multiple storage providers. If you are referring to blob datatypes, I wonder...

@Noroth my org is on paid tier and is looking to utilize this feature. I would be more than happy to build off of [prior art](https://github.com/wundergraph/cosmo/pull/1916) and put in a...