Mitar

Results 583 issues of Mitar

I am reading about plv8 and I am really impressed. But using existing JavaScript code these days means that there is generally assumption about async behavior: or through callbacks or...

It seems there is no way to pass custom parameters to `token_uri`. So I want to do a PKCE flow where a custom parameter should be passed both to the...

OpenAPI 3.1 is great, brings full JSON Schema compatibility. It would be great if generator would support it.

enhancement
upstream

To resolve #29 and #23 @toomim and I discussed that he should make an alternative proposal for a range unit (a fork) which has slightly different approach: * It uses...

So bytes range unit allows to specify multiple ranges like `bytes=500-600,601-999`. We mention in "URI Fragment Identifiers" section: ``` /api/document/1#json=/foo/bar/0,/foo/bar/1 ``` But in fact we have not specified anywhere how...

For server to announce that it accepts range patches, more precisely, that which range units it accepts for non-GET requests. * How do we communicate which non-GET requests accept range...

I think it would be useful to note/compare LinkedJSON to some alternatives out there: * [HAL](http://stateless.co/hal_specification.html) * [Siren](https://github.com/kevinswiber/siren) * [JSON:API](https://jsonapi.org/) * [Collection+JSON](http://amundsen.com/media-types/collection/format/)

The `_NP_TO_CT` map does not contain an entry for float64. ```python _NP_TO_CT = {np.float32: ctypes.c_float, np.int32: ctypes.c_int32, np.int8: ctypes.c_int8, np.uint8: ctypes.c_char, np.bool: ctypes.c_bool} ```

It would be great to be able to print large numbers like 1234567890 into 1,234,567,890.

enhancement
question

So after calling `End` it would be great if I could access `contentTransfer` duration on the result object. And particular reason why `contentTransfer` and `total` are private?