Tatsuyuki Ishi
Tatsuyuki Ishi
### Steps to reproduce 1. `git clone https://github.com/mozilla/gecko-dev.git` 2. Install Rust (Version used: rustc 1.62.0-nightly (4dd8b420c 2022-05-01)) 3. Put the following in `mozconfig` ``` ac_add_options --enable-release --disable-cargo-incremental export RUSTC_OPT_LEVEL=2 mk_add_options...
The "slide" menu doesn't comply with Material guidelines. (transparency) Not only that, the menu lags too much than other apps using AppCompat or something else. (Compared with Google Apps) Consider...
Commit: bfe6367 OS: Windows 10 2004 64-bit running x32dbg Windows's entrypoint implementation contains an infamous call to `NtContinue` that switches the whole `CONTEXT` ([related info](https://stackoverflow.com/questions/41392014/what-does-windows-do-before-main-is-called/41396596)) and in particular, it causes...
### Description (from primary commit) This commit rewrites the view (re-)assignment logic in a way that is shorter and therefore easier to read through. The performance is generally on par...
When rendering a slot, Vue will act as if the slot content was expanded in-line at the ``'s place. Having the slots in a v-for therefore can trigger too much...
In the `next` branch, the index passed to the slot is from the non-reactive field: https://github.com/Akryum/vue-virtual-scroller/blob/a6e07da79af0165a62fc6fc9bfb8ca08631b25ef/packages/vue-virtual-scroller/src/components/RecycleScroller.vue#L37 I'm seeing that my index-based view widget shows stale element, and I'm assuming that...
This old piece of code tried to get the result immediately by calling getCurrentResult(), except that the function will also set the internal "last" result if called without a `false`...
av1an falls back to vf(select) if VS is not installed. Unfortunately it decodes the entire video until the crop point and is extremely wasteful of resources. It should be either...
- Implement proper POST-redirect instead of opening many pages - Remove the functionality of top submit buttons - Fixed some bad/deprecated HTML tags
The basic idea is that columns with uniqueness constraints are guaranteed to return exactly zero or one value. In some code we may want to assert this for consistency, and...