.

Results 11 comments of .

Add predicate function to test if a unit is compatible with a string representation of the unit. This allows you to add constrains to unit columns. ``` unit_databases=# create table...

Plane-strain fracture toughness (K_ic) has the SI units MPa m^.5. Its definition and measurement are given in [ASTM E399](https://send.firefox.com/download/6a66d34ad2d6cc76/#20Y-X8Ezc3CsBthpkWBIwQ).

Added a predicate function that, given a text parameter, will tell you if that is parseable unit. ``` unit_databases=# select unit_valid('MPa m^0.5'); unit_valid ------------ t (1 row) unit_databases=# select unit_valid('abcdefghijklmnop');...

A few more ideas that could be useful: add base unit for pixel and cycle. I changed the unit definitions for angle and solid angles to be defined in terms...

@pcorpet, does this seem to be an acceptable way of getting UUID support in pymongo4 ???

> Is setting `uuidRepresentation` via `MongoClient `, either via kwargs or via URI, also supported? Here's the test I used https://github.com/mongomock/mongomock/pull/793/files#diff-dec417cb2fe6e43e2fac60200a0dc7b290cbfd4bf3aa78a2505ae802b22c57fcR152 Via kwargs to the collection.

@elanou Is this similar to the hack you did? https://github.com/joshuashaffer/mongomock-uuid-pymongo4/commit/64a5551629bbf2506004eac47ce27daf54d094fc

https://github.com/joshuashaffer/mongomock-uuid-pymongo4/commit/5944358bdc3577f5515dcbfd689728ca9a4834b4 Need to propigate codec_options in a few more places...

Issue is with rsvp() function. Addressed in https://github.com/Hallicopter/shirah-reader/pull/13

- ``` FAILED: src/qt/CMakeFiles/ui.dir/qt_mainwindow.cpp.o /usr/bin/c++ -DCMAKE -DDEBUG -DDISCORD -DEVDEV_INPUT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DUSE_DYNAREC -DXKBCOMMON -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -I/home/jbs/Repos/86Box/cmake-build-debug/src/qt -I/home/jbs/Repos/86Box/src/qt -I/home/jbs/Repos/86Box/cmake-build-debug/src/qt/ui_autogen/include -I/usr/include/freetype2 -I/usr/include/SDL2 -I/home/jbs/Repos/86Box/cmake-build-debug/src/include -I/home/jbs/Repos/86Box/src/include -I/home/jbs/Repos/86Box/src/cpu -I/home/jbs/Repos/86Box/src/codegen -isystem /usr/include/x86_64-linux-gnu/qt5...