Daniel Oriyan
Daniel Oriyan
Hey there, Thanks for the great package! I was wondering why ns.PATH isn't on by default when using `natsorted`. It would seem intuitive that a list of paths would be...
Hey, Would be wonderful if [MPEG Transport Stream](https://en.wikipedia.org/wiki/MPEG_transport_stream) format was supported. This is already supported with FFMPEG - using the command line, ffmpeg reads it just fine. However, TS and...
Another file I tried to load but failed is attached. The file plays correctly on winamp and isn't a sysx file (I checked). This isn't critical to me, as I...
Hey there, I noticed that when uploading files, even if `force_overwrite_to_cloud` is set, local + cloud mtime of the file are still calculated, even though they are effectively ignored. Usually...
This appears to be similar to #128, with two caveats: 1) This happens despite using the workaround mentioned by @jayqi in that issue 2) There is no writing happening, only...
This is an attempt to resolve #176 . It's a first attempt, I'd mainly like to know if this is what the maintainers had in mind. If it is, I...
Hello, and thanks for the great tool! I was wondering if it has been considered to package this so it can be installed and used using `pip` or another package...
**Describe the bug** When using a null `sql.NullInt32` in a query using postgres dialect, the created query uses `WHERE x = NULL`, instead of the correct `WHERE x is NULL`....