Thomas Archambeau

Results 4 comments of Thomas Archambeau

I have an example packet capture here : [l2tpv3.zip](https://github.com/the-tcpdump-group/tcpdump/files/13977862/l2tpv3.zip) I will try to make a pull request with an implementation in the next week.

So I found the problem at this line: https://github.com/poem-web/poem/blob/83413facbe4e0c4e8d4e2c72dbc8ca23361e6dd9/poem-openapi-derive/src/api.rs#L197 When the full path is generated below, no conversion is applied to the prefix_path, only to the oai_path. This means the...

So I searched a bit for this problem. There is indeed no generated oai path for the `prefix_path` attribute. However, due to this line: https://github.com/poem-web/poem/blob/f81424dedeec44cbdf4dbe2e828b0d3bbf579486/poem-openapi-derive/src/api.rs#L26-L27 The `prefix_path` can actually be...

I am using Ace. I tried the first editor, and the same shortcut triggers the completion list. I also tried it on the Monaco editor, and it works as expected...