Stew McKinney

Results 4 issues of Stew McKinney

Assuming we have a simple project defined locally as follows (that descends from JSIIProject): in templates/src/index.ts: ``` export class MyProject extends python.PythonProject { constructor(options: python.PythonProjectOptions) { super(options); } } ```...

In a new folder, execute: ``` projen new python --poetry true ``` You will see the following error: ``` projen new python --poetry true /Users/smckinney/.nvm/versions/node/v16.13.1/lib/node_modules/projen/lib/tasks.js:45 throw new Error(`A task with...

bug
good first issue

Here's a screencast of what is happening, as it's a little hard to describe: https://streamable.com/s/jdt9u/llbvcw.gif I'm using the default omnisharp server, omnisharp-vim, Supertab, and ultisnips. Basically, when I do parameter...

I have the following scope: ``` def self.ready_to_be_reauthorized with_state( :delivered ). online. joins { order_items.product_inventory.product }. having { bool_and( order_items.weight.not_eq( nil ) | product.catch_weight.eq( false ) ) }. group {...