Reed von Redwitz
Reed von Redwitz
After taking a break I decided to put this into the esbuild source and modify some things so I could log more. The test is basically the same as before,...
> PTAL at my last suggestion regarding your DM query. `deno_std` can be used, but it doesn't make a huge difference. Nor does this code make me think that there's...
todo: - [x] fix tests on windows - [x] write proper tests for this change
@iuioiua, as we discussed yesterday, I'm working the pluginification of saaskit using this PR. It's going well, except for your usage of `"@/": "./"` in the import map. This is...
@marvinhagemeister @iuioiua, I think this is ready to look at. There's an uptake of this PR in https://github.com/denoland/saaskit/pull/660. I've added a few different test cases to make sure that the...
I'm not sure whether this should be merged until https://github.com/denoland/vscode_deno/issues/708 is resolved. Otherwise I don't think people will be able to debug their apps.
Well, this fixes my problem and passes on my computer. I'm not sure what's going on here. I'll look at the failures in more detail tomorrow.
@hashrock, looks like you added `disableHtmlSanitization` tests in https://github.com/denoland/deno-gfm/pull/62. So all we need now are the browser tests. Can you please elaborate on what you're looking for?
I created https://github.com/deer/fresh/tree/983_reproduction/tests/fixture_component_in_island to reproduce this situation. I have an index page which has an island, and the island has a component. So the server sends out: ```html Hello from...
Whatever I'm doing here clearly isn't working on windows (as per the tests), so if you're on windows, please let me know. If you're on mac or linux, did you...