Krzysztof

Results 30 comments of Krzysztof
trafficstars

+1 Also would be great if I could set onError(error: AxiosError) for QueryConfig. Only onError(error: any) works

@knadh Thank you for the clarification. Correct me if I'm wrong, but isn't it confusing that pausing doesn't pause immediately? I assumed that deleting the campaign should also clear the...

It would be nice to have similar functionality to automatic instance backup.

In my case /data/ssh/shell/.ssh/authorized_keys need to have 600 and the owner needs to be _shell_ user (when the owner was root it did not work). You can change both using...

Pixel 7 Camera also does not read it.

@lupohan44, With Pixel 7, Android 14, December 2023 update - it works. But still there is message that network can be monitored. When I remove local cert - warning is...

I have notice similar behaviour in my nodejs app: ``` 2023/11/29 15:01:45 [info] 208#235 *265 writev(37, 2) failed (32: Broken pipe) 2023/11/29 15:05:02 [info] 208#235 *409 writev(37, 2) failed (32:...

Any chance to have types support also for imperative code (using hooks)? ```TS const modal = useModal(MyModal); ... modal.show().then(result => {}) ```