Collin Sinclair

Results 4 comments of Collin Sinclair

Running `bundle add webrick && bundle exec jekyll serve` still leaves me with a `bundler: failed to load command: jekyll`... My Gemfile reads ``` source 'https://rubygems.org' gem 'jekyll', '3.8.5' group...

To add to the corpus of Pyright issues, in `is_24hour = models.BooleanField(default=False)`, `False` is red-underlined for > Argument of type "Literal[False]" cannot be assigned to parameter "default" of type "type[NOT_PROVIDED]"...

would love to see this merged in - this is now a blocking issue on a fresh Django project

Also seeing this - is there a known fix?