Keshav Kaul

Results 10 issues of Keshav Kaul

Can we have a tabbed view interface where while we are viewing media, we can open a new tab then search for and play another media in that tab. Benefits...

suggestion

Refactor code base to support adding custom video capturing capability. At the moment only iOS is supported. Will add support for Android later.

Is this project abandoned? I was searching for real distributed peer to peer git systems and found this awesome repo. Kudos for creating this technology. What is the roadmap for...

React Native version: [email protected] ## Code ```tsx ``` ```ts const styles = StyleSheet.create({ textInput: { backgroundColor: '#D5D5D5', height: 72, textAlign: 'center', fontSize: 32, fontWeight: '300', marginBottom: 28, }, }) ```...

Backlog
core issue

Any support for gzip'd parquet file

Motivation: 1. I want to use redis cache using Easycaching.Redis library and while deserialising CachedResult class, I get an error when converting using Newtonsoft.Json serializer because deserialisation target type can't...

Motivation: 1. I'm using Easycaching.Redis as caching provider, and I'm getting the error in CachingReader class when trying to cast a DBNull value into a primitive type like string. 2....

Need help understanding Timeout with bw: SpinningDown This is the redacted Timeout Error: “Timeout performing HGETALL (5000ms), next: HGETALL {REDACTED_KEY}, inst: 155, qu: 0, qs: 0, aw: False, bw: SpinningDown,...

I read your blog and thanks very much for explaining the blue-green deployment strategy with example and the code 😃 I have just one question, How does one automate creation...

Hi, thanks for creating this package. I'm trying to utilise this package to re pack SQL Server CLR stored procedure and dependencies into a single dll file. Any help in...

question