Ivan Valle
Ivan Valle
For anyone else running into this, the workaround looks to be the following: ```python CronTrigger.from_crontab(':cron_expression', 'UTC') # or whatever timezone you want ```
Running into this also. As an alternative to running the query locally, I was able to get the index creation link by using the GCP Console with the Query Builder....
This happened to me when one of my actions was taking `System.Web.Http.OData.Query.ODataQueryOption` as a parameter **and** I was setting `readonly = null` on all properties. My workaround was to perform...
For reference this is how we applied the workaround directly without needing upstream changes. The project in question is on monolog 1. ```php class ClosingStreamHandler extends StreamHandler { protected function...
@rprouse My project is just a command line project that uses NUnitLite to run ALL tests in the project. When I set a breakpoint inside the test and I hit...