Adam Kauffman
                                            Adam Kauffman
                                        
                                    Sorry for the confusion. My filename and class name are the same. However, references to the class as seen by intellisense show this generated class ID. As a result, I...
ISO8601 states that the letter "T" be used to separate date from time. EXAMPLE: `.Format$(yyyyMMddThhmmss)` Optionally, you can convert to Zulu time and add a `Z` at the end if...
@hecon5 Here is a function that will give you ISO time stamps in either local or UTC time: ``` ''' ISO Compliant file timestamp Public Function ISOTimeStamp(Optional ByVal zulu As...
@anteeek The people having this issue, like me, have widths that are dynamic. There is no "expected width" because it's different every time. It's an option we are asking for....
@anteeek your speculation adds nothing to the conversation. You can let the maintainers respond. The technique I suggested `column.Width = text.Length` is what I used and it's good enough for...
After looking deeper, I'm early. They are still arguing about the namespace and firming the architecture. I wouldn't experiment with this until they are done with things like this: https://github.com/dotnet/razor/issues/8400...
There are many older programming languages that should be written in English. I'm afraid VBA is one of them. Historically, programmers around the world write code and comments in English...
> However, Mercurial supports renaming the files _even after they've been created_. [So does git](https://chelseatroy.com/2020/05/09/question-how-does-git-detect-renames/). It automatically detects renames as long as the file hasn't changed radically. The issue here...
Note for the future: https://stackoverflow.com/questions/3887736/keep-git-history-when-splitting-a-file
My first time using this library and I hit the same issue today. I'm using the latest version of everything. After creating the missing path the error goes away and...