Alexis Sellier
Alexis Sellier
Yea the Rakefile doesn't really have access to your config, it's just a helper script, so you're going to have to edit it manually: ``` path = "#{Toto::Paths[:articles]}/#{Time.now.strftime("%Y-%m-%d")}#{'-' + slug...
I think it's checked for the same reason `as_slice` is checked: it's actually not possible to implement these since the memory isn't contiguous. I'll update the todo.
Hey, sorry, am pretty overwhelmed with other stuff, @brettz9 -- can you point me again to the cleaned up history?
Hey, what would be everyone's preference here? The problem is I don't have the capacity to review such a big change. I'd be happy to pass on maintainership to someone....
Ok, this sounds good. I would then propose that I give you write access to merge this fork into master, and make any fixes that may be needed in the...
I'm well aware of supply chain attacks.. but basically a big part of that responsibility is on users auditing their dependencies. I did my duty of making sure @brettz9 is...
@brettz9 thanks! I'll push a new release now > Do you think setting up semantic-release might free you up from having to worry about future releases or is there anything...
Yeah, I think that's a small price to pay for the history to be consistent, also happy to do the formatting if you don't have time.
Let's get ESM and the cli changes in before publishing
@brettz9 please pay attention to your commit messages, eg. this doesn't work as a commit message: https://github.com/cloudhead/node-static/commit/c8a003a1a336468ad61b191b9c268a156de51cb9 I'm trying to go through the history to fix everything but somehow it's...