Dipterix Wang

Results 122 comments of Dipterix Wang

This looks great. However, I got this issue when trying to validate the notarization ``` >$ spctl -vvv --assess --type exec "$TFILE" lol.app: rejected (the code is valid but does...

Uh, I see... Then it looks everything got passed. But my apps still cannot execute on other machines once I upload them to Github (dmg, zipped or not zipped). Began...

Yup, that's what I was struggling about. I got green lights all the way to staple and verified each step, but still unable to download from another computer.

Thanks @nir4most that's exactly what I was doing. The reason why I posted this issue was because I think it would be easier if the render functions can store the...

@philibe , That's not gonna solve my issues. I don't need multiple output support. I need ways to get renderers' expression and program on the context so I can provide...

To add to the issue, `execOnResize` in `renderPlot` does not work as well. @ismirsehregal Before they fix this issue, I guess you can bind other events such as `session$clientData[[sprintf('output_%s', session$ns("goPlot"))]]`...

I'm using `Sys.getpid()` as temporary solution. As you have mentioned, this is not very stable/consistent. Right now I'm dev a package that requires intensive file IOs. The data requires one...

I can solve the latter question using `parallel` package. I can make clusters and manage them in private, without letting `future` know about them. Just not sure if `future` will...

I see. So if I use your package like this, I'm actually managing the clusters `cl` by myself without registering `cl` to future plan, right? I still want to use...

@nbenn I'm so sorry I didn't state the issue clearly. Is there any way to plan `multicore` with `4` workers, and queue 100 futures without blocking the main process? Basically...