simensol

Results 8 issues of simensol

As the [documentation states](https://github.com/django-money/django-money#adding-a-new-currency), one can restrict the currencies listed on the project by setting the `CURRENCIES` variable with a list of currency codes on `settings.py`. I have added the...

Let's say I have a route `\publicinfo` that is accessible to both guests and registered users (`'ignore' => ['/publicinfo']`). How can I access the jwt attributes using `$request->getAttribute("jwt")` for registered...

question

I have a `BFormInput` form field which need more complex behavior than `v-model` supports. Thus, I have to use `:value` and `@input` instead: ```vue ``` However, I cannot get it...

question

The [documentation](https://cdmoro.github.io/bootstrap-vue-3/components/Form.html#validation) states that `null` form validation state means: > Displays no validation state (neither valid nor invalid) However, both TypeScript linting and the implementation requires the use of `undefined`...

question

After upgrading pylint from `2.14.5` to `2.15.0`, running `pylint **/*.py` now raises `django.core.exceptions.ImproperlyConfigured`. If I downgrade to pylint `2.14.5`, the issue disappears. With pylint `2.15.0`: ```bash $ pylint --version pylint...

I'm using the Vuetify library which ships with a lot of utility classes. I'm `@extend` some of these classes in my own classes, e.g.: ```scss @use "vuetify/styles"; .my-text-class { //...

question

Just a heads up, ESLint `v9` was released recently and it seems to be incompatible with `@vue/eslint-config-typescript`. Here's the error I got: ```bash npm ERR! ERESOLVE could not resolve npm...

Is it possible to tag Facebook pages in a Facebook post, like «Lorem Ipsum @mypage»?