Liam Corrigan
Liam Corrigan
@aschonfeld, @reza1615 Just a thought, but I'm guessing if my "row highlight based on query" suggestion in https://github.com/man-group/dtale/issues/592#issuecomment-1007988105 was implemented, it would cover as many condition cases as one could...
@aschonfeld, Although filtering is useful, it is often visually helpful to be able to simply highlight some rows in an unfiltered grid. Excel conditional formatting is a pretty commonly used...
Although it would be nice to have this feature for all .NET libraries, if it were limited to those assemblies that have accompanying XML help files it would be an...
@vmuriart I mostly use PTVS for Visual Studio 2015. This is the IDE I used to create my initial post. In-house we use IronPython with this due to the high...
@vmuriart I've attached a very, very stripped-down VS2015 solution that follows our common test code format for unittest with IronPython. It's not runnable - it just shows the structure, as...
@vmuriart yes, I sometimes select a sequence file as the StartupFile and press Run/F5. But since I often keep a number of different sequencer files in a project, I most...
I'm also quite curious of the status of this.
Unfeasible in some cases. When using a .NET library that defines objects which make use of extension methods, you don't know which ones make use of the extension methods. That...
I'm sorry I was not clear. I'm only hoping to be able to call the method as a member of the class (the way you showed it with obj.Func() )...
I've been using Python Plotly (love it) but became jealous when I saw the awesome table support in Plotly Dash so wanted to try it out, but I'm in windows...