White Rabbit

Results 11 issues of White Rabbit

appOptions.data becomes callback, then calls himself

https://github.com/ruby-grape/grape-swagger/issues/904#issue-1881746890 As described in https://docs.swagger.io/spec.html minimum | string | number, integer | The minimum valid value for the type, inclusive. If this field is used in conjunction with the defaultValue...

https://github.com/ruby-grape/grape-swagger/blob/3a5da56fb3ad19dcb07cf3ef86549bb811e22dcc/lib/grape-swagger/doc_methods/parse_params.rb#L165C67-L165C67 As described in https://docs.swagger.io/spec.html > **minimum** | string | **number**, integer | The minimum valid value for the type, inclusive. If this field is used in conjunction with the ...

Hello, I have a strange issue with the Time class. The method **now** is undefined ``` #include int main(int argc, char **argv) { ruby_init(); ruby_init_loadpath(); rb_eval_string("begin; p Time.now; rescue =>e;...

Trying to build the version v1.16.1 on ubuntu 22.04 ``` sudo apt-get install git cmake g++ libcurl4-openssl-dev sudo apt-get install protobuf-compiler libprotobuf-dev sudo apt-get install -y libgrpc++-dev libgrpc-dev protobuf-compiler-grpc git...

bug
Stale
triage/needs-information

When using with Maputnik the Glyph url from Martin (https://martin./font/{fontstack}/{range}), Maputnik tries to get the list of available font names by the url: https://martin./font/%7Bfontstack%7D/%7Brange%7D. That would be great to have...

question
serving

That would be very useful to have "where" in table sources: ```yaml tables: tab_filtered: layer_id: table_source # Table name (required) table: table_source # SQL where conditions where: (TYPE = 'A')...

help wanted
config
pg

### Proposed change ### Description I would like to request an enhancement to the NATS Server **Auth Callout** flow for WebSocket clients. Currently, Auth Callout only receives information that the...

proposal

NATS server 2.12.2 send PONG with INFO in the same WS frame "PONG\nINFO..." so read_line should be fixed - Fix WebSocket framing so NATS payloads are extracted from frames instead...

### Proposed change Add support for the additional headers for WebSocket connections. Allow Basic Auth, JWT Auth, etc. ### Use case Connect with Auth token: ``` nats_client = NATS.connect NATS_URL,...

proposal