Trevor Paley

Results 12 issues of Trevor Paley

### Steps to reproduce 1. Click History, Browse, or More in the bottom navigation bar (not Updates) 2. Click the back button ### Expected behavior Returns to library as normal....

Bug

## Description Added "Hello, World!" for [FAI](https://github.com/TheUnlocked/FAI-Language). ## Types of changes - [ ] Bug fix or improving code quality - [x] New language - [ ] New feature ##...

# What does it do? Generate `visitX?(ctx: XContext): Result` syntax rather than `visitX?: (ctx: XContext) => Result` for generated listener and visitor interface members. # Why would we want this?...

I have something somewhat similar to this: ```js // iframe function foo(ctx) { // do something } Comlink.expose(foo, Comlink.windowEndpoint(window.parent)); // main browser const iframe = /* get iframe */; const...

The HTML5 backend currently disallows dropping all native objects when there is no drop target in order to avoid replacing the tab content with the object, but it only really...

Allows using keys other than alt to set the dropEffect to 'copy', and allows using a predicate callback in case the user wants more complex behavior. Resolves #2979

# Bug Report ### 🔎 Search Terms - optional function parameter inference - optional method parameter type inference - optional method inference indirection - nullable method inference - target type...

Bug
Help Wanted

**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...

bug

### Describe your suggested feature ## Background Tachiyomi clients currently need to be careful about performing certain bulk actions because an excessive number of network requests could put significant load...

Feature request

## Summary While Mihon has an existing option to detect when an image is wide to split it in half, it currently has no feature to go the other way,...