Simone Di Cola

Results 9 issues of Simone Di Cola

Hi all, I wonder if we got a special case where & does not get translated to &. For instance here the resulting string: `Belvoir Lettings & Estate Agents -...

It would be great to have an annotation for nullable/optional parameters. Here an example: @Query("getYieldByPostcode") public Uni getYield(@Name("fullPostcode") @NonNull String postcode, @Name("bedrooms") int bedrooms, @Name("houseType") String houseType){ return yieldService.getByFullPostCode(postcode,bedrooms,houseType); }...

### Summary TLS email not populated in jx-requirements, resulting in a error in git-operator. ### Steps to reproduce the behavior In main.tf set ` tls_email = "[email protected]" ` Execute `terraform...

lifecycle/stale

Hi all, I am in the process of replacing mock-fs with mem-fs due to its lack of support for node 20.X. I am struggling to get mem-fs working in this...

Hi all, I am in the process of replacing mock-fs with mem-fs due to its lack of support for node 20.X. I am struggling to get mem-fs working in this...

I am using the tng operator on kubernetes 1.17. Here my configuration: ``` apiVersion: quay.redhat.com/v1 kind: QuayRegistry metadata: name: quay-registry spec: components: - kind: route managed: false ``` But installation...

**Description** Hi all, I cannot find anything in documention that suggests how to create a custom requesterFn. In can see that the method signature it expects is `(resourceOptions: ResourceOptions) =>...

question
type:documentation

Hi all, using the cli it is not clear to me how to get TS files as output instead of JS ones. Thanks a lot

question

When using encode_args((arg1, arg2, arg3, ...)) in PocketIC tests to call canister methods with multiple arguments, the macro encodes the tuple as a single Candid record (table0) instead of encoding...