Sascha Deus

Results 10 issues of Sascha Deus

`custom: { delimiters: ['-', '-'], blocks: [2, 5, 5], numericOnly: true }` Should be 12-12345-12345 If input is bind with v-model one more char is possible ![image](https://user-images.githubusercontent.com/2220942/97459481-1cfce500-193c-11eb-813d-ad683c27b586.png) ``

I am using here MSSQL and i got an error if columns are configured because of the order by Clause. SQLSTATE[HY000]: General error: 20018 Incorrect syntax near '`' I think...

I have a Laravel 6 Porject with very easy Models. But the generation stops because of a model with: ```php artisan vue-i18n:generate Exception : Unexpected data while processing /home/vagrant/code/lukaeu-elearning/app/Question.php at...

awaiting feedback

`` You can input for example 5,00 as value in Germany. But if you reload the page the decimal/float of the database will be rendered as 500 even if in...

Created Folder for /de under resources and translated current exceptions to german in a eCommerce context. Added .env var option for Tax is included or not at the installed store

``` ... ... ``` with `$reader->values()` the result looks like this ![CleanShot 2024-01-04 at 13 00 29](https://github.com/saloonphp/xml-wrangler/assets/2220942/27819eaa-7ec6-4185-b43a-9df9039ff205) How to keep the attributes as keys?

I started a fresh and new box with homestead 14.0.2 with parallels as provider. I expected to get 192.168.56.56 like configures in the Homestead.yaml. But in every try for booting...

If you have a bigger file and getting elements ```php $catalog_structure = $reader->value('T_NEW_CATALOG.CATALOG_GROUP_SYSTEM.CATALOG_STRUCTURE')->lazy(); $i = 0; foreach ($catalog_structure as $item) { // iterate items } ``` How to stop reading...

If you installing Statamic to an existing Laravel project it would be nice if there would be a command or addition that 1. adding the folder /assets to the /public...

`bd migrate sync beads-sync` Error: failed to open database: failed to enable WAL mode: sqlite3: unable to open database file: open /Users/myuser1/Code/Sites/my-project/.beads: is a directory