Ambuj Kumar

Results 14 issues of Ambuj Kumar

Whenever I commit a file change(:w) in neovim. zls automatically opens a Location List at the bottom of by current buffer. I have configured my location list with lsp diagnostics...

enhancement

I was trying out zola for a SSG project for a client, their stuff is written in markdown. But the main issue with Zola (most probably Tera) is that it...

### Describe the improvement Hi, In my rust projects, I use a different linker like [`lld`](https://lld.llvm.org/) or [`mold`](https://github.com/rui314/mold) for faster compile times because I use a budget laptop for coding...

S-Investigation

##### Description The code generated contains arrays like `$swaggerTypes` as members of Model types but the arrays do not seem to contain any commas to seperate different key value pairs...

Hi, I have forked a rust project which has a lot of huge types, so I've added utoipa::ToSchema on all the types but now I need register them recursively, which...

enhancement

**Describe the bug** When fields of a struct that have the same type are defined as comma separated, swag ignores the fields except the first one. **To Reproduce** 1. Define...

### Description of the issue We use a self-hosted Gitlab and Sentry instance, is it on the roadmap to integrate those into huly? ### Your environment N/A ### Steps to...

### Description When I'm testing the login flow via keycloak, the webpage would redirect to a url on `localhost` and when I try to get the current url using `cy.url()`,...

type: bug

**Jane version(s) affected**: 6.x-dev **Description** I'm trying to generate a client from an openapi schema that contains some models with `allOf` schema but when I try to generate code without...

bug

I'm trying to connect two USB serial devices and both of the require CH340x and CDC-ACM drivers to work, which are included in the linux kernel but it's not there...