lgprobert

Results 7 issues of lgprobert

Currently LXD brings VM type image support with new attribute "Type" which has two possible values: `["virtual-machine", "container"]`. On CLI, we pull VM image with additional argument `--vm`. Without support...

When data returned from JDBC is in "BIGINT" data type, jaydebeapi does not convert it to integer values. Instead, it generates results in `jpype._jclass.java.lang.Long` like this: `('A', 'F', , 377518399.0)`...

Hi, The sample in this repo is pretty straightforward and clear. Thanks. One thing is not mentioned in tutorial is getting new access_token with refresh_token as way of renewing an...

From this feature request [#61](https://github.com/cesanta/docker_auth/issues/61) and [this](https://github.com/cesanta/docker_auth/issues/313), it seems refresh token is not yet possible with this project. Handling expiration of access token without storing user credential at client side...

As title says, the storefront service is missing. This is an obvious missing piece and I tried to lookup issue history for a reason but can't find one. Hope someone...

flask_op example fails to start because `oidcop.configure` does not have `Configuration` class anymore.

Follow the instruction to build dbgen. Then run below command to stream generated table data to stdout. But the trailing delimiter will be added for every row. Reproduce command is...