Roderik van der Veer

Results 40 comments of Roderik van der Veer

My fix PR was merged in the latest truffle beta

While I can now select .ts files, it freaks out on imports ``` import { MigrationsContract } from '../types/truffle-contracts/index'; const Migrations: MigrationsContract = artifacts.require('./Migrations.sol'); const migration: Truffle.Migration = async (deployer:...

Ok, so it is not possible to call a field "issuer". It would be best to prevent this in the UI.

I have the same issue with this provider, but also on update ``` import * as pulumi from "@pulumi/pulumi"; import * as dns from "dns"; /** * DnsResolverInputs represents the...

For me it never updates existing secrets, not sure why...

I think part of the reason is we deploy with pulumi which replaces the secrets, so the resource version might always be the same? The check contents flag in the...

Ok, i'm having the same issue, i added a new shortcut cmd-shift-v to paste as text, and that works (main IDE window)

I believe this is due to Sequoia, already had it in the betas and now in the final release, but not in Sonoma

initial quick test, all seems fine on 1.1.3 (YMMV)