Edgar Schnüriger

Results 8 issues of Edgar Schnüriger

When using `:manual-input="true"` property on `vue2-timepicker`, a virtual keyboard will open on touch devices. An easy way to prevent that would be to pass [`inputmode="none"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode) attribute to the input itself....

Currently the plugin cannot convert all of Bootstrap 4 (`v4.0.0-alpha.6`). They are using some quite advanced SASS functions that the plugin doesn't convert yet. The LESS compiler will throw errors...

help wanted

**What you were expecting:** When my API returns `null` as the value for a ``, it should not lead to any warnings. **What happened instead:** When a record is returned...

documentation

``` components: schema: My-Awesome-Type: type: object properties: foo: type: string ``` ``` { SyntaxError: Unexpected token, expected "=" (2:20) .../node_modules/swagger-to-flowtype/node_modules/prettier/parser-babylon.js:1:326 ``` Even though prettier is the module crashing I think...

I have a question regarding the createAuthenticatedToken() function in GigyaProvider class. What exactly happens if inside loadUserByUsername() function a UsernameNotFoundException is thrown? Why do you return a token instead of...

**Problem description** [vue-loader](https://vue-loader.vuejs.org/guide/asset-url.html) provides a mechanism to transform a relative asset path inside a template to a javascript module: ```vue // source // result after transform createElement('img', { attrs: {...

Currently it is not possible to define custom queries as outlined in the documentation here: https://testing-library.com/docs/react-testing-library/setup#add-custom-queries Are there any plans to support this?

With https://github.com/pagedjs/pagedjs/commit/4cbe30119751cb73d0599b7377f0d8423f2307de the repeated table header handler as shown [here](https://github.com/pagedjs/pagedjs/blob/main/specs/tables/copy-column-widths/copy-column-widths.html#L51), stopped working. Any hints on how to fix that would be very welcome. A [comment in that regard](https://github.com/pagedjs/pagedjs/pull/196#issuecomment-2188654433) on the...