Ricardo Sánchez

Results 13 comments of Ricardo Sánchez

Hi, I am looking to achieve this too. What I need is to keep fixed the "activeIndex" of the menu. (not really, but what is wanted is the curve to...

Hi, I am getting the same error with this: EXAMPLE **Function declaration** ```pawn stock mission_GetPickUpName(pickupId, pikcupName[60], len) { switch(pickupId) { //1241, 1252, 1254, 1275, 1313, 1276, 1279, 1247, 1582 case...

is there any update on this?

is this module still active? I would like to get this upgrade

> > This is not an issue, is just a tip to build the compiler and run it on Apple M1 Chip computers. > > @soknifedev Thanks, it compiled perfectly....

I would love to have a feature to use multiple paths for a controller. ``` @JsonController("/base/endpoint") @JsonController("/old-base-routes/endpoint") ``` This would be useful to prepare our api to deprecate routes and...

> Could not reproduce. Code looked OK. Behavior looked OK. When proxy option is on, any X-Forwarded-Proto value is shown as the protocol and ctx.protocol is consistent with ctx.request.origin. Sorry...