CaptainFalcon92
CaptainFalcon92
I tried to add some placeholder documentation for tabs. Although i'm not very familiar with `.ejs` files. Sorry if i messed up. About javascript implementation: Below is the shortest bit...
Hello. As a reference image i provide these. It looks like depending on what windows these were used, they could also be justified left or in full width. I think...
I have it working in Nuxt 2 with `@nuxtjs/composition-api` ```js import { reactive, computed } from "@nuxtjs/composition-api" import useVuelidate from '@vuelidate/core' import { required } from '@vuelidate/validators' export default {...
Hello. Unfortunately the Fontello project json file has **never been kept and is since lost**. Therefore you cannot "extends" the library. You 'll have to **create a new icon project**...
Hello. The admin dashboard is accessible at `/admin/` This URI can be obfuscated in production from the parameter `cocorico.admin` Themes are in-premise integrations and are not available in CocolabsSAS repositories....
Backing up this issue. Could regex not be working at all ? I do ```js const res = await this.$axios.$get('/api/foobar/123') ``` ⭕ This works (with url as string): 200 ```js...
Resurrecting that issue; i just came across this need today myself. Having the ability to call UniqueEntity constraint from outisde an entity would be the perfect answer. Especially at the...
I made my own like this. Not perfect, but it works fine so far. ```php class UniqueDTO extends Constraint { public ?string $atPath = null; public string $entityClass; public string|array...
We are quite probably several thousands in the need for this runtimeConfig support. It is a basic requirement for any nuxt module now. Is there still someone maintaining this repository...
Good day. I'm joining the nRF52840 party with the Xiao Seeed BLE today, and i wonder if this consumption issue is still a thing to this day ? Best,