Nahuel Greco

Results 28 issues of Nahuel Greco

I'm not sure if this is a Babel or a node-postgres bug, steps to reproduce: ``` export PATH=$PATH:/tmp/iojs-v3.0.0-linux-x64/bin/:./node_modules/.bin mkdir t cd t npm install babel pg # create a t.js...

If your `body` tag is inline styled like `` to always show the scrollbar, then react-viewer hides it but not restores it after close. This can be easily fixed by...

Currently when you do `balena-engine save myimage` the resultant `.tar` contents is first written to `/var/lib/balena-engine/tmp`. This can easily exhaust the available disk space on embedded systems for big images....

E.g.: ```ts const m = new Map([['a', 'b'], ['c', 'd']]); // Map { 'a' => 'b', 'c' => 'd' } const m2 = set(m, _ => _.get('c') )('X') // Map...

`tsc-bundle` seems to always call the global `tsc` executable, it will be nice to make it use the project local `node_modules/.bin/tsc` if available, as many projects wants to use an...

When you open an error by pressing `RET` on a `tide-project-errors` window, a window is always created if the related file buffer is not already shown in one. So navigating...

Both `mermaid-mode` and `ob-mermaid` defines the `org-babel-execute:mermaid` function who controls the evaluation of org-mode mermaid src blocks. When loading both packages, the loading order will determine which one will be...

Typescript currently doesn't support the `::` bind operator: https://github.com/Microsoft/TypeScript/issues/3508 but is possible to use the `zaphod/compat` interface from TS and it will be very nice to add typings definitions for...

Some proxies buffers SSE events to compress the stream. The `no-transform` directive forbidden this bad behavior. More info at: https://github.com/facebook/create-react-app/issues/1633 https://github.com/vercel/next.js/issues/9965#issuecomment-584319868