A lisp web browser using WebKit
platformsh/config-reader-php 15
Configuration reader library for Platform.sh hosting - PHP version.
Uses LXC to run short-lived containers and run tests on it.
Some config files I use for vim, tmux or awesome.
A JavaScript interpreter in Go (golang)
A set of extensions for `colander`.
platformsh/openssh-ldap-publickey 1
Wrapper for OpenSSH to store public keys inside the OpenLDAP entry.
TCP proxy for your HTTP requests
An experiment
ralt/chrome-native-messaging 1
A package to communicate with a Chrome extension as the native application
push eventplatformsh/config-reader-python
commit sha 7275c3f602f3a0c8df2502f863456de40d7d9f3b
include the CHANGELOG.md file in the python package It's being used by `setup.py`, and if it's absent it fails to build like so: ```text Collecting platformshconfig (from -r requirements.pinned.txt (line 17)) Downloading https://files.pythonhosted.org/packages/b1/a2/92d625da9b0a4c29bc096c0ebe3fd0db53cb2ef9f5e4d299329810824d4f/platformshconfig-2.3.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-_tVzDp/platformshconfig/setup.py", line 20, in <module> with open('CHANGELOG.md', 'r', encoding='utf-8') as f: File "/opt/python/2.7/lib/python2.7/codecs.py", line 898, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 2] No such file or directory: 'CHANGELOG.md' ---------------------------------------- W: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-_tVzDp/platformshconfig/ ```
commit sha 137d3aa3752668b9d35c866b277fd7d33e47fbbb
Merge pull request #31 from danmilon/mr/add-changelog-for-setup-to-work include the CHANGELOG.md file in the python package
push time in 4 days
PR merged platformsh/config-reader-python
It's being used by setup.py, and if it's absent it fails to build like so:
Collecting platformshconfig (from -r requirements.pinned.txt (line 17))
Downloading https://files.pythonhosted.org/packages/b1/a2/92d625da9b0a4c29bc096c0ebe3fd0db53cb2ef9f5e4d299329810824d4f/platformshconfig-2.3.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-_tVzDp/platformshconfig/setup.py", line 20, in <module>
with open('CHANGELOG.md', 'r', encoding='utf-8') as f:
File "/opt/python/2.7/lib/python2.7/codecs.py", line 898, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: 'CHANGELOG.md'
----------------------------------------
W: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-_tVzDp/platformshconfig/
pr closed time in 4 days
pull request commentnodejs/node
Hi there, sorry but I have a couple of questions about the maxRetries parameter:
- Is it per file?
- If it is global, is the backoff reset on success?
- If it is 0, does it mean infinite retries?
comment created time in 7 days
push eventplatformsh/platformsh-docs
commit sha 039e3fc4ed604da8c048063374761bd0c1060db1
update variables python example Use # for python comments
commit sha 8211bf97c7be42f182a1ea9b7a086697f5cbca02
Merge pull request #1578 from mpgomez/update_variables_python_example update variables python example
push time in 10 days
PR merged platformsh/platformsh-docs
Use # for python comments
pr closed time in 10 days
push eventralt/gpg
commit sha c58aabd113e1da5b194f73c79e60470390528381
Update sexpr.go
push time in 17 days
fork ralt/crypto
[mirror] Go supplementary cryptography libraries
https://godoc.org/golang.org/x/crypto
fork in 18 days
pull request commentprep/gpg
Allow packets to have 3 elements
Sorry it should be a < 2, not <= 2.
comment created time in 19 days
PR opened prep/gpg
This is coming out of my agent.
pr created time in 19 days
push eventralt/gpg
commit sha a4ba9277090eea8d7c7a7bd57af00aff340d742f
Allow packets to have 3 elements This is coming out of my agent.
push time in 19 days
push eventplatformsh/platformsh-docs
commit sha 23443f17674a8328ca0f91d8cb9aa9ad84548c87
Update scalability.md Remove outdated SLA info.
commit sha ceea081dc8cef3f539a9ea2fd5e1c52dabdc936f
Merge pull request #1564 from platformsh/rm-sla Update scalability.md
push time in a month
PR merged platformsh/platformsh-docs
Remove outdated SLA info.
pr closed time in a month
Pull request review commentplatformsh/platformsh-docs
Describe our PSL and subdomain handling.
+---+title: "Subdomains across different projects"+sidebarTitle: "Subdomain handling"+weight: 2+description: "How to handle multiple subdomains on different projects."+---++If you want to host multiple projects off of the same domain name, such as `foo.example.com` and `bar.example.com`, you will need to register an additional DNS record to make that possible. If you do not, the second project you try to create will reject your domain.++## Quick solution++To enable multiple projects to use subdomains of the same domain, you must add a DNS `TXT` record with your DNS registrar. Consult your registrar's documentation for how to do so, as it varies from one registrar to another.++The record should look like the following:++```+_public-suffix-root.example.com TXT "public-suffix-root=example.com"+```++Replace `example.com` with your actual domain name. That will tell Platform.sh that `example.com` is a top-level domain, and allow you to add multiple `something.example.com` domains on different projects on Platform.sh.
Maybe specify "if you want to add example.com after adding foo.example.com on another project, you will need to ask our staff in a support ticket" or something along those lines?
comment created time in a month
push eventralt/lisp-binary
commit sha 8b1b8f2628ff22ab9e169ec7e6c710883970c5a4
Pass byte-order to counted-array's write-binary Fixes #39
push time in 2 months
issue openedquicklisp/quicklisp-projects
Repository: https://gitlab.com/ralt/nbd Description: This is a Network Block Device (aka nbd) library. This implements most of the NBD protocol in order to let you write custom NBD servers. License: MIT Prior art: none that I've found.
Cheers
created time in 2 months
issue openedj3pic/lisp-binary
counted-array's write-binary does not respect byte-order
The argument is not passed there https://github.com/j3pic/lisp-binary/blob/master/types.lisp#L313
created time in 2 months
issue commentNetworkBlockDevice/nbd
Unspecified behavior: NBD_OPT_EXPORT_NAME in fixed newstyle negotiation?
Thank you! Should the specification be updated to mention that newstyle (and not fixed newstyle) should be used for this option, even though the handshake is in fixed newstyle mode?
That said, you're raising a question for me: what is supported in nbd-client at the moment? I saw that structured replies (and so meta context) and NBD_OPT_GO aren't supported, what about NBD_OPT_INFO? What about the transmission flags? I'm currently implementing a custom server but would like to avoid implementing features that aren't supported. Is there a resource that I missed explaining this?
Cheers
PS: feel free to close this issue, given that the original question is answered.
comment created time in 2 months
issue openedNetworkBlockDevice/nbd
Unspecified behavior: NBD_OPT_EXPORT_,NAME in fixed newstyle negotiation?
Hi,
Sorry if I missed this part, but it seems that this is an unspecified behavior there, what is the server supposed to do if fixed-newstyle negotiation was negotiated, but the client offers the NBD_OPT_EXPORT_NAME option?
Is the server supposed to:
- return notsup?
- hard disconnect?
- fallback to newstyle negotiation despite fixed-newstyle negotiation being enabled before?
created time in 2 months
pull request commentplatformsh/platformsh-docs
Rename Introduction section have a path of introduction.
Please make sure redirects are handled properly, SEO matters.
comment created time in 2 months
issue openednaseemkullah/google-group-members-list-python
Hi,
I just stumbled across your repo and found this funny line https://github.com/naseemkullah/google-group-members-list-python/blob/master/google_group_members_list.py#L85
I think you need another argument :)
Cheers
created time in 3 months