Petr Plenkov

Results 57 issues of Petr Plenkov

Hi! I had same idea to exctract Revolut stocks to be able to import them to Tradingview. This is the format they use: `NASDAQ:AZN,NASDAQ:BKNG,NASDAQ:FROG,NASDAQ:TXMD,NYSE:U` Do you think is possible also...

enhancement
new feature

Hi! I have a very simple example which doesn't work: ``` version: '3' services: nginx: image: nginx:latest volumes: - ..:/workspace:cached devcontainer: build: context: . dockerfile: Dockerfile volumes: - ..:/workspace:cached command:...

Fixing the issue #1783 In the case if we have a call like this: ``` Protobuf.Root.fromDescriptor(decodedDescriptorSet); ``` where decodedDescriptorSet constains files which have same field ( extension + original file...

Hi! I've stuck with a problem, which I'm not sure how to solve. So I have a file like this: ``` syntax = "proto3"; package validation; import "google/protobuf/descriptor.proto"; option java_package...

Hi! Currently writing multiple middleware ( cannot be wrapped into one as used in different moments ) I found out that it's not possible to share configuration between them. Yes,...

enhancement

Hi! When I call any update method like for example for request: ![image](https://user-images.githubusercontent.com/6381507/175302201-cf608294-7872-4440-8b3a-04908668c13b.png) Typescript now asks me to provide all the fields, which is not the way you designed of...

Hi! As a proposal - it would be great if piper CLI would implement code coverage report also. along with unit tests. You can choose some standardized way of exposing...

discussion
ABAP

Hi! We use graphql mesh to mesh different endpoint including some API with header parameters. It's possible to provide those headers in a web UI however headers are not stored...

**Problem** One of the most popular use cases for `pkg get` command is getting values for other scripts as variables. However currently it's returning the value with quotes: ``` npm...

Enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2
cmd:pkg
config:display