Nicholas Albion
Nicholas Albion
How or where do you get the extension's public key for the manifest? https://github.com/firebase/quickstart-js/tree/master/auth/chromextension
As discussed in #24
Something like this (based on `vhost-ssl.template`) ``` # File Managed by Puppet ServerAdmin ServerName DocumentRoot ErrorLog /-error_log CustomLog /-access_log common SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH SSLCertificateFile /ssl.crt/server.crt...
apache/manifests/init.pp: ``` $vdir = $::operatingsystem ? { /(?i:Ubuntu|Debian|Mint)/ => "${apache::config_dir}/sites-available", SLES => "${apache::config_dir}/vhosts.d", default => "${apache::config_dir}/conf.d", } ```
less.js 1.5.0 will have support for source map generation. It's already implemented, just waiting for the next release. https://github.com/less/less.js/issues/1050
# Output for New Task | Feature name | Output for New Task | | :------------ | :---------------------------------- | | **Author(s)** | Nicholas Albion ([email protected]) | | **RFC PR:** |...
# Pull Request ## Description task/step input were being confused with additional_input ## Checklist Please review and check the following items to ensure your pull request can be processed smoothly:...
# Pull Request ## Description This is totally untested, but should be a good starting point for people trying to run serverless Agents in the cloud. ## Checklist Please review...
# Pull Request ## Description Use https://github.com/nalbion/any-cloud-storage to abstract storage of artifacts ## Checklist Please review and check the following items to ensure your pull request can be processed smoothly:...
# Pull Request If the `AgentConfig` provides `apiKeys: string[]` or `jstSecret: string` the server will authorise all requests. ## Description Updated #80 ## Checklist Please review and check the following...