Teo Stocco

Results 51 issues of Teo Stocco

I am getting a compilation error with Tiberius when using quaint in a workspace. Outside workspace, it works well without issue. The fix might be obvious, but I am having...

The doc about the Google client says to use an iOS credentials for both iOS and Android platform. > Select iOS as Application Type How can we limit the usage...

Currently `execArrayReply` casts its return to `Array` but because of the change with `BulkNil` the function does not always return an array but also null. This breaks at least `xread`...

bug

The worker imports differ the import signatures of the file making it impossible to run with `deno run --lock=lock.json --cached-only`. Is there a way this could be supported somehow?

Currently, dnt seems to use `Deno.cwd` to determine which directory to build. An option to specific a specific one would be convenient.

What is the advised way to run rust unit test within the same crate where generate is used? Currently there is no easy way to circumvent the external link when...

Great utility! I faced some users who install directly the binary into /usr/local/bin which requires sudo. Self update fails with `Permission denied (os error 13) at path "/usr/local/bin/xxx_downloadB8hENF"`. How shall...

### Terraform Version Terraform v1.5.4 on darwin_arm64 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/random v3.5.1 + provider registry.terraform.io/terraform-provider-openstack/openstack v1.52.1 ### Affected Resource(s) - openstack_lb_members_v2 ### Terraform Configuration Files https://github.com/zifeo/terraform-openstack-rke2/blob/main/examples/single-server/main.tf Works...

I am requesting a feature where one can set a volume with enable_online_resize, and attach it to an instance while re-creating the volume if the instance gets re-created. Currently, a...

## Overview Using NextJS, we got: ``` Error occurred prerendering page "/X". Read more: https://nextjs.org/docs/messages/prerender-error ReferenceError: document is not defined at createTag ... ``` This has been reported as a...

stale