Eirik Sletteberg

Results 11 issues of Eirik Sletteberg

Hey! Storybook uses this package as a dependency, and I noticed that it doesn't expose ESM modules - but it's quite easy to add support for. What do you think...

Would it be possible to configure the Cassandra image in docker-zipkin to enable cassandra self-tracing? That could be a nice showcase. And also aid in debugging performance issues in Zipkin...

It should be possible for applications to handle errors in the loggers, by adding e.g. ``` javascript kafkaLogger.on('error', err => console.error('oops', err)); ``` to the code. That means we need...

enhancement
help wanted

We should make zipkin-js' public API fool-proof, by validating every input argument to every public function.

enhancement

Our ZooKeeper cluster has ACL enabled. The framework scheduler starts as expected (when the zookepper url is username:password@zookeeper-host:2181) but when the esdemo task tries to start, it fails with this...

dcos
zookeeper

Or it might just be me you cannot figure out how. Steps to reproduce: First, start with a clean Ubuntu 14.04 x64 server (e.g. from digitalocean.com) Then, run these commands:...

Adds UMD header, so the project can be used both from CommonJS projects, AMD projects, and plain old tags in the document header. Dependencies on jquery and resig-class are declared...

If you make a 7z archive like this: ``` index.txt a/b/c.txt ``` and try to extract it with the web worker, it doesn't work - you get a "permission denied"...

The newest maven plugin (1.2) allows for using yarn instead of npm. Maybe it could speed up the build?

[Simula](https://en.wikipedia.org/wiki/Simula) is a language of historic and academic interest. It sprung out of ALGOL, and went on to inspire next-generation languages like Java, C++ and C#. > Simula is considered...

Stale