Jakub Jabłoński

Results 6 issues of Jakub Jabłoński

I have quite unusual use case where I need to pass same "dynamic" value as two different headers. Which more or less looks like this: ```Java @GetMapping(path = "/opportunity/{opportunityId}", headers...

icebox

### Describe the bug Check `Builder` type in `strings` module. ```v pub type Builder = []u8 @[inline] pub fn (mut b Builder) write_u8(data u8) { b

bug

### Describe the feature When process is run and panic happens something like flowing lines are produced: ``` V panic: Panic! v hash: 1085f45 /tmp/v_1000/main.01J6DAPNKY9DCQNA52WXKKJ7KG.tmp.c:7539: at _v_panic: Backtrace /tmp/v_1000/main.01J6DAPNKY9DCQNA52WXKKJ7KG.tmp.c:16106: by...

enhancement

### Describe the bug Given this code: ```V fn a() &&&&u8 fn main() { b := a() } ``` `b` is decorated with inlay hint of type `&u8` which is...

bug

### Describe the feature Intellj platform has ability to report plugin errors directly to plugin creator. I think we should leverage this feature to gain information about errors happening on...

enhancement

### Describe the feature [PR](https://github.com/vlang/v/pull/25222) ### Use Case . ### Other Information _No response_

enhancement