Andrzej Wódkiewicz

Results 11 comments of Andrzej Wódkiewicz

Side-note: I just wanted to leave this [HTML spec](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#resetting-a-form) that explains (proves?) that what you mentioned earlier about the form and input events is by design, emphasis mine: > ###...

Sorry if that was already explained above, but I want to be completely sure what this change brought to the table. Let's say that: - my base `/tsconfig.json` has `compilerOptions`...

This is still the issue. For comparison -- when you run `yarn workspaces list --json`, you get the list of JSON objects with `location` and `name`, for example `{"location":"packages/backend", "name":...

So it looks like the previous approach of "subtracting" the properties that we want to make required/writable/readonly was wrong and now we... overwrite the existing properties with type intersection? 😄

Thank **you** for the quick reply and the workaround! I'll be happy to read what is the reason for the faulty behaviour after you investigate, because I tried to understand...

Folks, isn't it about checksums of packages being calculated on the compressed versions of packages vs the "raw" packages from npm? See my issue from some time ago where I...

I also have a problem when running migrations that are supposed to add a column by creating a new temporary table, dropping the old one (with FKs) and renaming the...

What's also important here, but might have been overlooked, is that the TypeScript behaviour changes with the `moduleResolution`. Even with TS 5.2, with `isolatedModules` and `emitDecoratorMetadata` you can still do...

Weird... When I change the `OTLPTraceExporter` to `ConsoleSpanExporter` I don't see these errors anymore, just regular fs tracing. So maybe the problem lies in the `OTLPTraceExporter`?