Mathias Lafeldt

Results 117 comments of Mathias Lafeldt

Use the "cd" command to go to the directory ntpbclient is in. Otherwise, cmd.exe cannot find it. If you're using the Perl version (comes with PS2rd v0.5.2 and higher), put...

Yes, simply provide the correct arguments as written in the manual.

After publishing [this post](https://artofserverless.com/dynamodb-deno-deploy/), someone from Deno pointed me to [aws-api.deno.dev](https://aws-api.deno.dev), which turned out to provide the only DynamoDB client for Deno that [worked for me right off the bat](https://twitter.com/mlafeldt/status/1577635542874865665)....

Personally, I'd love to see this being merged. 👍 Having no default makes creating workers relatively cumbersome. As an example, in the case of this demo, it makes up over...

Would also reduce the boilerplate in tests and examples, e.g. - https://github.com/denoland/deno/blob/25a1cc1b28ee2f37deb6305c0feb66d4eec50804/runtime/worker.rs#L402 - https://github.com/denoland/deno/blob/25a1cc1b28ee2f37deb6305c0feb66d4eec50804/runtime/examples/hello_runtime.rs#L29

Patched `ordinary_define_own_property` to get more info: ```diff --- boa_engine/src/object/internal_methods/mod.rs +++ boa_engine/src/object/internal_methods/mod.rs @@ -457,6 +457,7 @@ pub(crate) fn ordinary_define_own_property( desc: PropertyDescriptor, context: &mut Context

Also open to adding `create_custom_runtime_snapshot` or `create_runtime_snapshot_with_extensions` or similar instead.

Yeah, but that would be a new section. I doubt it is really needed. Or maybe I think too complicated. For example, I could simply use `Returns` for the actual...

FYI, I wrote a simple documentation generator for TomDoc'd shell scripts: https://github.com/mlafeldt/tomdoc.sh