James K Nelson
James K Nelson
I do want to set this up so it's viewable on frontarm.com as HTML instead of an image, but it'll take a little work as the layout is currently hacked...
Referencing the Lato font makes sense. Will also need to add Fira Code. Unfortunately its not available on google web fonts so it'll take a little work.
This would be really handy, as rollup also exports things via export specifiers -- so any module that is built with rollup is going to be unusable as a worker...
I've managed to solve this issue for my use case with ES6 Proxies. I've published a fork if anybody needs it: https://github.com/jamesknelson/workerize-proxy-loader
For anybody else struggling with this, I managed to get this working by removing the issuer check, and replacing all the usages of the issuer (which is a domain name)...
I'm interested in this feature too. From what I can, to implement it you'd need to look for `withTranslation` and `useTranslation` within the `parseFuncFromString` and `parseTransFromString` methods in https://github.com/i18next/i18next-scanner/blob/master/src/parser.js. The...
I plan on having a look this weekend, but not sure if I'll get it finished. The thing about 3.3.0 is that it adds template support, and CURA is basically...
I took a look at it and found that it's going to be a little unwieldy, as instead of just specifying a scripts-version, you'll now need to specify a matching...
Just chiming in to say that I've got Trellis working on an M1 Mac Mini by following these instructions with Parallels Pro.
Currently the only real advantage of using `data` instead of just passing props to a view is that the `data` can be accessed from anywhere -- even above the route's...