Fuel projects, anyone?

ML
Max Leske
Thu, May 27, 2021 8:05 PM

Hi everyone,

I was made aware that there actually are people who use Fuel :) I rarely get feedback, apart from the spare bug report, so I was thrilled to hear about people who use it actively or even have applications in production that rely on Fuel.

To celebrate that (and boost my own ego of course...) I've added a "Projects using Fuel" section to the readme on GitHub and I'd love to see more entries in that list! So please let me know (or open a PR!) if you think your project deserves some exposure ;)

Here's the link: https://github.com/theseion/Fuel.

Stay awesome and positive!

Cheers,
Max

Hi everyone, I was made aware that there actually *are* people who use Fuel :) I rarely get feedback, apart from the spare bug report, so I was thrilled to hear about people who use it actively or even have applications in production that rely on Fuel. To celebrate that (and boost my own ego of course...) I've added a "Projects using Fuel" section to the readme on GitHub and I'd love to see more entries in that list! So please let me know (or open a PR!) if you think your project deserves some exposure ;) Here's the link: https://github.com/theseion/Fuel. Stay awesome and positive! Cheers, Max
GC
Gabriel Cotelli
Thu, May 27, 2021 8:15 PM

We're using Fuel to serialize the stack on unexpected errors to ease
further debugging. See
https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st.

So any project using ba-st/Launchpad https://github.com/ba-st/Launchpad
is indirectly using Fuel. For the record, the Pharo components running in
the backend of https://mercapabbaco.com are using this technique.

Cheers,
Gabriel

On Thu, May 27, 2021 at 5:09 PM Max Leske maxleske@gmail.com wrote:

Hi everyone,

I was made aware that there actually are people who use Fuel :) I
rarely get feedback, apart from the spare bug report, so I was thrilled to
hear about people who use it actively or even have applications in
production that rely on Fuel.

To celebrate that (and boost my own ego of course...) I've added a
"Projects using Fuel" section to the readme on GitHub and I'd love to see
more entries in that list! So please let me know (or open a PR!) if you
think your project deserves some exposure ;)

Here's the link: https://github.com/theseion/Fuel.

Stay awesome and positive!

Cheers,
Max

We're using Fuel to serialize the stack on unexpected errors to ease further debugging. See https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st. So any project using ba-st/Launchpad <https://github.com/ba-st/Launchpad> is indirectly using Fuel. For the record, the Pharo components running in the backend of https://mercapabbaco.com are using this technique. Cheers, Gabriel On Thu, May 27, 2021 at 5:09 PM Max Leske <maxleske@gmail.com> wrote: > Hi everyone, > > I was made aware that there actually *are* people who use Fuel :) I > rarely get feedback, apart from the spare bug report, so I was thrilled to > hear about people who use it actively or even have applications in > production that rely on Fuel. > > To celebrate that (and boost my own ego of course...) I've added a > "Projects using Fuel" section to the readme on GitHub and I'd love to see > more entries in that list! So please let me know (or open a PR!) if you > think your project deserves some exposure ;) > > Here's the link: https://github.com/theseion/Fuel. > > Stay awesome and positive! > > Cheers, > Max >
EL
Esteban Lorenzano
Thu, May 27, 2021 8:26 PM

Hola Gabriel!

I will be curious... which components are those?
Do we have a success story with them? ;)

Esteban
On May 27 2021, at 10:15 pm, Gabriel Cotelli g.cotelli@gmail.com wrote:

We're using Fuel to serialize the stack on unexpected errors to ease further debugging. See https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st.

So any project using ba-st/Launchpad (https://github.com/ba-st/Launchpad) is indirectly using Fuel. For the record, the Pharo components running in the backend of https://mercapabbaco.com are using this technique.

Cheers,
Gabriel

On Thu, May 27, 2021 at 5:09 PM Max Leske <maxleske@gmail.com (mailto:maxleske@gmail.com)> wrote:

Hi everyone,

I was made aware that there actually are people who use Fuel :) I rarely get feedback, apart from the spare bug report, so I was thrilled to hear about people who use it actively or even have applications in production that rely on Fuel.
To celebrate that (and boost my own ego of course...) I've added a "Projects using Fuel" section to the readme on GitHub and I'd love to see more entries in that list! So please let me know (or open a PR!) if you think your project deserves some exposure ;)
Here's the link: https://github.com/theseion/Fuel.
Stay awesome and positive!
Cheers,
Max

Hola Gabriel! I will be curious... which components are those? Do we have a success story with them? ;) Esteban On May 27 2021, at 10:15 pm, Gabriel Cotelli <g.cotelli@gmail.com> wrote: > We're using Fuel to serialize the stack on unexpected errors to ease further debugging. See https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st. > > So any project using ba-st/Launchpad (https://github.com/ba-st/Launchpad) is indirectly using Fuel. For the record, the Pharo components running in the backend of https://mercapabbaco.com are using this technique. > > Cheers, > Gabriel > > > > On Thu, May 27, 2021 at 5:09 PM Max Leske <maxleske@gmail.com (mailto:maxleske@gmail.com)> wrote: > > Hi everyone, > > > > I was made aware that there actually are people who use Fuel :) I rarely get feedback, apart from the spare bug report, so I was thrilled to hear about people who use it actively or even have applications in production that rely on Fuel. > > To celebrate that (and boost my own ego of course...) I've added a "Projects using Fuel" section to the readme on GitHub and I'd love to see more entries in that list! So please let me know (or open a PR!) if you think your project deserves some exposure ;) > > Here's the link: https://github.com/theseion/Fuel. > > Stay awesome and positive! > > Cheers, > > Max > > > > > > > > > >
GC
Gabriel Cotelli
Thu, May 27, 2021 8:37 PM

