K. Husseini

Results 22 comments of K. Husseini

I have worked around it by creating a sass file which imports the original and simply declare the transition and shadow overrides. Then I run r2 over the newly created...

I tinkered around a bit and noticed that the `rgba` is only parsed if it fits this format `rgba\((?:\d+,){3}(?:\d+|(?:\d*\.\d+)?)\)`. So if any whitespace is in the `rgba` string, it will...

The usecase is actually quite simple. I have a cluster filled with different microservices, some of which have access to user profiles, for example ecommerce checkout process, authentication services to...

> ```js > > ``` Do you maybe have a more elaborate example? Like how would I be able to access the ref from a different component? (like an export...

We used to use botkube, I just found out that the prometheus plugin is now only available for cloud accounts ONLY?! This is really a bummer, because now botkube is...

> you need to edit PVC that your statefulset created in your helm values set > > ``` > storageClass: > allowVolumeExpansion: true > ``` > > than: > >...

I also noticed, that the pagination always shows 8 pages, no matter how many results were returned. Even if no results are present

I noticed that this was fixed in the 2.1 branch, however if you like me cannot use that version due to version conflicts in dependencies you can try the following:...

@yoychen, @loming I have created a new repository based on your code for Vue3. My version has rewritten most of the code and includes a pinia store for easier statemanagement...