Leif Andersen
Leif Andersen
This may not be solvable (or may require backtracking when constructing language). But I'll put this here anyway, and if it's not doable, we should output a better error message....
As I understand it, node v10 added `withFileTypes` for the options field in `fs.readdir` and `fs.readdirSync`. This returns file metadata along with file types. https://nodejs.org/api/fs.html#fs_fs_readdir_path_options_callback It seems like BrowserFS currently...
I am trying to make a video where I have a clip in a playlist in a playlsit. Which is to say, The main producer is a playlist with one...
I made a minimal example demonstrating it here: https://github.com/LeifAndersen/figwheel-idle-example To reproduce (from within the folder) run: ``` npm ci clojure -M:text ``` The code will compile, and webpack will finish....
Right now a post can have metadata for `Title`, `Date`, `Tags`, and `Authors`. This is sufficient for most cases, but sometimes you want additional information in each post. For example,...
It seems like frog is not rebuilding static pages unless I delete the previously generated html. The command I am running to create the page is: ``` raco frog -b...
DrRacket indents scribble files so that they are easy to read. (Given that you likely want prose in at at-exp anyway.) For example, I can create a file, and it...
At-Exprs
Rash feels like its screeming out for at-expression support. It would make for a very natural way to type some of those delimiters you have. ``` @rash{cat @rash{which file.rkt}} ```
Before a language's get-info function was expected to return a module-path? (or #f) for 'definitions-text-surrogate. Now a list is also acceptable, which can be used for meta-language's that combine their...