cytopia
cytopia
# Separate php.ini for php-cli and php-fpm If the configuration files are separated, one could actually allow for having memory_limit off by default for all cli interactiions. This would solve...
## Feature Request: Allow for explicit OS-independent sync_strategy: 'default' ### Feature Requestion Allow for explicit `sync_strategy: 'default'` #### Use-case I want to set a sane OS-independent default value for the...
# Roadmap This issue will stay open and serves as a public Roadmap to show what needs to be done until a release will be ready. Comments serve discussions and...
I have enabled `publish:true` so that upon merge to master, the release is automatically created with a tag. You can see that in release `0.4.4`. However it is missing the...
# ffscreencast 2.0 rewrite and brainstorm I have noticed that there are quite some limitations on the existing `ffscreencast` implementation, some bugs that are hard to fix, options that are...
I am fully back on Linux now without any access to OSX, so I am looking for an homebrew maintainer who can keep the brews up-to-date: * https://github.com/cytopia/homebrew-tap
Support help here: https://forums.freebsd.org/threads/ffmpeg-x11grab-and-v4l2-ctl.54464/ Make it work under FreeBSD Required tools: - multimedia/ffmpeg - x11/xgrab - multimedia/libv4l - multimedia/v4l-utils - x11/xdpyinfo Current work will be done in branch `feature/freebsd`
### What happened? Error: An error occurred while attempting to decompress the response stream A 200 response code has been received while attempting to download an artifact ### What did...
I have followed the instructions: ``` curl https://drupalconsole.com/installer -L -o drupal.phar mv drupal.phar /usr/local/bin/drupal chmod +x /usr/local/bin/drupal ``` However when I want to execute `drupal` it gives me: ``` Fatal...