Oleksandr Kostenko
Oleksandr Kostenko
File example: ``` ``` Command: `python linkfinder.py -i s.html -o cli ` outputs nothing Solution: Changing reqular expression by adding dot to filename regex. from: `([a-zA-Z0-9_\-]{1,} # filename` to: `([a-zA-Z0-9_\-.]{1,}...
Removed this part because when controller Is presented modally ShyNavBar hides status bar which is incorrect.
Motivation: Add ability to respond when user touches appropriate data point in Bar Chart. DataPoint.customId allows to map appropriate entity(data) in View.chartDataPointSelector upon user touch.
### Describe the bug I'm implementing upload functionality with HTTPBodyStreamStrategy == .stream. Inside request handler i'm writing data to file in chunks ayncronously. When large file is uploaded precondition failure...
...r to be able to find resource when embeded in framework
### Contributor checklist - [x] My commits are rebased on the latest main branch - [x] My commits are in nice logical chunks - [x] My contribution is fully baked...
### Contributor checklist - [x] My commits are rebased on the latest main branch - [x] My commits are in nice logical chunks - [x] My contribution is fully baked...
### First time contributor checklist - [x] I have read the [README](https://github.com/signalapp/Signal-iOS/blob/main/README.md) and [CONTRIBUTING](https://github.com/signalapp/Signal-iOS/blob/main/CONTRIBUTING.md) documents - [x] I have signed the [Contributor Licence Agreement](https://signal.org/cla/) ### Contributor checklist - [x] My...
`createSpeech` functionality specifies `response.content` as `application/octet-stream` but every request returns more specific mime type, such as `audio/mpeg` or `audio/aac`.