Nils Koch

Results 10 issues of Nils Koch

I wanted to clean up the helper function a little bit and add unit tests

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it First of all, thank you very much for this awesome IDE! I...

defect
language
go

We need Vouch Proxy to support [Snowflake OAuth](https://docs.snowflake.com/en/user-guide/oauth-snowflake-overview). At my company we carry a vouch-proxy fork but once we deploy the implementation of the new snowflake oauth provider to prod,...

First of all thank you very much for this awesome tool! I created a fork to return customised error html pages (#420) but ran into a problem. Docker build commands...

### Go version go version go1.22.3 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell It is not important here and contains information about my employer that I do...

Documentation
NeedsFix

I ran into https://github.com/rustwasm/wasm-pack/issues/1280. This issue is closed but this still seems to be a problem. I ran into the following error: ``` $ wasm-pack build --target web --out-name wasm...

### Description Quick fix of a typo in the docs. ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using the template](https://github.com/conda/conda/blob/main/news/TEMPLATE)) for...

cla-signed

I am exploring the tigerbeetle codebase at the moment and I noticed that the assert module in the go client (which is a replacement of https://github.com/stretchr/testify) could benefit from some...

triaged

We use this parser for a custom linter that we ship through a VSCode extension (`rustpython_parser::ast::Suite::parse_without_path`). The VSCode extension api expects byte positions to the text encoded in utf-16, but...

Fixes https://github.com/jj-vcs/jj/discussions/3549#discussioncomment-10885782 I used the following settings for the example: ```toml [experimental-advance-branches] enabled-branches = ["glob:*"] disabled-branches = ["exact:main"] ``` Before: After: # Checklist If applicable: - [x] I have updated...