João Abecasis

Results 10 issues of João Abecasis

First of all, this is a breaking change. JSLT code that uses identifiers starting with a number will fail to parse. The only redeeming feature of this change is that...

bug

I tracked down a regression in `swagger-ui` to an interaction between swagger normalization and subtree resolution introduced in https://github.com/swagger-api/swagger-js/pull/1274. With that change, normalization happens only before subtree resolution, and this...

type: bug
cat: resolver

I propose the addition of a `split()` function, counterpart to the already standard `join()` function. `split` breaks a string into an array of substrings that are separated by `$separator` in...

Currently, slices apply only to arrays. It'd be nice to be able to apply them to strings as well.

With increasing support for automated updating of dependencies, it would be nice to have container tags that explicit reference the LTS status of a release. This would allow services like...

`timeout*` methods are implemented in terms of a race between a desired effect and the timeout. In the case that both effects complete simultaneously, it could happen that the timeout...

:mushroom: enhancement

Various applications are able to read credentials from `~/.netrc` files, and there's a library offering support for reading and writing these files from ruby: https://github.com/heroku/netrc. It would be good to...

## Bug #### Which Delta project/connector is this regarding? - [x] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill in...

bug

A recent [PR](https://github.com/okta/okta-sdk-java/pull/1506) introduced a new pagination mechanism, deprecating the use of `PagedList`. Seeing as the new pagination mechanism relies on shared state stored in the API client, namely `responseHeaders`,...

This is a proposal to introduce retry functionality in Cats Effect. The intent here is to focus the discussion on the interface, before moving on to implementation in a dedicated...