John Patterson
John Patterson
How are in instantiating the client? Could you try setting the `autoConnect` option to false if you are not already? I cannot recreate right now, so please give some more...
Cannot recreate without more detail. Here is my `client.js` file: ```javascript let irc = require('irc'); let defaultConfig = { server: 'us.undernet.org', nick: 'exportClientTest', chan: '#exportClientTest' }; let ircClient = new...
Seems like at least three other devs are as neurotic as I am: https://github.com/yahoo/blink-diff/pull/42 https://github.com/yahoo/blink-diff/pull/40 https://github.com/yahoo/blink-diff/pull/38
> ... > ```cs > [OpenApiIgnore()] > public Author Author { get; set; } > } > ``` > > By doing so, you will avoid the circular reference issue....
@justinyoo ah. Okay, yeah I see in the code where that gets selected out. Unfortunately `JsonIgnore` isn't a great general solution as my other serializers handle my class just fine...
@smoothdeveloper Sure thing. I just pushed what I have so far to my fork. https://github.com/john-patterson/FSharp.Desktop.UI/commit/96dfc6d1e1702c5b29a1644a9972d3b3c0e1a9b8 I have a unit test ready for transitive dependency, but I'm still working on implementing....
@angelblade27 @michelle-chiang Are you perhaps using this package? https://github.com/seckardt/grunt-protractor-webdriver I have the same bug and I tracked it down to an issue in `protractor_webdriver.js`. When using a local standalone server...