Laur

Results 5 issues of Laur

## Expected Behavior When entering an Estonian 8-character phone number, the prop `format` is set to true and writing the country code in the beginning, you should be able to...

- [x] I have verified that the issue occurs with the latest twilio.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-client.js/blob/master/CHANGELOG.md). - [x] I reviewed the...

bug

In Google Chrome, when network connection is interrupted, the websocket connections break but they do not properly close. The following happens: - The `error` and `close` events are not triggered...

Phoenix creates a new WebSocket connection if the current one closes for some reason. However, for a new connection to be created, it is required that the following conditions hold:...

Previously, with Que `bulk_enqueue` a new span was created for every job in the batch. For each such span, a tag was added to _all_ jobs in the batch. This...