Emilio P

Results 5 comments of Emilio P

You need to specify the file generated by the first command into the order flag. Example: ``` $ sudo splatplan -i image.png -o output.file $ sudo splatplot --order output.file ```...

For the composition api the following declaration file works really well: ```ts import Shepherd from 'shepherd.js' declare module 'vue-shepherd' { export function useShepherd(...args: Array): Shepherd.Tour } ```

This is a fresh installation of appwrite, 1.5.7. Still, I tried running the migrations anyway and the issue persists. Not sure what other info I could give to track down...

@stnguyen90 sorry for the late reply. Let me try out dumping the info as you suggested, and I'll report back

I managed to add the `var_dump($factors);` This is what it threw: ``` # I'm using a test user that already generated its recovery codes, not sure if that might be...