Stephen Brown
Stephen Brown
Any plan to push this further?
There's another problem with the current dict data structure - it doesn't handle tables with the same column names repeated. For: Scenario: A test with a table Given a table:...
Hey, We had this on our production application too - basically Hangfire would slowly use more and more connections until eventually we'd have port exhaustion and we'd have a production...
> Please, if you can, do create the F5-able repro project. It would help a lot, since at least we are not hitting any issues in our project. Although our...
Hi @govert Thanks - I see that now. I didn't notice that `result`. I'll try a better pull request.. Thanks, Steve
@govert so the only way to actually know if the RTD server was started is to register it at a similar point as in my PR? If we can't rely...
@govert I don't want to use the fact in my own code: I want the library to realise that the RTD server didn't start, and thus the next time try...
@govert I'm sure you're right and there's just something wrong in the corp workplace - but for now at least ensuring that we don't try to use broken RTD servers...
Hi @govert , Thanks for your patience here, although I'm not sure I totally understand what you suggest here. Ignoring anything I'm doing here specifically (let's assume I have no...
We have this problem too, narrowed it down to the library you mentioned wanting to check the running operating system with process.platform. Would appreciate indeed this to be possible as...