Daniel P. Purkhús

Results 26 issues of Daniel P. Purkhús

Hey! We are encountering some performance issues with the dataloader. The way we structure our graph is that every field in the graph is resolved with the dataloader. The downside...

question

## What? Adds a new rule for compiling protobuf to scala. This rule is not aspect based and that allows the user to add extra dependencies to the compilation. ##...

cla: yes

## What Add an option to Paket that changes to format of `paket.lock` to JSON ## Why? The exact use case for me is to parse the `paket.lock` file to...

Currently the `next` branch does not resolve dependencies in the exact same way as MSBuild. The exact case that is not resolved the same way is the following: ``` LibA(net6.0)...

This issue is just an overview of the tasks that need to be done to merge features from the following repositories: * bazelbuild/rules_dotnet - This repo * AFASResearch/rules_dotnet - https://github.com/AFASResearch/rules_dotnet...

The landsacape for .Net in Bazel is pretty scattered at the moment. The following rules are the ones that I know of: * https://github.com/bazelbuild/rules_dotnet * https://github.com/Brightspace/rules_csharp * https://github.com/samhowes/rules_msbuild * https://github.com/AFASResearch/rules_dotnet...

Is it possible to trigger a refresh if a container has an init container and the init container is rebuilt?

### What version of gRPC and what language are you using? Language: F# gRPC Version: 2.45.0 ### What operating system (Linux, Windows,...) and version? Fedora 35 ### What runtime /...

bug
docs

### Zig Version 0.10.0-dev.3838+77f31ebbb ### Steps to Reproduce I'm testing using Zig as a C/C++ toolchain using Bazel and rules_rust(https://github.com/bazelbuild/rules_rust) @motiejus Has created a very useful project that allows you...

bug

If I run the following command: ``` RUST_BACKTRACE=full gh net ``` I get the following output: ``` No such file or directory (os error 2) thread 'main' panicked at 'byte...

bug
enhancement
p1