James Batt

Results 37 comments of James Batt

One issue i've run into while hacking on this is the editorconfig file which needs to be passed to the `/analyzerconfig:` flag to configure the razor source generator. It needs...

Hello, is this issue about updating rules-proto-grpc so that the [csharp-grpc-library](https://rules-proto-grpc.com/en/latest/lang/csharp.html#csharp-grpc-library) etc. all work on the new `@rules_dotnet` instead of `io_bazel_rules_dotnet`?

I've been looking at implementing a solution based on `packages.lock.json` [microsoft blog post](https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/). I was able to write a small script that converts the lock file into a `nuget_repo` but...

I'm having a bit of trouble here; i'm trying to use the `dotnet` executable to invoke a dotnet-tool from nuget (hopefully the dotnet-ef cli). Currently I can't get bazel to...

I wrote this tool based on the AFAS nuget repo codegen: https://github.com/Place1/dotnet2bazel by tool also adds a "skaffold" command that can generate binary/library bazel targets from msbuild files. ``` #...

Yep, this is something we can support eventually. I'll leave this open as a feature request.

Hey, this repo is being developed by myself and a few others. Progress is slow but I think there's been great progress since I forked from creationix/node-gir Before I decided...

I have had a little look at node-gtk and it looks very clean. > Memory management is excellent This is great to hear, it's something node-gir has trouble with. I...

The comments on node-gir are mostly accurate and I agree, although most of these are easily fixed. For example it'd be fairly easy to improve GObject lookup via a map...

@romgrk I'm struggling a little bit with INOUT arguments. You can see my approach in this PR. I'm trying to encapsule the logic and memory management of IN/OUT args in...