In order to define my environment variables in a single place a configured a task in which a run a shell script. The task is run as preLaunchTask in my launch.j
I am writing a Dynamo script to extract the properties out of all of the models in my modelset in BIM 360. Some of the files (notably the ones with more objects
My mobile (sub) menu is too long. The menu is sticky on top, so it 'jumps' back to top and thus a few sub menu items can not be selected. Please see www.focks.n
I have a pandas df with two columns year and week_number. df = pd.DataFrame({'year': [2019, 2020, 2021, 2022], 'week_number':[3,12,38,42]}) df year week
I installed pipenv using pip install pipenv, there're no issues. PS D:\GitHub\newhome.ca> pip install pipenv Requirement already satisfied: pipenv in c:\user
I've been researching the fastest way to check for changes in a repo to update the PS1 prompt. For reasons not worth elaborating, no access to the __git_ps1() m
Just realised that my understanding about ASP.NET Core 6 Web API versioning is wrong. This is my controller: [ApiVersion("1.0")] [ApiController] [Authorize] pub