Adam Boniecki
Adam Boniecki
Hmm... Would/could this also perhaps solve [#13866](https://github.com/dotnet/fsharp/issues/13866) from dotnet/fsharp?
I have not used it yet, but there is a function in `batavia/types.js` called `js2py` that may do what you need judging by its name and code. Let me know...
Hi @bhardwajaditya113, this topic is meant for discussing this one particular issue only. I suggest reading this: http://pybee.org/contributing/how/first-time/what/batavia/ and posting any further questions here: https://gitter.im/pybee/general.
Possibly related to this issue, if second exception is raised while handling previous exception, e.g.: ```python try: raise Exception('1') except Exception as err: raise Exception('2') ``` Batavia will lose /...
I'm on it :+1:
Related question: How do we want to handle supporting different Python versions in parallel? In this case I could define opcode 69 in `dis` module and since it is not...
https://github.com/pybee/batavia/pull/599 fixes this issue, but I took the path of least resistance in solving above mentioned problem. I'll change it once we establish the best way to deal with opcode...
Hi, I will gladly investigate this topic and consider writing a proposal for GSoC. In this context, since this is described as big project, what would you say to be...
@ethans Don't worry about stepping on my toes. I think it is only fair that everyone gets a shot. Also I am not going to submit a proposal for this...
Week 1 status update: So I have already dealt with lists and __most__ of dict stuff, see https://github.com/pybee/batavia/pull/518 and https://github.com/pybee/batavia/pull/560 and am currently working on json encoding. I was under...