Em Zhan

Results 14 comments of Em Zhan

Another workaround is to set `watch.chokidar.usePolling` to `true` in the Rollup config. This is strange: in the same project, direct dependencies do not need this option.

For versions `Rails 6.0.0.rc1` and `RailsERD 1.6.0`. My workaround for this was to modify `config/environments/development.rb` like so: ```diff diff --git a/config/environments/development.rb b/config/environments/development.rb index 66df51f..1c45d7c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@...

With #8157 recently merged, would it be a good idea to now support EditorConfig's `insert_final_newline` in this PR?

I think this is worth fixing for the case of opening the search modal. Currently, opening the modal (`Ctrl+K`) on Vitepress causes a layout shift on Windows while similar functionality...

Rebased #1844 and can confirm that the fix implemented there still works. I tried the alternatives mentioned earlier in this thread but there are some issues with each: - [scrollbar-gutter](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter)...

gentle ping for https://github.com/sveltejs/site-kit/pull/164

> This can't be used to every dataset tho, [reanalysis-era5-single-levels](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=form) dataset returns today's date, but the actual update date is `2024-02-13` Update date in this case means the date new...

Here's a somewhat hacky implementation that covers the most common case when `trailingSlashes` isn't explicitly configured, as in the #9880 repro. It does run into the limitation where it can't...

Thank you for the reminder. I have been rather stumped by this — managed to get it working for `.js` but not for `.server.js` routes; I'll push those commits now....

> This is known complex types binding behavior. > Nothing to do with slotting. > Change to primitive like number and it will work once. I don't think this is...