Ramon Snir

Results 13 comments of Ramon Snir

Do you have `allow_destroy` on your model's `accept_nested_attributes_for`? nested_form **does work**, it doesn't seem like an issue with it.

@tbleckert Hi, this wrong type is blocking us from using this library with TypeScript. Can you take a look and review it or merge it? I see there's a small...

Hey @samscott89 . FYI: Gitpod isn't allowed by Microsoft to use Microsoft Marketplace, so without this being published to open-vsx my team can't use the extension. Docs from Gitpod about...

If a future reader needs to get this extension working in Gitpod, here is the line we added to our [custom Docker image](https://www.gitpod.io/docs/config-docker) Dockerfile: ```dockerfile # Build and package the...

I can confirm that I am seeing the same issue. We have an environment with required approvers, and we have a Slack channel that's subscribed only to releases and deployments....

Thanks @Conduitry for identifying as a duplicate. I searched in GitHub but must have entered a wrong keyword combination or simply missed it (there are many results for words like...

@tanhauhau Do you know why the tests suddenly failed? It seems like a random failure of an unrelated test, only on macOS. I don't have permissions to re-run.

@tanhauhau Keeping as two separate commits for the duration of the discussion. It now compiles to that, but I'm slightly worried that it would cause other regressions :slightly_smiling_face: `npm run...

> Already once I implemented this optimization but removed. > Same reason as [#7942 (review)](https://github.com/sveltejs/svelte/pull/7942#pullrequestreview-1142286372) . For other readers' context, the comment linked (which @baseballyama wrote) says: > IMO, it...