Gert

Results 10 issues of Gert

https://stackoverflow.com/questions/63466072/autoclose-laravel-blade-directives-in-phpstorm-not-working

https://stackoverflow.com/questions/44400958/bind-dynamically-generated-forms-for-ajax-validation/

> gert@gert-pc:~/Downloads/Whatever-1.0.0-ia32$ ls -lah > total 115M > drwxrwxr-x 4 gert gert 4.0K Feb 10 2017 . > drwxr-xr-x 3 gert gert 4.0K Jun 26 19:51 .. > -rw-r--r-- 1...

I want to purchase Paypal plugin and looking at docs: https://octobercms.com/plugin/lovata-paypalshopaholic > Documentation I can't seem to see where the 'created before payment method' is referred to here?: ![image](https://user-images.githubusercontent.com/8372918/130743228-83a75eee-4137-429e-a7c2-7a26b0179889.png) Is...

question

``` /** @var \RainLab\User\Models\User User $user */ $user = Auth::getUser(); $order = $user->orders()->first(); // this doesn't work even though orders table has user_id relation ```

question

I'm trying to filter on 'parent' of my (nested set) Category class, according to this: http://www.yiiframework.com/wiki/621/filter-sort-by-calculated-related-fields-in-gridview-yii-2-0 But it's not working I suspect because the self-join query which would normally work...

Getting this error when using: vue 2.6.12 vue-fragment: 1.5.1 and (from readme): ``` import Fragment from 'vue-fragment'; Vue.use(Fragment.plugin); ``` ![image](https://user-images.githubusercontent.com/8372918/92895903-32659080-f41c-11ea-922a-2ac86110ba3c.png)

# Bug report ### What I did: Left password empty and tried saving user. ### What I expected to happen: Ignores the password entirely (ie dont try and update it....

can't reproduce

### Expected behavior Note: This isn't really a bug, more of a question ✌️ The following line to work: https://github.com/pimcore/demo/blob/2024.x/.docker/nginx.conf#L138C40-L138C53 ### Actual behavior nginx not finding index.php - $realpath_root is...

Bug

I am finding that the following line doesn't work as expected: https://github.com/jackocnr/intl-tel-input/blob/master/vue/demo/set-number/App.vue#L21 I am using vue (nuxt) 3, with "intl-tel-input": "^25.3.1" ``` script setup: import IntlTelInput from "intl-tel-input/vueWithUtils"; import "intl-tel-input/styles";...