James Batt
James Batt
A pain point that often exists with automatic swagger specs with DRF is they reuse the same definition for retrieve/list/post endpoints. This leads to painful client side SDKs generated with...
Mutating the list of listeners for the robot by using functions like `.hear` or `.respond`, or just mutating the `robot.listeners` array while handling a message leads to unexpected behaviour. For...
This PR makes singleton construction lazy. It also adds a lock to each container binding so that multiple goroutines can safely work with the container at the same time. This...
Awesome library! I've just found an edge case when workerizing a module that depends on a webpack external. In my webpack config i have: ```javascript module.exports = { // ......
Currently it looks like ndts generates names for method params: e.g. ``` export class Widget extends NBindBase { /** Widget(); */ constructor(); /** void set_size_request(int32_t, int32_t); */ set_size_request(p0: number, p1:...
In my usecase i'd like two different sagas (that don't know about eachother) to be able to consume the same message type. Currently this doesn't seem possible as NSaga's design...
I'm currently working in a mono-repo of sorts and each of our services/libraries has a Taskfile with a "build" task. When a service depends on a library we use "includes"...
This PR addresses #4727 ## what this adds with this PR you can `pulumi login resthttp://example.com` where `http://example.com` is a [terraform http state](https://www.terraform.io/docs/backends/types/http.html) compatible server. `resthttps://` can be used for...
Source code analysis can be very slow some large projects; and can effect build memory usage. It'd be great if it was possible to disable analyzers: https://learn.microsoft.com/en-us/visualstudio/code-quality/disable-code-analysis?view=vs-2022 I'm guessing this...
I'd like to try and use rules_dotnet for an aspnetcore app that uses entity framework. I can get the project to build but I'll need to be able to use...