Ameya Shenoy

Results 28 comments of Ameya Shenoy

- [x] Scientific Name - [ ] Treatment options (A list of time sensitive tasks to get rid of the pests. Which should get integrated with the Crop Type) -...

- [x] Should it be a separate doctype || should it be inside `Item` doctype || Link to Fertilizer `Item` inside `Fertilizer` doctype ?

I'm facing the exact same error, and logs as posted @OlegErmolaev However, I can confirm that my camera's connector is the 1st type, i.e. `1 --- 24` Also, this seems...

When the camera is working properly these are the results ``` pi@banana:~$ media-ctl -p -d /dev/media1 Media controller API version 5.10.43 Media device information ------------------------ driver sun6i-csi model Allwinner Video...

I'm using an `.env.nix` file for storing variables which I do not want committed into my repo. And I'm importing this file into `configuration.nix` to use it. I've `gitignored` the...

> This might be an impurity. > Flakes are supposed to contain and lock every input to a given result, without exception, and you're trying to carve out an exception....

I used docker to get around the issue. Install azure cli in docker, link ~/.azure volume on host to the /root/.azure volume inside the container. Use this for the initial...

> Ah great. How about exposing the az bin to the host? Yea you could do that as well, but after the initial setup, there's no need for this. I...