Samuel Marks

Results 339 comments of Samuel Marks

Thanks @JaniPM; that really helped me 😀

@fchollet Good to see your interest here. More than just benchmarking, my [proposed] approach puts in a central repository: solutions from different research papers; builtin to different frameworks; and community...

Many NoSQL stores support this feature, for those that don't you can handle it manually (e.g.: push a timestamp on each expirable record, on get requests check if it's still...

Thanks, that fixed the problem. Why does CharField support `unique` and `primary_key`; if neither work?

Hi @JohnSully, thanks for your rapid response. So the main use-cases I want to support are: - Cross-platform configure - Cross-platform build - Cross-platform test - Cross-platform packaging …in terms...

😮 did you remove all the author copyright lines?

@SergejJurecko On a related note, my [`download` function](https://github.com/offscale/offregisters-lib/blob/134d216/src/download.rs#L104) is very slow, multiples slower than [`curl`](https://curl.haxx.se) (which is multiples slower than [`aria2c`](https://aria2.github.io)). Is there a trick to resolve this speed issue?

@SergejJurecko So you're saying it's these two which need removing, or hiding behind a compiler flag: https://github.com/offscale/offregisters-lib/blob/134d216/src/download.rs#L50-L58 https://github.com/offscale/offregisters-lib/blob/134d216/src/download.rs#L16

Okay, well I'm looking at moving to hyper then, will see if I get the expected performance improvement

@gazpachoking Can you describe what that would look like? - Would the `ENV:` syntax still work? - Are you thinking some URI style syntax with a fake device/mount like `file://ENV:VAR_NAME`?