Snir David

Results 10 issues of Snir David

this issue: https://github.com/shipitjs/shipit/issues/66 is not resolved for over 7 years. Even though there is agreement that it should be solved. It was closed, and a PR trying to fix it,...

It points people to run `.postinstall.sh` manually, which might have been the script before. Now it seems like you should run `./bin/esyBuildRelease bin install`

When editing a document as JSON, and copying a big JSON output (>1MB typically) the entire app crashes. Apps like Studio 3T don't crash, as they recognize the file is...

https://user-images.githubusercontent.com/2139589/128783839-62167977-dd49-403e-b7d3-9cdfd82bf30a.mp4 Adding a screen recording. Two links, with the same parameter used, one is showing, the other isn't. I believe this is an issue with the file reader or something...

Showing the possibility of case expression and of guards in solving this

Currently using `0.12.1` of `redis` package, which is a very old and obsolete version. Furthermore: it poses a challenge as it cause bugs and instability with node version `4.0` and...

Give an overhaul improvement to the dynamic key syntax to make it easier to understand and more intuitive. e.g: when changing a dynamic key value, it should be possible to...

The current code: https://github.com/gobackup/gobackup/blob/main/storage/s3.go#L222 Only supports static credentials, that requires access key and secret. But a common use case is to backup to S3 from an EC2 machine in the...

I know this library is intended for use in browser & nodejs, but one of the strong use cases for using it in node is the massive performance boost the...

the default heartbeat set by this library is 5s. the default of rabbitmq otherwise is 60s. This low heartbeat causes connection drops when rabbitmq is busy - for example in...