Roman Donchenko

Results 73 issues of Roman Donchenko

### Version 2.4.1 ### Operating system Windows ### OS version or distribution Windows 11 22H2 (x64) ### Git hosting provider(s) Azure DevOps ### Other hosting provider _No response_ ### (Azure...

bug
host:azure-repos
auth-issue

### Feature Type - [ ] Adding new functionality to Nuclio - [X] Changing existing functionality in Nuclio - [ ] Removing existing functionality in Nuclio ### Problem Description When...

### Nuclio Version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of...

### Feature Type - [X] Adding new functionality to Nuclio - [ ] Changing existing functionality in Nuclio - [ ] Removing existing functionality in Nuclio ### Problem Description Even...

**Is your feature request related to a problem? Please describe.** In our project we mostly use [Axios](https://axios-http.com/) for making HTTP queries, with some default settings configured globally (e.g. default HTTP...

enhancement

NumPy 1.24 removed `np.object`, `np.bool`, `np.float`, `np.complex`, `np.str`, and `np.int`. Some of them are used in this project, so it no longer works when NumPy 1.24+ is installed: ```console $...

Currently it seems like the only options to allow internal destinations are by IP address range `--allow-range` or by IP address (`--allow-address`). It would be useful if I could allow...

Run smokescreen as follows: ```console $ http_proxy=http://localhost:1234/ ./smokescreen ``` Now try to tunnel a request through it: ```console $ http_proxy=http://localhost:4750/ curl http://yahoo.com/ Failed to connect to remote host: proxyconnect tcp:...

If a fragment template ends with a newline, then created fragments should end with one too. The `keep_trailing_newline` parameter was added in Jinja 2.7, so update the dependency. Fixes #108.

When a custom new fragment template is used, scriv strips the final newline from it when it creates the fragment. For example, create the following `scriv.ini`: ```ini [tool.scriv] new_fragment_template =...