Rohit Bokade

Results 11 comments of Rohit Bokade

https://github.com/NotBlackMagic/VUHFRadio found this, may help with the register. @NotBlackMagic can you help port your work on the registers to radiolib format?

Indeed I am referring to ukhas ssdv . Although I also wasn't able to find full specs of protocol anywhere. Although Fsphil's code is very explanatory. Will try to come...

This can be kinda achieved by using custom rest server which polls stored persistent queries as mentioned in #189 every few seconds and generates server-side-events or fetch response everytime data...

Something like nhost.getauthmethods() which returns a list [{type:emailpass, params:{minlength:8}}, {type:googleoauth,params:{link:/oauth/google}},....]

Actually use case of Daemonset and what I am proposing are different... daemonsets could be log collectors and services like that which need to run on all nods... However HA...

Can I use this in Materialized view? As fas as I know, I guess materialized view/continous aggregate don't support window functions right?

I found this blog by upstash https://upstash.com/blog/sveltekit-rate-limiting Which made me think, we can have this implemented with selectable strategy. It could be Redis based if user wants to do serverless,...

Ok so I have a proposal... I found this library called Unstorage https://github.com/unjs/unstorage which provides uniform api across different types of KV stores. Can we modify @upstash 's implementation of...

For now I can create a preliminary docstore implementation with add , similaroty search, fetch and all those abstract methods. Maybe we can fine tune it once people start using...

I think feat: allow adders to run after another adder #466 Solves this so closing. Although there are still a few considerations we might need to add here before it...