narusemotoki/appengine_django_blank 4
AppEngineでDjangoを動作させるための空プロジェクトです。
Ubuntu14.04のEmacs24で使用している設定です。
Lingr notification for Ubuntu
特定の環境で日本語などのマルチバイト文字をGCMで送信すると文字化けが発生するので、それを修正したものです。
This is Wiki engine working in Google App Engine.
Brokkoly is a framework for enqueuing messages via HTTP request for celery.
issue openedgengo/gengo-php
Client is not working and support doesn't even know it exists
When using this client I end up with error {"opstat":"error","err":{"code":1800,"msg":""jobs" is a required field"}}
Since this field is supposed to be filled from within the client I assume this client is no longer operational. And/or doesn't work on newer version of PHP.
Have raised a support ticket for this as well but they don't even understand what I am talking about; they consistently refer me to the REST API documentation; even when explicitly (three times) telling them I'm using the PHP client.
created time in 15 days
pull request commentgengo/gengo-php
Adding proper guzzle version to work with laravel 8.0
@ryvasquez Can you please help? This issue holds me back from upgrading to PHP 8.
comment created time in a month
Segment text with SRX
fork in 2 months
PR closed gengo/gengo-php
To remove debug message it's displayed on debug environment, comment out messages.
This PR won't be merged to master because current main stream version is 3.x but this is a successor of 2.1.x.
pr closed time in 3 months
pull request commentgengo/gengo-php
close this PR because this shouldn't be merged into master. this should be remained as a branch because v2.1.x isn't main stream anymore.
comment created time in 3 months
delete branch gengo/gengo-php
delete branch : remove-getPreferredTranslators
delete time in 3 months
created taggengo/gengo-php
A PHP library to interface with the Gengo API for translation.
created time in 3 months
push eventgengo/gengo-php
commit sha 3754f75acce9c4c4e81aeb81c8ba0ba6c7fe7df1
remove debug outputs
push time in 3 months
pull request commentgengo/gengo-php
@markjezreeldagot @matthias-mess I think either's fine. I just thought it may convenient for some purpose because it have been remained long time. well, let's remove these statements if we don't need it.
comment created time in 3 months
Pull request review commentgengo/gengo-php
protected function request($url, $method, $format = null, $params = null) if ($this->config->get('debug', false)) { $response = $this->client->request($method);- echo $this->client->getUri(true) . "\n";- echo $this->client->getLastRequest() . "\n";+ echo "<!-- " . $this->client->getUri(true) . " -->\n";+ echo "<!-- " . $this->client->getLastRequest() . " -->\n";
Maybe we could just remove this messages? Not sure what it is for.
comment created time in 3 months
Pull request review commentgengo/gengo-php
protected function request($url, $method, $format = null, $params = null) if ($this->config->get('debug', false)) { $response = $this->client->request($method);- echo $this->client->getUri(true) . "\n";- echo $this->client->getLastRequest() . "\n";+ echo "<!-- " . $this->client->getUri(true) . " -->\n";+ echo "<!-- " . $this->client->getLastRequest() . " -->\n";
how about we will delete it?
comment created time in 3 months
PR opened gengo/gengo-php
To remove debug message it's displayed on debug environment, comment out messages.
This PR won't be merged to master because current main stream version is 3.x but this is a successor of 2.1.x.
pr created time in 3 months
created taggengo/gengo-php
A PHP library to interface with the Gengo API for translation.
created time in 3 months