Patricio Del Boca

Results 91 comments of Patricio Del Boca

Hello @Antoine81 ! Thanks for commenting. Sadly this is not a bug but an expected behaviour of CKAN, it will also happen with all the upload statics like profile images...

For reference. Seems like Qt provides an Undo framework to implement this features: - https://doc.qt.io/qt-6/qtwidgets-tools-undoframework-example.html - https://doc.qt.io/qtforpython-6/overviews/qtdoc-qundo.html - https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QUndoView.html#PySide6.QtWidgets.QUndoView

@roll @guergana in terms of implementation we can clearly separate this issue into 3 independent issues. If I would suggest a path I would say that we can implement the...

@romicolman we are debating if this is still important given that it will be a difficult change to do. Let's re-sync on this when you are back. cc @roll @guergana

@romicolman i have been digging in our codebase. Here are some findings (this is an FYI, no action needed on your side): ### General Application We need to define if...

## Some more Technical Notes In our current workflow (using `frictionless-py` to enforce they type of the value being save) we can create some error messages to notify the user...

## Some extra notes When the user clicks on `Save` after editing the grid, ODE calls `/table/patch` and several things happen. Related to this issue there are two important ones:...

Here is an implementation example of Search: https://reactdatagrid.io/docs/miscellaneous#csv-export-+-custom-search-box

So I have been playing around with searching. Here are some conclusions: 1. Our datagrid uses [remote pagination](https://reactdatagrid.io/docs/pagination#pagination) which makes sense if we want to be able to work with...

@romicolman I think this is a question related to `frictionless-py` since we are using it to read the data and the schema. I would venture to answer that ODE is...