Jim Foye

Results 13 comments of Jim Foye

Actually this is the line that is eating the space: https://github.com/fsprojects/FSharp.Data/blob/3084b8660cb3c62db435b165f3f78bace22967e8/src/Html/HtmlParser.fs#L381 InsertionMode is DefaultMode at that point, and it eats whitespace. I'm not sure if it's a bug or desired...

I had a customer report this today with 16.0.11328.20438 (32 bit).

The horizontal scrolling? Or vertical? Or both?

I'm just curious why you don't disable the undo command in this case (for example, bind it to ICommand and check the editor state in CanExecute()).

I think I can do this, but I have some outstanding PRs, and I'm a little unsure of what the status of things is.

I've honestly never seen this as a problem. In my case, I have to support some big files, so the existing approach might actually be better from a performance standpoint.

It seems to me that there are probably three points where files should be cleaned up: 1. On startup (previous session could have terminated abnormally and left files behind) 2....

@haf Actually even the FileShare.Read that transformStream() uses is sufficient to prevent deletion (I tested just to make sure). So I think that removes some of the trickiness of number...

The code has been changed and net40 target dropped, so I think this issue can be closed now.

I'm having a similar problem. When I build and run as is, I don't see any log file. Actually, at first I could not load the add-in at all because...