Paul Guyot
Paul Guyot
Je viens de publier un modèle Kaldi pour le français en licence CC BY-NC-SA. https://github.com/pguyot/zamia-speech/releases/tag/20190930 Il est possible de l'utiliser avec le script de demo publié par @gooofy https://github.com/gooofy/zamia-speech https://github.com/pguyot/zamia-speech...
`self_url_kwargs` substitutes url with values from self ([item](https://github.com/marshmallow-code/marshmallow-jsonapi/blob/2f78e3a08f0bf150116ffb5f15ff793eee10e4de/marshmallow_jsonapi/schema.py#L404)). Where would we get the values in the case of a list with `self_url_many_kwargs` (`foo_id` in your example), including when no data...
> ```antlr > HIDDEN_ > ``` FYI, we already have 'HIDDEN' literal, it is called HIDDEN_KEYWORD.
I am confused as there are tests with `pgsql_connection:extended_query` (or `param_query` which calls `extended_query` eventually) and `INSERT ... RETURNING ..`. queries. See: https://github.com/semiocast/pgsql/blob/master/test/pgsql_connection_test.erl#L382 and: https://github.com/semiocast/pgsql/blob/master/test/pgsql_connection_test.erl#L581 I believe there might be...
What would be the API for that feature?
QueryOptions are now (4980e69) passed quite deeply in simple/extended execution paths and could be used for this feature.
Indeed, changing this will break the API. The choice was made to match our own UUID library as well as PostgreSQL's text output representation of UUIDs. https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/uuid.c#L59 PostgreSQL expects UUIDs...
Jay, Sorry for not being clear. Basically, I meant we're not likely to change the default format because of our usage of the driver. As a matter of fact, all...
A way to avoid breaking backward compatibility could consist in passing an option in open function, and then pass it around like integer_datetimes. Ideally, the IntegerDateTimes argument could be replaced...
This code was introduced with commit 94cc7b334cd33ea20e2d3478e5d4fbfc76c715c6. `set_succeeded_or_within_failed_transaction/1` was meant to be used in a defensive programming approach to make sure that set timeout and reset timeout statements succeeded, especially...