Balázs Reé

Results 11 issues of Balázs Reé

Fixes #1652 . The int64 writer cannot handle the hash directly, because it interprets it as a string representation of a Long number, instead of a hash. This is obviously...

- In better support of the preview image link - Reuses serialization from existing field serializers - Flexible adapation allows new types to be added in the future WIP until...

25 status: deferred

Was SSR error: ``` TypeError: Cannot read properties of null (reading 'title') at Function.module.exports../node_modules/@plone/volto/src/components/manage/History/History.jsx.__webpack_exports__.default.Object.getHistory [as mapToProps] (/Users/ree/work/kitconcept/fzj-dlr/dlr-internet/frontend/node_modules/@plone/volto/src/components/manage/History/History.jsx:302:1) at mapToPropsProxy (/Users/ree/work/kitconcept/fzj-dlr/dlr-internet/frontend/node_modules/react-redux/lib/connect/wrapMapToProps.js:53:46) at Function.detectFactoryAndVerify (/Users/ree/work/kitconcept/fzj-dlr/dlr-internet/frontend/node_modules/react-redux/lib/connect/wrapMapToProps.js:62:19) at mapToPropsProxy (/Users/ree/work/kitconcept/fzj-dlr/dlr-internet/frontend/node_modules/react-redux/lib/connect/wrapMapToProps.js:53:46) at handleFirstCall (/Users/ree/work/kitconcept/fzj-dlr/dlr-internet/frontend/node_modules/react-redux/lib/connect/selectorFactory.js:34:18) at...

Spice uses `Caml_int64.bits_of_float` / `Caml_int64.float_of_bits` but I've noticed that for negative numbers float_of_bits gives NaN. Therefore I have the suspicion that this library is broken. Consequently, spice is broken with...

Fixes clicking on three dots, which causes an error in case of layout is missing, It's unclear what causes the layout to be missing. However from the asyncconnect code it's...

01 type: bug

This caused me a lot of time to figure out. I assumed that ISR would be working out of the box with this example. However when I created a new...

The BoolOp does not have an index property, but execute checks that for the first index. So If the first query itself is composed by another boolean, it will fail....

Hi, just upfront I'd like to say I really love this product, thanks for all the work you're putting into it. Recently I started to dockerize an app, and realized...