cvlmtg

Results 7 issues of cvlmtg

Hi, I'm trying to integrate my store (which uses immutable.js for its state) with redux-devtools using this api: ```js const options = { serialize: { immutable: Immutable, refs: [ Exercise,...

it looks like that since upgrading shipit-cli from 3.0.0 to 4.1.0 and shipit-deploy from 2.5.1 to 4.1.0, the rsync command broke my deploy script with this error: ``` @tools.bsmart.so-err Warning:...

bug

this is what happens when you edit an entity that have a field named "head": ![schermata 2015-02-01 alle 17 21 05](https://cloud.githubusercontent.com/assets/6401008/5992758/ebd3160e-aa36-11e4-9bc7-b64e359493a7.png) instead of the content of that field you see...

bug

This PR should fix the positioning of elements when applying `transform: scale()` to any element or any of its parents. it's based on https://github.com/floating-ui/floating-ui/issues/1594#issuecomment-1086821366 but instead of passing the scale...

Hi, I'm trying to integrate my store (which uses immutable.js for its state) with redux-devtools using this api: ```js const options = { serialize: { immutable: Immutable, refs: [ Exercise,...

needs investigation

Hi, if you look at this example: https://codesandbox.io/s/peaceful-lewin-csrnm changing the `disabled` prop on a new render doesn't disable the select. The select is disabled only if `disabled` is true on...

the file `dist/ZoomButtons.js` contains the line `require("./styles.css");` which makes the bundling fail...