Connor Duncan
Connor Duncan
There is a workaround for this -- ignoring errors with `blp.BlpQuery("***", parser=blp.BlpParser(raise_security_errors=False))`. It would still be good to have more digestible information about the error returned to the user.
Hi Matthew---thanks for responding! For our use case at least, it would be useful to have something like ```python class BlpParseError(Exception): def __str__(self): return f"Parsing error occurred with request {self.args[0]}...
Thank you for clarifying. Mostly wanted to confirm that I was not creating these issues somehow with my local build or missing others in my PR on the other issue
Am experiencing the same issue---I would like to take a stab at fixing this. If you get a few seconds, could you elaborate a _bit_ more on what you mean...
Hi there -- had some work travel come up, but I think I have made a bit of progress in debugging this issue, at least for my own understanding. To...
> Am all for adding support for bound disjunction constraints! That would provide some nice functionality to users, and I've at least observed myself that they're important for many of...
Apologies -- we ended up going a slightly different direction on the project this was relevant for, so I ended up not having bandwidth to complete at work. I'd like...
Still the same situation unfortunately. If you want to clear out your backlog I can close and reopen if i ever get a chance to revisit.
Wasn't sure how to update #65 with my own changes, so opened a new PR here. Please let me know if any changes required!
> When I use this, it seems like any query I write hangs out for a few (7-10) seconds, before starting the "Execute query" loading screen (initiating the connection via...