M Conrad
M Conrad
What do you think about a flag on each op that previously used to imply a union, and then add a default for that flag in the parser? This way...
Best way to solve back-compat is with a opt-in directive that affects *only* the current source file. To borrow design from Perl, ``` use feature 'lazy_union'; ``` or since 'feature'...
@thehans Here's the solution I came up with for that, though I don't know if it applies cleanly with this branch: https://github.com/openscad/openscad/pull/2796/commits/f6cd34d8f172bcf663528261a63ff8c8157af64b
I'll re-suggest that there should be a flag inside of the openscad file with file-scope. So, with the feature available in the application, then a .scad file can request to...
I'd like to add a use case to the discussion, in case it helps emphasize why this should be supported by docker. I have a pre-existing bridge named "vlan1". This...
@Grimeton I'm confused whether you are saying that bridge routing will or won't work. If it will, I'd be interested in a link to read about how to try that.
Happens for me too: is_pause_custodial_account: Reference bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) did not pass type constraint "Bool" A quick test reveals that Types::Standard Bool simply doesn't recognize JSON::PP...
It's as simple as this: ``` use 5.036; my $json_mod= $ARGV[0]; package Test { use Moose; use Types::Standard qw( Bool ); has field => ( is => 'rw', isa =>...
I'm in the same boat. I remember having trouble linking my pause account back a few years ago, but got that sorted out with the instructions in the FAQ. My...
Just tossing out ideas, but maybe its because I started favoriting things before my PAUSE was linked. After linking, something might need to reset the way my past (and current/future)...