Alex Ciminian

Results 5 issues of Alex Ciminian

I'm trying to include ion-js in a project that uses a standard webpack build (create-react-app): ```javascript import { makeReader } from 'ion-js'; console.log('Hello world!'); ``` [See the full repo here](https://github.com/cimi/ion-js-webpack),...

I've tried this simple code using node-lazy: ``` javascript var productStream = function (readstream) { return new Lazy(readstream) .lines.forEach(function (line) { console.log(count++); if (count > 10) { console.log("Should stop"); readstream.pause();...

👋 Hi there! First of all, thank you for your work! I've been successfully using this library in production for a couple of years and it's been very useful. Recently...

### What does this PR do? This PR adds several fixes and improvements to Go Dynamic Instrumentation: * Check typeFields is not nil before accessing it to prevent crashes. *...

changelog/no-changelog
team/dynamic-instrumentation

## Motivation In this PR we add two new tests to the `DEBUGGER_METHOD_PROBES_SNAPSHOT` scenario: * one test for rate limiting that calls the same endpoint 10 times in a row...