vividsnow

Results 9 comments of vividsnow

Hi! Yes, I maintain [doc.sccode.org](https://doc.sccode.org) and personally prefer to include [sc3-plugins](https://github.com/supercollider/sc3-plugins) documentation. Thanks for the proposal! I'll include [build_docs.sh#L10-L13](https://github.com/capital-G/sc-docs/blob/11c7ff7b64e86d50b526204220cb2e64f52deada/build_docs.sh#L10-L13) and [custom.css](https://github.com/capital-G/sc-docs/blob/main/custom.css) to the [doc.sccode.org](https://doc.sccode.org) build process

@capital-G I think [doc.scsynth.org](https://doc.scsynth.org) would be appropriate place, but I dont know who controls dns records of the scsynth.org zone. ..or, as @joslloand proposed, the official auto-generated docs can be...

TMTOWTDI, apparently ) As far as I understand, there is no such entity like "SuperCollider Language Foundation" that would "officially" represent the SuperCollder project.

still an issue on ```Rakudo version 2019.11-182-gb9c0196f8 built on MoarVM version 2019.07.1-403-g9442b1a7c implementing Perl 6.d.```

Hi, @ab5tract I cant see it is resolved since: ```raku perl6 -e '$*IN.slurp.say; $*IN .= open; $*IN.eof.say' test *pressing ctrl+d here test True ``` also using nqp: ```raku use nqp;...

Hi, @lizmat I can't see that the original issue is resolved. ``` perl6 --version Welcome to Rakudo™ v2024.09-25-gc1fd67363. Implementing the Raku® Programming Language v6.d. Built on MoarVM version 2024.09-2-g3ac5fa661. ```

Hi I'm confused regarding the rule for updating multiple rows in one query. According to the [wiki](https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#database-updates): > Using bulk updates—batches of update statements or individual update statements that affect...

Hi, @msmith-techempower Does this form of prepared statement count as a bulk update? ```sql with t(v,i) as (values (?,?), (?,?), ...) update World w set randomNumber = t.v from t...

As far as I understand the verification process steps: [1](https://github.com/TechEmpower/FrameworkBenchmarks/blob/ddd09520c10926c0e2c73a005b1f79f5a68142a8/toolset/test_types/verifications.py#L425-L442) and [2](https://github.com/TechEmpower/FrameworkBenchmarks/blob/ddd09520c10926c0e2c73a005b1f79f5a68142a8/toolset/test_types/verifications.py#L468-L472), it will not tolerate executed queries which are significantly less than the expected value: https://github.com/TechEmpower/FrameworkBenchmarks/blob/ddd09520c10926c0e2c73a005b1f79f5a68142a8/toolset/test_types/verifications.py#L408-L409 Therefore, until the...