Kaden Wilkinson
Kaden Wilkinson
I believe this is no longer an issue?
Implementation would be something like this inside the `Builders.swift`: ```swift public func jsonString(_ jsonString: String, status: Int = 200, headers: [String:String]? = nil) -> (_ request: URLRequest) -> Response {...
This library uses an MIT license so there shouldn't be any legal issues but not sure what open source etiquette would say. I know a very similar thing was done...
Just found a copy of the lib someone else published back in august https://hex.pm/packages/ex_crypto_copy ~~not sure if it includes the otp 24 fixes yet though~~ EDIT: Looks like it might...
My biggest pain point is around refresh tokens used by OAuth applications that have fairly short lived timeouts. The company I work for is a FinTech company which requires conformance...
This is exactly the use case I was trying to attempt in #2164 however with schema first approach instead of code first
It was mentioned in this PR https://github.com/nestjs/graphql/pull/1432#issuecomment-800981372 >introduce a new feature that lets you associate types (e.g., object types) with NestJS modules, for example, using the following construction `@ObjectType({ registerIn:...
Homebrew tap for Autobahn will be [here](https://github.com/kdawgwilk/homebrew-tap) for now until it gains popularity and we can migrate over to the homebrew-core repo. An example Homebrew formula: https://github.com/Homebrew/homebrew-core/blob/master/Formula/marathon-swift.rb
I agree and still need to solve the linking problem for the AutobahnDescription library, I believe most of that work will be done during the homebrew install process and will...
Does this support ignoring specific commit messages as well?