nino-porcino

Results 63 comments of nino-porcino

I upgraded to 2.4.3 but transaction history is still not there. Do I have something specific to do? (e.g. rescan or something) ?

I've installed `tern` as global and as `devDependencies`, but still get this error: ``` [CMD]node "C:\GitHub\Bravey\node_modules/tern/bin/condense" src --no-spans [SRC]src [INFO] tern/condense error Error: Command failed: node "C:\GitHub\Bravey\node_modules/tern/bin/condense" src --no-spans fs.js:675...

thinking about it... when evaluating the AST, your expression nodes might also include a `isBoolean` property that bubbles up to the root, e.g. ``` b return { ..., isBoolean: true...

same problem here on Windows and `create-remix`, I'm trying to follow the QuickStart tutorial but it doesn't reload 😢

the fix I mentioned seems to work nicely (I am using it in my fork), but has some side-effects I am not sure of. I think along with it, there's...

Ok, I made another fix, I've moved the alignment operation within `IScrollInfo.SetVerticalOffset()`, so that every change in Y offset is aligned with `DefaultLineHeight`. Seem to work better than before.

Also: - I'm using `Round` in place of `Floor` - Fixed the impossibility to scroll to last line (by dragging scroll bar) if not a multiple of line height

I closed my own pull request, as it had too many uncontrollable side effects. I leave the issue open, in case someone else has a better solution.

As discussed in #9678, if we use `export as namespace` for setting the global name, then the export clause needs to be allowed in normal code other than declarations (`.d.ts`),...