Ernesto Rodriguez
Ernesto Rodriguez
Thanks @IgorFedchenko for looking into this. I wrote this small test using the TestKit and Xunit with the latest stable release of Akka (1.4.8): ``` [Fact] public void TestWierdGraph() {...
One option I can think of is to leave the current API untoched but make everything internal and change the constraints in the user-facing API. I however, am not sure...
Excellent! I think it will help users. I am not sure if this anecdote is related to the issue, but I was experimenting with using the GraphDSL to work with...
Also, one thing worth noticing is that these "wierd" graphs can only be constructed with the GraphDSL, in other words, something like: ``` Soruce.Repeat(new object()).To(Sink.ForEach(s => Console.WriteLine(s))).Run(...) ``` Is rejected...
Unfortunately, I could not find any official documentation for this functionality. I worked it out by inspecting the web requests performed by the "NCBI Blast" web page and reverse engineered...
Good point! It is probably not necessary to add new functions. Bear in mind that even if that doesn't break Hakyll's code itself, there is the (unlikely) scenario that users...
Thanks for looking at that. I agree it is not a good idea to break a pre-existing assumption about the PYMOL_PATH variable. I personally have no other use cases other...