Caio Tarifa
Caio Tarifa
Usually I implement my own method called `push` to easier handle the initialization of this library in all calls of my app. ``` javascript const imgCacheQueue = [] ImgCache.push =...
* Framework7 version: 4.2.0 * Platform and Target: Probably all, but tested in Chrome browser for desktop. * Live Link or JSFiddle: https://jsfiddle.net/x67w3gvc/1/. ### Describe the bug The `Subnavbar` component...
I'm following all steps, but I am getting the following error:  Would anyone help me?
Use like this: ``` ruby package.arrived? ``` Will return a `boolean` result.
I noticed that it isn't possible to use the `fitText` property with `TextRun`. I believe it would be interesting to add this possibility.  ```xml ``` _**Reference:** ECMA-376, 3rd Edition...
I'm writing to propose a critical improvement for the `Button` component in PrimeVue. Currently, there's a significant accessibility and HTML compilation issue when using buttons with links or router functionality....
Hey guys. I'm using `truncato` with a Rails 4 application. My needs are a bit different from the goal of gem, so I created a helper: ``` ruby def truncate_html(content,...
### Description I don't know if this is a bug or a feature (haha). In some cases, I need to initialize my sort with data from a URL. For example,...
### Description Currently, we have slots named `-header` and `-data`. However, in some scenarios, it may be necessary to intercept all cells, regardless of the column name. It would be...