Zak Smok

Results 4 issues of Zak Smok

Is it possible to set strict mode (yes/remove) to the deep objects somehow? ```javascript const schema = { $$strict: true, set: { type: 'object', props: { a: { type: 'number',...

Hello. I'm trying to run streaming API but no success. I doublechecked all keys/tokens, even tried different accounts / apps / ips / servers. Everywhere same issue - { errors:...

How can I add optional parameter to url? For example I want to handle 2 links on 1 method: /news/1 /news/1/some-title so how should my code look? `$router->get('/news/{id:[0-9]+}[/title:[A-Z]+]', 'handler2');`

Hey. How can I count all currently opened sockets?