[Pharo-users] Google Protobuf and usage of Slots

2019-02-25 Thread Holger Freyther
Hi, from my point of view the pillars of future services are Google protobuf[1] and gRPC. Protobuf can be used for configuration files[2], tracing/logging[3] and storage[4]. gRPC is built on top-of HTTP2 and is using the protobuf IDL and marshaling. Many projects (etcd, envoy, Google Cloud, ...

Re: [Pharo-users] Google Protobuf and usage of Slots

2019-03-07 Thread Holger Freyther
> On 5. Mar 2019, at 19:06, HenrikNergaard5 wrote: > > Hi Holger, > >> My plan of action is to start with a protobuf compiler/model and then look >> into binding the gRPC C implementation to Pharo. > > I have an almost complete parser and compiler (class generation) > implementation of prot

Re: [Pharo-users] Google Protobuf and usage of Slots

2019-03-07 Thread Holger Freyther
some days to find time…) > > Marcus > >> On 26 Feb 2019, at 07:54, Holger Freyther wrote: >> >> Hi, >> >> from my point of view the pillars of future services are Google protobuf[1] >> and gRPC. Protobuf can be used for configuration files[2]

[Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Holger Freyther
Hi! I found myself doing codereview and commenting on style (e.g. missing indention). It seems like a task that can be easily automated and in fact we have RBFormmatter/BlueInk to do it. What I didn't see is if a project can supply the style (instead of the image configuration)? How could this

<    1   2