Primož Rome

Results 14 issues of Primož Rome

I would like to add keyboard listener for any key press except enter, space, shift, alt, ctrl, tab? Is this possible with KeyboardJS?

Request

Anyone else has problem deploying Cobe to Vercel with Chekly checks (Next.js project)? I am using the example script from the Cobe page. It runs great in local environment, but...

Is there any plan to extend warden to have permission based on users and not only roles as in current implementation?

Feature

Is it possible to style icons to have unified colour of the social icons? Like this?

Any idea why it is animating width when using slide animation? This is not particularly very good, because all the content inside menu bar is transforming when width animation is...

I think using `Vue.component` and register detail component globally is not a very good practice. I mean it's not a big issue, but becomes when you have several tables in...

I am trying to use `vue2-animate` CSS library (http://about.asika.tw/vue2-animate/) with vue-table2 to apply transitions to details row but it's not working. Here is my setup: ``` ``` Transition is not...

bug

Could we somehow mark all libraries, extensions and components which are 2.0 ready?

suggestion

Is there a plan to ad support for editing cell (or multiple cells at same) values with a callback for handling save logic?

I am having problem with file types. I want to accept `*.lic` files, and I can not get it to work... Here is my code: ``` import { FileUploader }...