Proposal to remove the top level function
command and replace it with frel
and constructor
(pending bikeshedding on new names):
Any function that returns a primitive sort, you must now make with frel
.
For example:
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>IPyWidget export</title> | |
</head> | |
<body> | |
<!-- Load require.js. Delete this if your page already loads require.js --> |
{ | |
"id": "--eclipse-layout-kernel-root", | |
"layoutOptions": { | |
"elk.algorithm": "layered", | |
"elk.direction": "DOWN", | |
"elk.layered.nodePlacement.strategy": "NETWORK_SIMPLEX", | |
"elk.layered.mergeEdges": "true", | |
"elk.aspectRatio": 4.56 | |
}, | |
"children": [ |
{ | |
"id": "--eclipse-layout-kernel-root", | |
"layoutOptions": { | |
"elk.algorithm": "layered", | |
"elk.layered.spacing.nodeNodeBetweenLayers": "100", | |
"elk.spacing.nodeNode": "80", | |
"elk.direction": "DOWN", | |
"elk.portConstraints": "FIXED_SIDE", | |
"elk.hierarchyHandling": "INCLUDE_CHILDREN" | |
}, |
{ | |
"id": "--eclipse-layout-kernel-root", | |
"layoutOptions": { | |
"elk.algorithm": "layered", | |
"elk.layered.spacing.nodeNodeBetweenLayers": "100", | |
"elk.spacing.nodeNode": "80", | |
"elk.direction": "DOWN", | |
"elk.portConstraints": "FIXED_SIDE", | |
"elk.hierarchyHandling": "INCLUDE_CHILDREN", | |
}, |
We would like to have a capital improvements plan where our:
#!/usr/local/bin/fish | |
set fish_trace on | |
# https://stackoverflow.com/questions/57746792/homebrews-llvm-fatal-error-stdio-h-file-not-found-on-macos | |
set LLVM_PATH "/usr/local/opt/llvm" | |
set LLVM_VERSION "21.6.0" | |
set -x PATH "$LLVM_PATH:$PATH" | |
set -x SDKROOT (xcrun --sdk macosx --show-sdk-path) | |
set -x LD_LIBRARY_PATH "$LLVM_PATH/lib/" | |
set -x DYLD_LIBRARY_PATH "$LLVM_PATH/lib/" |
{ | |
"id": "root", | |
"children": [ | |
{ | |
"id": "0", | |
"x": -38.5, | |
"y": -16, | |
"width": 77, | |
"height": 32 | |
}, |