Ben McGunigle

Results 14 comments of Ben McGunigle

I'm working on a build system / dependency manager for parenscript at https://github.com/BnMcGn/ps-lib-tool It's not quite ready for public consumption. Historically, I've been using browserify and custom scripts for my...

It can go either way. You can generate your .js bundle from within lisp, including a (simple) api to call browserify to handle any node library requirements. Or you can...

You might want to try the refactor-psx branch. I think the bug is fixed there. Master is a little out of date. Ben

Hi. I'm interested in using re-com with tailwind. It looks like you've all been busy with other things, so I've taken a peek at the code and I have a...

Yep, beware the big chunk! Thanks for looking at it. No hurry here.

Looks good! First glance says definitely workable. I can probably eliminate re-com-tailwind as a separate project and just supply it as a re-com theme. I think I have a few...

Things seem to be getting more complex, both in the component code and in the user options. Not surprising, with all the added features. Here's something that might help: can...

Yes, probably, it should match what I'm thinking. Honestly, I'm going to have to make another pass over your code. It hasn't all sunk in yet. I was mostly reacting...

Should close this. Themes looks like the way to go.

I imagine it would be a good fit. I'll have a look at it.