Christopher Pereira

Results 71 comments of Christopher Pereira

BTW, thanks for writing and releasing this wonderful tool.

Check: https://github.com/pouchdb/pouchdb/issues/6528#issuecomment-1088647837 BTW, we first tried Howler but had a hard time to integrate it in our project, basically the same problem described here: https://github.com/redgeoff/couchdb-howler/issues/128#issue-956114213 We expected to find something...

Yes, you can select the columns you want to display and if you click on the column, the data is sorted ascending or descending and the plot shows the hours/minutes...

The "Database name" search box (to select a single database) can be replaced by a database search box (to filter databases). This is the google "standard". This feature would also...

Expecting the php file to be readable makes sense for dumping its source code, but would be less common. Anyway, if we want maximum compatibility, fopen, file, et. al. should...

The goal is to increase compatibility (have PHP apps running out of the box), so the default behavior should be in this direction too. So which pattern is more common?...

Right. I guess the physically (outdated) PHP file, should always overwrite whatever is deployed inside the MSA. This is useful (allows releasing some specific PHP files without recompiling) and less...

@jakubmisek, Some scripts use to check if a given PHP file is present, and set a variable for including this _and other files_ (for example, related .js and .css resource...

Nice, but in my case, the includes don't define classes or functions that could be checked. Another workarround would be to set some variables in the includes, in order to...