Matt McCray
Matt McCray
Not far, these are more just notes to myself (or anyone who wants to jump in) for future development. Yeah, I want all Java and Ruby to removed from this...
Cool. Eventually, I plan to move this over to babel + browserify like I do with my other js projects. The build uses npm scripts. Example: https://github.com/elucidata/storefront/blob/master/package.json
Yes, I'd like to bring liquid.js back up to parity with ruby Liquid -- Probably with version 2. (see #42)
Does this still build correctly and pass all the tests?
Haven't tested this, but in theory you should be able to do this: ``` js Liquid.Strainer.filters.capitalize( myVar ) ``` A more official API for accessing those might be nice.
It doesn't work for me using bun 1.0.2 on an M2 Mac, OSX v13.5.2 I'm trying to run it as a package.json script ``` bun run --bun typegen ``` And...
Looks like my issue was Mac Silicon-related. Running this got it to work. ``` npm install sqlite3 --build-from-source --target_arch=arm64 --fallback-to-build ``` I'm not sure what the bun version of that...
While I know that having the "scrivenings" editable is the goal. I was wondering if, as a stopgap, the Index could be used as a way to read the whole...