Yes, it's here https://pharo.org/success/Abbacco. There are a couple of new
components since this was published

On Thu, May 27, 2021 at 5:27 PM Esteban Lorenzano estebanlm@netc.eu wrote:

Hola Gabriel!

I will be curious... which components are those?
Do we have a success story with them? ;)

Esteban
On May 27 2021, at 10:15 pm, Gabriel Cotelli g.cotelli@gmail.com wrote:

We're using Fuel to serialize the stack on unexpected errors to ease
further debugging. See
https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st.

So any project using ba-st/Launchpad https://github.com/ba-st/Launchpad is
indirectly using Fuel. For the record, the Pharo components running in the
backend of https://mercapabbaco.com are using this technique.

Cheers,
Gabriel

On Thu, May 27, 2021 at 5:09 PM Max Leske maxleske@gmail.com wrote:

Hi everyone,

I was made aware that there actually are people who use Fuel :) I
rarely get feedback, apart from the spare bug report, so I was thrilled to
hear about people who use it actively or even have applications in
production that rely on Fuel.

To celebrate that (and boost my own ego of course...) I've added a
"Projects using Fuel" section to the readme on GitHub and I'd love to see
more entries in that list! So please let me know (or open a PR!) if you
think your project deserves some exposure ;)

Here's the link: https://github.com/theseion/Fuel.

Stay awesome and positive!

Cheers,
Max

Yes, it's here https://pharo.org/success/Abbacco. There are a couple of new components since this was published On Thu, May 27, 2021 at 5:27 PM Esteban Lorenzano <estebanlm@netc.eu> wrote: > Hola Gabriel! > > I will be curious... which components are those? > Do we have a success story with them? ;) > > Esteban > On May 27 2021, at 10:15 pm, Gabriel Cotelli <g.cotelli@gmail.com> wrote: > > We're using Fuel to serialize the stack on unexpected errors to ease > further debugging. See > https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st. > > So any project using ba-st/Launchpad <https://github.com/ba-st/Launchpad> is > indirectly using Fuel. For the record, the Pharo components running in the > backend of https://mercapabbaco.com are using this technique. > > Cheers, > Gabriel > > On Thu, May 27, 2021 at 5:09 PM Max Leske <maxleske@gmail.com> wrote: > > Hi everyone, > > I was made aware that there actually *are* people who use Fuel :) I > rarely get feedback, apart from the spare bug report, so I was thrilled to > hear about people who use it actively or even have applications in > production that rely on Fuel. > > To celebrate that (and boost my own ego of course...) I've added a > "Projects using Fuel" section to the readme on GitHub and I'd love to see > more entries in that list! So please let me know (or open a PR!) if you > think your project deserves some exposure ;) > > Here's the link: https://github.com/theseion/Fuel. > > Stay awesome and positive! > > Cheers, > Max > >
ML
Max Leske
Fri, May 28, 2021 11:44 AM

Thanks Gabriel, that's great!

I've added Launchpad to the list.

On 27 May 2021, at 22:15, Gabriel Cotelli wrote:

We're using Fuel to serialize the stack on unexpected errors to ease
further debugging. See
https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st.

So any project using ba-st/Launchpad https://github.com/ba-st/Launchpad
is indirectly using Fuel. For the record, the Pharo components running in
the backend of https://mercapabbaco.com are using this technique.

Cheers,
Gabriel

On Thu, May 27, 2021 at 5:09 PM Max Leske maxleske@gmail.com wrote:

Hi everyone,

I was made aware that there actually are people who use Fuel :) I
rarely get feedback, apart from the spare bug report, so I was thrilled to
hear about people who use it actively or even have applications in
production that rely on Fuel.

To celebrate that (and boost my own ego of course...) I've added a
"Projects using Fuel" section to the readme on GitHub and I'd love to see
more entries in that list! So please let me know (or open a PR!) if you
think your project deserves some exposure ;)

Here's the link: https://github.com/theseion/Fuel.

Stay awesome and positive!

Cheers,
Max

Thanks Gabriel, that's great! I've added Launchpad to the list. On 27 May 2021, at 22:15, Gabriel Cotelli wrote: > We're using Fuel to serialize the stack on unexpected errors to ease > further debugging. See > https://github.com/ba-st/Launchpad/blob/release-candidate/source/Launchpad/ErrorStackSerializer.class.st. > > So any project using ba-st/Launchpad <https://github.com/ba-st/Launchpad> > is indirectly using Fuel. For the record, the Pharo components running in > the backend of https://mercapabbaco.com are using this technique. > > Cheers, > Gabriel > > On Thu, May 27, 2021 at 5:09 PM Max Leske <maxleske@gmail.com> wrote: > >> Hi everyone, >> >> I was made aware that there actually *are* people who use Fuel :) I >> rarely get feedback, apart from the spare bug report, so I was thrilled to >> hear about people who use it actively or even have applications in >> production that rely on Fuel. >> >> To celebrate that (and boost my own ego of course...) I've added a >> "Projects using Fuel" section to the readme on GitHub and I'd love to see >> more entries in that list! So please let me know (or open a PR!) if you >> think your project deserves some exposure ;) >> >> Here's the link: https://github.com/theseion/Fuel. >> >> Stay awesome and positive! >> >> Cheers, >> Max >>