A powerful and flexible Emacs major mode for editing PHP scripts
Emacs mode to phpunit and test command line tool
PsySH on Emacs, PHP interactive shell (REPL)
Repeated detection and execution of key operation
Functional toolbox
emacs-php/emacs-auto-deployment 18
Copy file on save, automatic deployment it. aka auto-deployment.
BaguettePHP/http-accept-language 17
HTTP Accept-Language header parser
日本語でEmacsでのPHPの開発情報を集約するリポジトリです
PHP Composer interface for Emacs
Major mode for editing Apache configuration files
push eventsymplify/symplify
commit sha 545e00e0794ef1a83414f4ba5a1c44332d52983d
[ECS] Remove deprecated sets (#3324)
commit sha 0dbc0b879c88a58edb42085c7d5780c15b1b307c
[ECS] Parallel raw copy init
commit sha a6ee79b124d99529bf3a732dbb0daa5a5999d41c
add Serializable interface
commit sha 16c1c8cbaddaeabb2bc669b8963110c979198d63
make file processor return the diff/error array result instead of internal jugglin via error collector
commit sha bfb153d9593740843174c68fff74e0ccd231c23a
move from ErrorAndDiffCollector to returned arrays
commit sha 62d1d530bb1cf8b1cf24cd605b44ccff4ef02870
simplify file processor
push time in 3 minutes
Pull request review commentimas/imasparql
Add pop links attribute ポプマス追加実装アイドルの属性データ追加
<schema:gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">male</schema:gender> <imas:Brand xml:lang="en">SideM</imas:Brand> <schema:memberOf rdf:resource="315Production"/>+ <imas:PopLinksAttribute xml:lang="en">fire</imas:PopLinksAttribute>+ <imas:PopLinksAttribute xml:lang="ja">炎</imas:PopLinksAttribute>+ <imas:PopLinksAttribute xml:lang="en">sky</imas:PopLinksAttribute>+ <imas:PopLinksAttribute xml:lang="ja">空</imas:PopLinksAttribute>
「風(wind)」が正しいかと思います。
https://poplinks.idolmaster-official.jp/idol/detail.php?ch=oa07i0b9
comment created time in 7 minutes
issue commentvimeo/psalm
Conditional return type on constructors
Hey @marcosh, can you reproduce the issue on https://psalm.dev ?
comment created time in 6 minutes
issue openedvimeo/psalm
Conditional return type on constructors
For standard methods, I can use conditional types to specify the return type according to the types of the inputs.
Is there a way to do the same for a constructor, even though it does not have a return value?
This could be useful when templates are present. For example in the following example
/**
* @template A
*/
class Foo
{
/** @var A */
private $i;
public function __construct(string $i)
{
if (is_numeric($i)) {
$this->i = (int) $i;
} else {
$this->i = $i;
}
}
}
it would be nice to say that new Foo(42) has type Foo<int> in the signature of the constructor
created time in 6 minutes
push eventsymplify/symplify
commit sha f4df8baa5ee8f9589747b0ce76cb9cef19681d63
simplify file processor
push time in 12 minutes
push eventsymplify/symplify
commit sha bf26342268e2c5dd4eee953af8eeb56c4e7d80fb
move from ErrorAndDiffCollector to returned arrays
push time in 15 minutes
push eventsymplify/symplify
commit sha 37fc1b71f69cd36ae9342b183337db997eb91efc
move from ErrorAndDiffCollector to returned arrays
push time in 17 minutes
Pull request review commentpostmanlabs/newman
Added Newman Request command and curl options
program }); }); +// The `request` command allows you to run single request with the provided options.+program+ .command('request <url>')+ .description('Run single request with provided options')+ .usage('<url> [options]')+ .option('-X, --request <method>',+ 'Specify request method')+ .option('-H, --header <header>',+ 'Specify request header', util.cast.memoize, [])+ .option('-A, --user-agent <agent>',+ 'Specify request user agent')+ .option('-d, --data <data>',+ 'Sends the specified data to the server with type application/x-www-form-urlencoded or application/json')+ .option('--data-raw <data>',+ 'Sends the specified data to the server in raw format')+ .option('--data-urlencode <data>',+ 'Sends the specified data to the server with type application/x-www-form-urlencoded')+ .option('--data-binary <data>',+ 'Sends the specified data as-is')+ .option('-F, --form <name=content>',+ 'A single form-data field', util.cast.memoize, [])+ .option('-G, --get',
Noted, but curl is already supporting -g as another curl option, please check here: Link.
comment created time in 17 minutes
push eventsymplify/symplify
commit sha 52c60523dc29c43a212a5e7ef7f0e4d9e173f5bf
move from ErrorAndDiffCollector to returned arrays
push time in 18 minutes
push eventsymplify/symplify
commit sha c1a6c9651ace6c2df1a83a169bf4bf3a2c11725d
move from ErrorAndDiffCollector to returned arrays
push time in 19 minutes
push eventsymplify/symplify
commit sha ce404b308997d03ec3f58497c5e437243371774b
fixup! fixup! fixup! move from ErrorAndDiffCollector to returned arrays
commit sha 5320bf3ba5ff289e588ec0ff5f039cb55c983296
fixup! fixup! fixup! fixup! move from ErrorAndDiffCollector to returned arrays
push time in 20 minutes
issue commentabo-abo/swiper
I think I have the same issue:
(use-package ivy
:custom
(ivy-re-builders-alist '((swiper . ivy--regex-plus)
(t . ivy--regex-fuzzy)))
:config (ivy-mode))
;; :init
;; (setq ivy-re-builders-alist '((swiper . ivy--rege-plus)
;; (t . ivy--regex-fuzzy))))
The only way to make it work is by uncommenting the :init section. Should I move all my config into setq forms in the init section? should I start using ivy-configure (tried to find its documentation at https://oremacs.com/swiper but failed)?
comment created time in 22 minutes
push eventT-Regx/T-Regx
commit sha 036792bfc23da752dc03f3f63fe11b0916e79609
Add ExpectedFigures to Placeholder
commit sha 05e1994e3b2016c4cc42dfb79ff91357e6d36b44
Add TokenFigures
push time in 23 minutes
push eventT-Regx/T-Regx
commit sha 036792bfc23da752dc03f3f63fe11b0916e79609
Add ExpectedFigures to Placeholder
commit sha 05e1994e3b2016c4cc42dfb79ff91357e6d36b44
Add TokenFigures
commit sha 54fcdad816de8e7156c4f3da9b912851379b8864
Add View
commit sha db516f5fd967fdaa23793242cd784066c402327f
WIP
push time in 23 minutes
push eventsymplify/symplify
commit sha 47c74f43c63d17b00f59dca5e85a4fd021d9a939
[ci-review] Rector Rectify
push time in 29 minutes
push eventT-Regx/T-Regx
commit sha 8c432ffb66ef8ae077cc4385395904d5953cc1a2
Add PcreParser #91
commit sha e4bc38b72e14468256bd42bf0f3d3d967b40dc2d
Add ExpectedFigures to Placeholder
commit sha ced4484da7ba062cbaf8e0e676ca684e38d4d7e1
Add TokenFigures
commit sha 8c73a119085a88141346d40cfc0ebec92b5650d6
Add View
commit sha 9d4bd4e5b3fd0fa6b13d51b407176268b59d4ab1
WIP
push time in 32 minutes
push eventT-Regx/T-Regx
commit sha 8c432ffb66ef8ae077cc4385395904d5953cc1a2
Add PcreParser #91
commit sha e4bc38b72e14468256bd42bf0f3d3d967b40dc2d
Add ExpectedFigures to Placeholder
commit sha ced4484da7ba062cbaf8e0e676ca684e38d4d7e1
Add TokenFigures
push time in 33 minutes
created repositorylampager/lampager-doctrine2
Rapid pagination for Doctrine 2
created time in 33 minutes
push eventsymplify/symplify
commit sha f0667a519769e256af0075a93e655881231095be
[ci-review] Rector Rectify
push time in 34 minutes
push eventsymplify/symplify
commit sha fc808ebd88e44906540b6507be254804b7018e8f
fixup! move from ErrorAndDiffCollector to returned arrays
commit sha 3f58f1488f5b8c82297c7ea7ed8d421099892c28
fixup! fixup! move from ErrorAndDiffCollector to returned arrays
push time in 34 minutes
push eventsymplify/symplify
commit sha 9db8e89ec29e14c3dd23d047dee0310d47f88107
[ci-review] Rector Rectify
push time in 35 minutes
push eventT-Regx/T-Regx
commit sha 43aa2ee693aed75820bb5d0e5bbd90466eec8041
Remove duplicationMappers from AlternationQuotable
commit sha 9d422804e64e4313c06ea19f0c70e89103c6e71c
Move prepared parsers out of \Prepared\Parser namespace
commit sha e77a61bc4d7fee84beef5d3e9e7f7af77af20fa6
TemplateParser uses "@" placeholder, instead of "&" #91
commit sha 817295118992b6775a7a5a564f975e522a0ce39b
Remove TemplateStrategy #91
commit sha 48cf260101e738bf609e6595cb7cbc345e76746a
Add ExactExceptionMessage and TestCasePasses
commit sha b11457f13cb69c8d458f463ff890d71b91013baf
Add Flags
commit sha b44a3041cf214d1f46b7a7e274cac12588140bf9
Add TipStack
commit sha 599c5edd373f1141d6cd05756a8639eabc900044
Add UserArrayTemplate
commit sha ccd68ca9b94fc855b232380610d1cf37fc98d635
Add ExpectedFigures
commit sha ff89aa3a257b6a627b64f09856f3c54709efa2ce
Add PcreParser #91
commit sha c1f965a298d62e39fe38103a29d347435793db89
Add Entity.quotable()
commit sha e68f51d90b2cbd8bd8212cd87db27765b1564207
Add ExpectedFigures to Placeholder
commit sha a28f11f9941545f97209850d591296587418ac79
Add TokenFigures
push time in 37 minutes
push eventT-Regx/T-Regx
commit sha 43aa2ee693aed75820bb5d0e5bbd90466eec8041
Remove duplicationMappers from AlternationQuotable
commit sha 9d422804e64e4313c06ea19f0c70e89103c6e71c
Move prepared parsers out of \Prepared\Parser namespace
commit sha e77a61bc4d7fee84beef5d3e9e7f7af77af20fa6
TemplateParser uses "@" placeholder, instead of "&" #91
commit sha 817295118992b6775a7a5a564f975e522a0ce39b
Remove TemplateStrategy #91
commit sha 48cf260101e738bf609e6595cb7cbc345e76746a
Add ExactExceptionMessage and TestCasePasses
commit sha b11457f13cb69c8d458f463ff890d71b91013baf
Add Flags
commit sha b44a3041cf214d1f46b7a7e274cac12588140bf9
Add TipStack
commit sha 599c5edd373f1141d6cd05756a8639eabc900044
Add UserArrayTemplate
commit sha ccd68ca9b94fc855b232380610d1cf37fc98d635
Add ExpectedFigures
commit sha ff89aa3a257b6a627b64f09856f3c54709efa2ce
Add PcreParser #91
commit sha c1f965a298d62e39fe38103a29d347435793db89
Add Entity.quotable()
commit sha e68f51d90b2cbd8bd8212cd87db27765b1564207
Add ExpectedFigures to Placeholder
commit sha a28f11f9941545f97209850d591296587418ac79
Add TokenFigures
commit sha 5723eed827e145ef76b3bc6adc73f96a1208d1a1
Add View
commit sha 94ceb3dd7a93f985735298d98e67fd4aed433fef
WIP
push time in 37 minutes
push eventsymplify/symplify
commit sha b4afeb5f9fa8fff45434c27672a5c93827791354
move from ErrorAndDiffCollector to returned arrays
push time in 38 minutes
push eventsymplify/symplify
commit sha 0159ae71a7602f930300d252490d5a6be655474d
move from ErrorAndDiffCollector to returned arrays
push time in 39 minutes
push eventsymplify/symplify
commit sha 1499b2921dd61f5a6f3e4ea8d6428a902b32bd49
move from ErrorAndDiffCollector to returned arrays
commit sha c275da211b4bf679c2b3b6f623dd92346d62b431
fixup! move from ErrorAndDiffCollector to returned arrays
push time in 40 minutes
PR opened imas/imasparql
ref. #439 既にポプマス属性が登録されているアイドルと同様に、 ポプマス追加実装アイドルにもポプマス属性データを入れました。
pr created time in an hour
push eventsymplify/symplify
commit sha 519c93fb9364592fa23b618971b18b0ada8778f2
[ci-review] Rector Rectify
push time in an hour
push eventsymplify/symplify
commit sha 06aba30c8e3a08fcfd1514976202c49a6dbd6b83
[ci-review] Rector Rectify
push time in an hour
push eventsymplify/symplify
commit sha 8fc997c469ebc6c7b679e28bef71e5ac711ee286
[ci-review] Rector Rectify
push time in an hour