David Kuhta

Results 8 comments of David Kuhta

@joshuaswilcox Try: ``` def filename(version, {file, _scope}), do: "#{version}_#{Path.basename(file.file_name, Path.extname(file.file_name))}" ``` See: [Arc Local Tests](https://github.com/stavro/arc/blob/4216ac80fab7da3d4956c6ff85938571a5a3703b/test/storage/local_test.exs#L25)

Hi @stavro If I trace the code right I think this is actually more of an Arc consideration. I believe the confusion stems from some examples in the Arc docs,...

I'm having the same `KeyError: '1'` issue as @Seraphli (output near identical to the above). Any idea where to look?

Thanks @chris-chris! Running it now, will follow-up

Ok, still ran into the same issue, I did see the initialization in the last commit: `self.xy_per_marine = [{"0":[0,0], "1":[0,0]} for _ in range(nenv)]` I'm re-ran having added a print...

Happy to take this on, unless @binoychitale feels its an organic progression of their work.

@ysimonson agree with the overall concept, but a couple of thoughts came to mind: 1. Validation - What are thoughts on failure for edges (say if inbound or outbound ids...

Hi @josimp and welcome! I see that you're relatively new to GitHub, but you'll find the Issues tracker to be less than ideal for discussions of this type (and frowned...