Robert Komaromi

Results 9 issues of Robert Komaromi

I've read through the discussions in the following issues but they did not help resolve my problem: https://github.com/kevinongko/vue-chart-js/issues/10, https://github.com/kevinongko/vue-chart-js/issues/7. Here is an example on my issue on Code Sandbox: https://codesandbox.io/s/6w9mjky30w....

When using with [webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard), I get the following error: ``` ... webpack: Compiled successfully. Worker error Error: No code sections found at Bundle.validate (/Users/.../test_with_offline_plugin/node_modules/inspectpack/lib/models/bundle.js:54:11) at createBundle (/Users/.../test_with_offline_plugin/node_modules/inspectpack/lib/models/bundle.js:262:12) at Immediate.setImmediate [as...

external-incompatibility

I've copied the RPi image from http://www.viewtouch.com/nc.html and started up the PoS, however, I'm unsure how to configuring it. The documentation at http://viewtouch.com/ViewTouchManual.pdf mentions pressing F1 to bring up a...

Compare these two scenarios (using a basic sortable grid): ___ Scenario 1: `DragOverlay` with no props specified. Gif: ![dnd-kit](https://user-images.githubusercontent.com/7561061/120874496-e98ad480-c574-11eb-985d-13eb7e33cb47.gif) Code sandbox: https://codesandbox.io/s/react-dnd-kit-basic-sortable-grid-wyt2y Code snippet: ```jsx ``` ___ Scenario 2: `DragOverlay`...

**Describe the bug** The URL to view and download this extension is returning a 404 page. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://chrome.google.com/webstore/detail/page-ruler-redux/giejhjebcalaheckengmchjekofhhmal 2. See 404...

I have a controller at `lib/my_awesome_helpers/controller.rb` that looks something like this: ```ruby module MyAwesomeHelpers module Controller def print_some_stuff return 'some stuff' end end end ``` I set up my `webpack.config.js`...

question
more information needed

The following code works fine: ```js this.$vueSet({}, 'foo.0.bar'); // { "foo": [{ "bar": "some value" }] } this.$vueSet({}, 'foo.000'); // { "foo": ["some value"] } ``` However, the following code...

### Describe the bug The `@change` event is not emitted on inputs that use `maska` in Safari. ### Steps to reproduce Set up a basic input that uses `maska`; I...

Here is the code for the sample app: ``` class App extends Component { constructor() { super(); this.state = { selectedOption: 'one' }; } componentDidMount() { this.setState({ radioContent: this.setState({selectedOption: event.currentTarget.value})}...