Juan Martinez

Results 4 issues of Juan Martinez

**Describe the bug** I have tried to make an easy external function example with a function GetMult(X) that only multiplies the value from struct by X (MyFact.N * X). If...

### Description As a user, I want to rely on APISIX for everything related with 3rd party authentication / authorization (not my own services), so that I can centralize all...

Dear @ysugimoto and other members, I'm trying to use this superb package with buf (https://https://buf.build) and fields that are of type google.protobuf.Timestamp. I have successfully executed the greeter example, and...

Hi, I'm starting using this project and I'm facing some issues with this code: ``` package main import ( "fmt" "log" "github.com/RyanCarrier/dijkstra/v2" ) func main() { dijkstraMapped() } func dijkstraMapped()...