Chris Wells
Chris Wells
There's also the idea that some host commands might not even need a project, for example the new self-upgrade. It would be nice if that (or ones like it) could...
I just made a DDEV custom command for this, and I use `ddev login` instead of `ddev launch` - see https://github.com/redfinsolutions/ddev-commands/blob/main/commands/host/login
I'm not sure what the actual code fix is supposed to be, but +1 to this working for me.
I think at the top is more "standard" so I tend to lean toward a small delay after showing it, and maybe keeping the pester interval at about a day?...
My answer for this was to include it in ssr.noExternal in my svelte.config.js; but currently having trouble porting that to vite.config.js...
This is our application code that is using the SDK: ``` $apiKey = $_ENV['NOTION_KEY']; $databaseRequest = new DatabaseRequest(); $options = (new ClientOptions()) ->setAuth($apiKey); $notion = new Client($options); $listProjects = $notion->databases()->query('a8......61',...
It seems to me that there needs to be classes like: brd6/notion-sdk-php/src/Resource/Property/Value/MultiSelectValueProperty.php -and- brd6/notion-sdk-php/src/Resource/Property/Value/SelectValueProperty.php By creating some stub classes there, it seems to invoke, but I don't know the APIs...