Juan Campa

Results 46 comments of Juan Campa

I'll be working on landing this PR in the next few days. I'm taking over @EricRahm's awesome work but I'll need a bit of time to catch up. I'll get...

I'm on Arch Linux, so no `apt-get`. But I did the equivalent for Arch using pacman. I also tried upgrading to the latest `tts` crate, which in turn uses the...

> Tooltips save their sizes from one frame to another and use that to figure out how to position them so they are never outside of the screen. I want...

I was also bitten by this. I think the problem is that `Executor` is implemented for `&mut Stuff` and `execute` takes an `Executor`. But a more idiomatic approach is to...

I believe I'm hitting a similar wall here: `Invalid state: Instance marked as in a hostcall while entering a hostcall.` Full panic: ``` thread 'main' panicked at 'Invalid state: Instance...

I'm also interested in targeting node. Another difference that comes to mind is `window` vs `global` as the global object. Not sure if that's builtin or not

I'm also interested in this question

This doesn't work in other contexts either, even if they are user-triggered, such as a listener of `chrome.commands.onCommand` Chrome version: `Version 104.0.5112.101 (Official Build) (arm64)`

@tyranron are you still planning on working on this PR? Super excited to get `serde_json` integration

@HosseinAgha I'm on the same boat, excluding non-dev dependencies would slim down the build-only images and make the CD pipeline much faster