chx

Results 37 issues of chx

I see it here and there eg. https://labs.easyblog.it/maps/leaflet-search/examples/ajax-jquery.html but searching the repo and Google both reveals me nothing what the purpose of this property is. Thanks for the great library!

As noted in https://superuser.com/a/1142813/41259 SSH not only has an include file feature but also "`Include` directive may appear inside a `Match` or `Host` block to perform conditional inclusion." so the...

enhancement

As discussed in https://github.com/hoaproject/Math/pull/16 (ps. sorry for disappearing again)

enhancement
in progress

I have written my first test this last week using Mink and Chromedriver and it really is not clear Chromedriver is async (it wasn't always so although it's been more...

Note service tags.

DependencyInjection
Status: Needs Review

I found `xvfb-run chromedriver --port=4444` to work ... where `google-chrome-stable --headless` did not. I am not expert on this, I am just reporting and asking: would this be useful in...

According to https://www.backblaze.com/blog/b2-503-500-server-error/ we should retry. Well, let's retry then. The `timeoutPromise` function is from https://github.com/github/fetch/issues/175#issuecomment-216791333

**\* glibc detected **\* shell-fm: free(): invalid pointer: 0x0000000000843677 *** ======= Backtrace: ========= /lib/libc.so.6(+0x784b6)[0x7fd5b86274b6] shell-fm[0x40a2cf] shell-fm[0x409f8d] shell-fm[0x40750e] shell-fm[0x404843] shell-fm[0x4037e6] /lib/libc.so.6(__libc_start_main+0xf5)[0x7fd5b85d0725] shell-fm[0x403825] ======= Memory map: ======== 00400000-00412000 r-xp 00000000 08:01 132034...

I have a CLI tool which reads the configuration of an app and spits out `mysql --user=username --password=username --database=databasename` and it would be very helpful if I could just run...

I wrote https://github.com/chx/drupal-issue-fork/blob/main/src/DrupalIssueForkCommand.php and the `writeConfig` method is copy-pasted from `JsonConfigSource::manipulateJson`. Would you accept a PR moving this code into a static helper somewhere, `JsonFile` maybe?