Titon Barua

Results 5 issues of Titon Barua

As far as I know, currently there is no idiomatic way to define `:cell-value-property` for `table-column` components. You have to jump through hoops to create an object which implement the...

enhancement
help wanted

As the title says, yada does not verify post parameters if no request body is present. Is this feature, or bug? I have uploaded a repo with demo code. Please...

Implementation of `yada.security/verify` multimethod for *Basic* auth scheme is buggy. It assumes that any *Authorization* header is destined for it and does not properly check if the header value starts...

If you see graphs not popping up in Ubuntu 22.04, it's because of `matplotlib` version `3.9.0`. The fix is to install version `3.8.0` of this library using `pip3 install matplotlib==3.8.4`.

As the title says. Ubergraph's visualization function is quite sensitive to node and attribute naming format. The issue is with the underlying library dorothy ( https://github.com/daveray/dorothy ) which seems to...