Florian Hopfner

Results 47 comments of Florian Hopfner

@AndrewK2 I took a stab at fixing the regression, see my pr https://github.com/AndrewK2/EDMXTrimmer/pull/1 to your master branch. It also introduces some unit testing based on the edmx of https://www.odata.org/blog/trippin-new-odata-v4-sample-service/

@AndrewK2 I've now merged your changes with my regression fix into master and released new version [0.2.2](https://github.com/shashisadasivan/EDMXTrimmer/releases/tag/0.2.2.20231126). Thanks for your contributions and I'm happy to work with you in implementing...

Nice find, but I think you mean https://github.com/Azure/azure-cli/commit/4e551ab71c665b412622f98f335fa301b2ece414, which was part of #28154

I just ran into this issue as well and spent a couple of hours trying to figure out what is going on. At the very least the error message should...

Date/time colums used to be formatted as "yyyy-MM-dd H:mm", which would result in the correct order when sorting. However, according to #24 , some users receive the date/time information in...

@fraga Thanks for the suggestion. Yes, I had a similar thought. I think we still would need a fallback, since probably many users have a non-us system setting, but never...

@JoshuaTheMiller See #14 Note this changes the behavior of the PowerShell task on Windows, because by default, it will now use powershell.exe (i.e. PowerShell 5) instead of pwsh.exe (PowerShell 7)....

Looks like the smoke test pipeline needs to be updated. It does not seem to be https://github.com/cloudpups/authenticated-scripts/blob/main/test/azure-pipeline.yml because it does not specify an image. https://dev.azure.com/cloudpup/Public%20Pen/_build/results?buildId=262&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9 ![image](https://github.com/cloudpups/authenticated-scripts/assets/33372796/387d4921-5f1a-4fa7-9ecb-c822ea69fcb3)

Since this keeps bugging me, a few more observations: ## Observation 1 - When a new notebook is created, it is created with an empty code cell as first cell....

Thanks, that is the workaround I currently use. I hope we agree that this should not be the normal workflow for a user.