Josh Branchaud
Josh Branchaud
There is a case-sensitivity issue here. If you go to https://atom.io/packages/Search (with a capital S), then you will find this package. I'm looking into resolving this. Thanks for reporting this!
@jonycelio Thanks. I'll look into this.
We're using it for clients at [Hashrocket](https://hashrocket.com).
The change proposed by @cquick01 in https://github.com/nvim-lua/kickstart.nvim/issues/15#issuecomment-1281353797 seems to have resolved the `Undefined global vim` warning that was showing up for me all over `init.lua`. I was having trouble with...
It looks like this only narrowly worked. It is breaking a bunch of other pipeline commands. 🤔
Try rewriting this using handlebars.js: https://handlebarsjs.com/ Tutorial: https://vahid.blog/post/2021-03-19-how-to-use-handlebars.js-for-templating/ - Read in the template file - Compile the template into a function `let templateFunc = Handlebars.compile(template);` - Generate env-specific file using...
Latest update to this PR: the script now uses Node and handlebars instead of Ruby and ERB.
It looks like you’re trying to achieve a few different things in this PR: 1. Upgrade `ModuleCollection` and `LessonLinkResource` with better types so that we aren’t just using `any`s. 2....
I'm realizing I'll need to re-think this approach. Sanity doesn't know that the object is being renamed. Instead it thinks one object is being removed and another is being added....
In the linked PR, Joel commented: > I think the "manage your account" needs to be removed for legacy accounts too because the portal is WEIRD for them. I can...