Andrew
Andrew
Has this pull request managed to get merged with master yet?
Duplicate issue: https://github.com/HVision-NKU/StoryDiffusion/issues/27
Duplicate issue: https://github.com/HVision-NKU/StoryDiffusion/issues/27
Dump this to see what fields you need: ``
There are no logs for this time, presume that the error stopped that. But the url was a wordpress admin for a site I'm working on – using Chrome Version...
Well, looking at the terminal again, it's happened about 50 times in the last few hours, but then resolves: IndexError: list index out of range sh: -c: line 1: syntax...
macOS and via pip. Possibly attempted via brew too, but I don’t believe had any luck finding it
[yratof@eve:~] % pip freeze | grep ortools 1 ↵ ortools==6.7.4973 Looking like the same version > On 20 Jul 2018, at 13:10, Paul Butler wrote: > > Hmm, that should...
@squarestar Looking into the code I found this: `//if start with dd/ or d/ (not supported by strtotime())`. Going deeper into this, if you set the format to `m/d/y` the...
If you're using ACF5 @chimeno @cristiancs, the documentation is wrong. You need to replace `acf/register_fields` with `acf/include_field_types` You should end up with something like this: ``` add_action('acf/include_field_types', 'acf_date_time'); function acf_date_time()...