Yopai
Yopai
Hi, thanks for the LFS-mechanism, that's great ! If I try to download an object directly with its url - the one I read in the , I got a...
I just installed tnote. And started it. Then it asks two questions : `Please enter your key` `Please enter your passphrase` I guess the purpose of this is obvious for...
Hi, In order this library can be used with composer, there are three things to do : * create a composer.json * move the class into its own namespace, in...
It would be useful to be able to do system operations from within the widget : * read/write files on the disk * launch a command I'll try to get...
* Allow declaration of variables (with their type, and their default value) via the meta * On a widget, allow changing the value of the variables ... and what do...
Instead of having to do : * right-click * Toggle Move * Move * Click It would be much easier to have a "handle" bar, that you can grab and...
Context : I'm trying to write an OciAdapter to handle migrations inside an Oracle database Expected behaviour : * the migration table is created automatically with no change, or a...
**Context:** I'm working on a project (moreover in PHP7, and if you ask : migration to PHP8 is planned) with an Oracle database. I found phinx as an interesting migration...
In this PR : * a new method "castToDate" is added, to generate Date-specific SQL (allow it to be a TO_DATE expression for the future OCIAdapter) * migrated use it...
Hi, === Context Phinx :) for this work. I'm writing an Adapter for PDO-OCI. I'm getting blocked by some things that should be fixed in. === Observed behaviour The PDOAdapter...