Jesse Gumm

Results 147 comments of Jesse Gumm
trafficstars

Last question - what is the mechanism by which Nitrogen here is being launched? Also, if you wouldn't mind sharing the whole compilation and startup sequence, that would be helpful

This next error is indicating that `nprocrec` is not being started. From the root of the nitrogen repo, what is the latest commit? `git log -1` That should be able...

> > git log -1 > > O_o, Whiney Houston, we have a problem - i got out of the first start up and typed that, but it did not...

Regardless, there's a disconnect between versions (pulling from the `master` branch of `nitrogen_core` won't work with the current version of the `nitrogen` repo on your machine). So there are a...

Ideally, I'd prefer these updates as pull requests rather than as PMs. Thanks, On Thu, Nov 16, 2023, 3:02 PM JiffB ***@***.***> wrote: > Regardless, there's a disconnect between versions...

Hey @bunnylushington! Thanks for the comments on the rebar3 work and the effort to maintain backwards compatibility. I do appreciate it! It was a lot of trial and error :)...

Interesting ideas here. Correct me if my summary is wrong, but basically, you want plugins to have certain .route files, which will be copied directly into the parent app's source...

Hey man, I've not forgotten about this. I just wanted to let you know, we can talk about this for the gameplan for Nitrogen 2.4 On Wed, Nov 19, 2014...

1) The 'priv' directory bit is totally optional and is there because priv is a common dir in erlang apps. I'm personally not a huge fan of the 'priv' dir...

Don't feel bad for asking, they are perfectly legitimate questions, and ones I sympathize with. Indeed, my first version of the plugin script didn't use the priv dir, but after...