Jake Rockland
Jake Rockland
> not at this time, you have to write the getter manually. > > leaving this open since it seems like something one would generally want to have. the only...
Also, unrelated, long-time-no-chat @charles-cooper ๐ ๐ ๐
I think we may actually take this approach for now for the `public` + `constant` use-case: ``` _minterType: constant(String[48]) = "MinterSetPriceV1" @external @view def minterType() -> address: """ @notice a...
> stylistically i would have all constants be all caps -- `MINTER_TYPE: constant(String[48]) = "MinterSetPriceV1"` > > i think auto-generated getters are generally A Good Thing, since they remove another...
Hrmโlooking at the contents of the files, it seems like they are actually entirely identical, with the sole difference being the top line of the file documenting the version. Here...
I see I see, thank you for clarifying @maxgmer โ Art Blocks does use the minified version of 1.0.0 as our current p5js version, for which the Github release and...
> but it'd be awesome if you update github release description for 1.0.0 mentioning this difference. +++ ๐ Also, for posterity/clarity, we do have plans to eventually update the canonical...
Thanks for the input @alexhultman, would like to include information about the different memory management approaches used by Go and Swift -- will look to write more about this when...
[/u/hundley10](https://www.reddit.com/r/golang/comments/5jhq6d/go_vs_swift_the_languages_of_the_modern_tech/dbgeak0/?utm_content=permalink&utm_medium=front&utm_source=reddit&utm_name=golang) > Good paper. I use Swift and Go heavily, and I think you made a pretty accurate comparison. > One correction, though: you say that Grand Central Dispatch is...
https://github.com/apple/swift-corelibs-libdispatch