opl-
opl-
## Current behavior Using the following code in TypeScript results in an error: ```typescript import {Cottage} from 'cottage'; const router = new Cottage(); router.get('/:id', (ctx) => { return `Requested id:...
## Current behavior Registering a middleware with a given path (for example `/a`) and a wildcard path (`*`) on the same Router instance will cause the wildcard middleware handler to...
Allows filling in external editor `exec_path` and `exec_flags` settings by choosing from a list of presets. Original You can choose a preset to set `exec_path` and `exec_flags` to values for...
### Server Implementation Paper ### Server Version 1.20.2 ### Describe the bug `ExtentEntityCopy` hits the default implementation of `Extent.createEntity` https://github.com/opl-/FastAsyncWorldEdit/blob/f812fc14abdd23d3d131395f02d5526dd8095389/worldedit-core/src/main/java/com/sk89q/worldedit/extent/Extent.java#L147 when trying to use it with a `BukkitAdapter.adapt(world)`. A quick...
### CommandAPI version 9.2.0 ### Minecraft version 1.19.4 Running Paper git-Paper-524 (MC: 1.19.4) (Git: 9846d0d) ### Are you shading the CommandAPI? Yes ### What I did Using the below test...
Sodium version 0.4.11 for Minecraft 1.19.3 introduced a new "feature" which replaces the color of all transparent pixels in a texture with the average color of all non-transparent pixels: https://github.com/CaffeineMC/sodium-fabric/blob/4ab16c83114e2c1e589628aac5690e2f1750b6e9/src/main/java/me/jellysquid/mods/sodium/mixin/features/mipmaps/MixinSpriteContents.java#L117-L118...
The ability to open any website and put it as one of the tabs would be very useful. Example websites that could be used for include Twitch dashboard, YouTube chat...
Postgres has a [63 character limit](https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) on table and table alias names. Defining a relation with a long name, or using a query which retrieves multiple levels of relations, could...
Ported https://github.com/zxing/zxing/pull/1179, changed a bunch of `let` to `const` where appropriate, copied over a couple comments, initialized some variables, changed `==` to `===`, and fixed thrown errors getting eaten in...
In the DefinitelyTyped, the `Writer.list` types claim it returns an array of quads, and `Writer.addQuad` types claim it accepts an array of quads, but in reality the first returns a...