Charles de Bueger

Results 17 comments of Charles de Bueger

@JUVOJustin I got a hint from your solution that if I change the location rules for my field group, I could get this code to work. In my case I...

I have something similar but not identical - so it may not even be related. On start-up, my console output in VSCode is telling me: ``` [Extension Host] PHP Language...

I am curious to know what I am actually being warned about. As I am a developer (just not a C++ one), I kind of had fears that putting a...

Yes, I think something like this would be helpful - although since I am brand new to this package, I may be missing something obvious. I want the ability for...

@msavin you updated the docs for these two "new" methods a couple of days after I implemented something similar myself based on what @wildhart had suggested. Although I have not...

I have tried to put a note on an index field, and it didn't seem to come through: ``` Table permissions { id int [pk] user_id int [not null] role...

I constantly run into this error, and as you suggest, usually just null test the meteor.id() before doing something that might result in an error. There must be a better...

Thanks for your help here. ``` codecept run tests/EndToEnd_wpbrowser/themes/client/public/BlogArchiveCest.php --fail-fast --debug Codeception PHP Testing Framework v5.0.12 https://stand-with-ukraine.pp.ua [Connecting To Db] {"config":{"tablePrefix":"test1_","populate":true,"cleanup":true,"reconnect":false,"dump":["tests/Support/Data/dump.sql"],"populator":"","urlReplacement":false,"originalUrl":"","waitlock":10,"createIfNotExists":false,"dbUrl":"mysql://client-test:4DcBi&0F6axAR2w*@localhost:3306/client-test-1","url":"http://client.wpe.local","dsn":"mysql:host=localhost;port=3306;dbname=client-test-1","user":"client-test","password":"xxxxxxxx"},"options":[]} [Db] Connected to default client-db The WordPress installation will...

I am using WP Migrate Pro by delicious brains to create a dump file for all the tables that I need in the test (and then I rename the tables...

I rolled back to my old version of codecept since I need to keep working on development and this seems to be taking quite a while to fix - although...