Tamás Nepusz

Results 691 comments of Tamás Nepusz

I think that in these cases, we should use a special mnemonic in the `PARAMS` stanza that the default value of a parameter should be calculated in a language-dependent way....

I feel that this would be needed anyway because languages may differ in what they accept as default arguments. R accepts arbitrary R expressions that are evaluated when the function...

> There is no Python module, and I'm not sure if it is common practice to create data packages in Python. I think that's correct - maybe inside sub-ecosystems like...

FWIW we have a different use-case - we use this crate in a _terminal_ app and not a Tauri app. It turns out that the `-WindowStyle hidden` flag used in...

@szhorvat Is this ready for merging, do you still want to have another review round, or shall I review it before merging?

Retargeting for 1.1 as it is not API-breaking and we need to clear the issue list for the 1.0 milestone now that we are getting closer to the release date.

I wonder why RStudio is so slow compared to the CLI or the R GUI. Maybe there's some inter-thread synchronization involved? (R code is probably running on its own thread...

I'm inclined to propose throttling interruption checks to 10 msec or even slower - no one would notice the difference, but for instance the resolution of the coarse monotonic clock...

Also, maybe we should move this to the C core so that all interfaces benefit from it?

> In duckdb, interruption now works by temporarily installing a signal handler. Host languages usually have their own signal handlers for SIGINT - for instance, in Python, SIGINT generates a...