Kieran Pilkington
Kieran Pilkington
@sandip-mane Can confirm I am running on the latest version. The current code continues to output "Cron Jobs - added job with name ..." even though the job already existed.
@briandunn Don't know if this will help, but this command prints all specs: ``` bundle exec rspec --format json --out tmp/rspec-all-specs.json --dry-run ``` From there, you can easily divide between...
@markcowl Has there been any progress on this? I have been porting a large OpenAPI file to Typespec today, and almost everything we need is supported except Examples for properties,...
Yes, I think this confuses people and it needs to be made very clear on the docs. Splitting tests does not reduce the total cumulative time, but infact almost always...
Am experiencing this as well. My 40+ storybook files are failing type checking, though they continue to display fine in the UI.
Confirming that this issue is still present in the newly released 1.9 version. The "UnresolvedOverloading" error is no longer present when I move modelsItemsBaseAttrs to the start or end of...
Coming over from #9975 . The ability to use an absolute path for modules-dir is absolutely needed for my use case. The deployment method I use utilises symlinks to preserve...
Raised `Invalid request parameters` errors using `application/x-www-form-urlencoded` as content type
Just chiming in here. We experienced the same thing today. A large form in our app with many parts to it exceeded the 4MB bytesize limit when submitted. The README...
@devongovett Understood. Rather than silently ignore these sorts of things, would outputting warnings when syntax isn't compatible with browser targets be suitable here? e.g. ``` Warning: Final CSS output contains...
@ashkulz Hey. How's things going? Hope life is a bit less hectic for you now. When/if you're able, it would be nice to get a new release with updated Octokit...