Alan Sikora

Results 8 issues of Alan Sikora

When I run `go get "github.com/vulkan-go/vulkan"`, the framework cannot be found: ``` ~/W/A/go-vulkan-engine ❯❯❯ go get "github.com/vulkan-go/vulkan" ✘ 2 # github.com/vulkan-go/vulkan ld: framework not found MoltenVK clang: error: linker command...

This is a really simple change, but looks like it works fine both for BE and LE. Honestly, I do not have time currently to thoroughly study all the cases...

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

bug
language/golang
priority/important-longterm
provider get / generation

### Context I'd like to have a way to send parameters to filters and actions, so I can work on generic actions and filters. Sometimes, when dealing with a lot...

enhancement

### Describe the bug The action only works when clicking on the icon of the action, the text does not work. ### Steps to Reproduce Click on an action ###...

bug

3.8s was one of the fastest requests I had, locally, it usually takes 8 to 10 seconds my request is defined as: ```js export const testRouter = router({ auth: protectedApiProcedure...

needs reproduction

I had to remove $setOnInsert from MongoClient because that would cause updates to never work. As stated here: https://docs.mongodb.com/manual/reference/operator/update/setOnInsert/ ```If an update operation with upsert: true results in an insert...

- fixed tests; - added initial format;