Barun Acharya

Results 193 comments of Barun Acharya

Can you please review the checklist once? Where should the script and template files reside in? cc @jywarren @CoderJolly @RuthNjeri @pydevsg

I came up with a much more cleaner way to import stuff ```js const fs = require("fs"); // List all json files in the driectory containing spreadsheet based layer const...

I am not sure about how to transpile this for browsers. I found about https://github.com/browserify/brfs/ which would compile `fs` for us. But it doesnt support the dynamic imports

I think I was only trying to read multiple json files since I was trying to have all the layers have there respective json files. But that's not a necessity...

Noting, We need to add information to `info.json` as well other wise we end up with ![image](https://user-images.githubusercontent.com/47106543/122679812-ee54b700-d209-11eb-8df9-7cea6e080877.png)

Hey @jywarren, I actually figured it out. I have updated my PR already. You can take a look at it at #531. It does it all at compilation now :)

Noting some of the things which needs to be handled in the subsequent pull requests. - [x] Handle oneLinerCodeExample - [ ] Handle other columns other than lat and long...

Regarding OneLinerCodeExample we are using https://github.com/publiclab/leaflet-environmental-layers/blob/main/src/AllLayers.js I think we will need to modify how the source of truth for the layer names work. Currently it's hardcoded but we need to...

Sure @nyrahul. Just noting we will be limited to 2,000 minutes/month of execution time since this is a private repository. ( If this is organization is under the free plan...

![Untitled-2024-01-03-1351(4)](https://github.com/kubearmor/KubeArmor/assets/47106543/fbad887a-7d32-4d42-bb99-79df3a4563c1) // @navin772