Denis

Results 28 issues of Denis

Currently, there is only 'upload models.py file' button, but my app has models split into different .py files under models module. Can we get support for that, too?

2024-05-04 00:29:26.160 fastfetch[32562:3328224] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist. Related to: https://github.com/opencv/opencv-python/issues/916 https://developer.apple.com/documentation/avfoundation/avcapturedevicetypeexternalunknown ![Screenshot 2024-05-04 at 00 35 08](https://github.com/fastfetch-cli/fastfetch/assets/10036256/535cadc0-1437-4c63-8faa-0cb3cadb7411)

bug

```bash error: value is null while a list was expected at /nix/store/y6p51jza33989fck64faj0wyk2b1cp15-source/builder/parser.nix:158:22: 157| } else { 158| path = elemAt m2 0; | ^ 159| }) ``` The contents of...

Started working on IPN support in https://github.com/Bearle/django-coinpayments/commit/46a35ddfabc69a2c0ae7ba75ad1ba4e9bf3cacff Can't quite get the hmac right, if anyone knows how to do that - please help.

enhancement

I've started looking into nodejsbundle sample, and stumbled into several problems / questions: 1) Fable-loader doesn't seem to be updated for Fable 3, should it be used at all ?...

Hi, I've tried to run the example but got `error: flake 'github:pdtpartners/nix-snapshotter' does not provide attribute 'apps.aarch64-linux.vm', 'packages.aarch64-linux.vm', 'legacyPackages.aarch64-linux.vm' or 'vm'` I can see `systems = [ "x86_64-linux" ];` in...

https://github.com/exaloop/codon I've remembered about this project, that claims to compile Python to machine code using LLVM. But I'm not 100% sure it fits into the rules, will Python be accepted...