Jonathan-David Schröder

Results 186 comments of Jonathan-David Schröder

Note that `;` are not needed in TypeScript, the VSCode auto-formatter I use even removes them by default.

Since the project is in pure JS, I fear this PR will never be merged.. Or maybe in some documentation section

The PR is interesting. I have used only ``` namespace Cypress { interface Chainable { waitForRequest(alias: string): Chainable; waitForQuery(alias: string): Chainable; waitForMutation(alias: string): Chainable; getRequestCalls(alias: string): Chainable; getQueryCalls(alias: string): Chainable;...

Restoring actually does work as is.. ``` php // Non-working example $a = JobApplication::find(14846); $a->delete(); // Removes from Elastic Search index correctly $a->restore(); // Does nothing to Elastic Search //...

Hello, I cannot reply to this anymore as I am in a sabbatical year doing other things a computer. Though, @menthol could tell a bit more if he ever needs...

Hello Ivo, Open-sourcing a projects takes a lot of time and effort. I understand you and thank you for all your good work. I know for now, that I have...