Matthew
Matthew
Made a custom docker container with rtl-sdr, rtlamr, and rtlamr-collect. When it starts up, I think there's a race condition that I'm working out where something starts before something else...
I'm attempting to integrate Google Auth login to my CakePHP app. Google uses an array (access_token) with keys (token_id, created, expires_in, etc) to store token information about your successful auth...
**Describe the bug** Documentation for TableOfContents is missing. I only discovered its existence by accident when looking through the code.
https://developers.notion.com/reference/block#table https://mario.engineering/notion-sdk-php/blocks/ The code exists (vendor/mariosimao/notion-sdk-php/src/Blocks/Table.php), but there is no documentation for it.
**Describe the bug** Not all page properties have a static create function. The example in the documentation shows usage of ::create() to make each page property. https://mario.engineering/notion-sdk-php/page-properties/ RichText, for example,...
**Is your feature request related to a problem? Please describe.** I'm frustrated that the examples in the documentation do not show which `use` namespaces are needed. I have to keep...
Docs show using Image::create() https://mario.engineering/notion-sdk-php/blocks/Image.html But that static function does not exist: ``` $ grep "function create" vendor/mariosimao/notion-sdk-php/src/Blocks/Image.php $ echo $? 1 ```
The Dockerfile uses the following line: ``` ADD . /home/app ``` This line copies all the contents of the git repo into the container which includes 2 .sh scripts that...
``` southwest_app | /home/app/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:241 southwest_app | reject(new Error([ southwest_app | ^ southwest_app | southwest_app | Error: Failed to launch the browser process! southwest_app | /home/app/node_modules/puppeteer/.local-chromium/linux-982053/chrome-linux/chrome: error while loading shared libraries:...
Healthchecks kept failing for the mongo container. Shellexec into the container to run manually: ``` root@c74fdc7a45b9:/# echo 'db.stats().ok' | mongo localhost:27017/sw_db bash: mongo: command not found ``` This is due...