Hugo Manrique

Results 34 comments of Hugo Manrique

There's ways to conditionally use one enum or another (for example, creating an interface in your plugin that abstracts the logic common to both enums and creating implementations in two...

Yes, `VelocityCommandManager` uses that registry when fetching parser types (both by string and by integer). Will remove the integer variants :+1:

This was already implemented in the https://github.com/PaperMC/Velocity/tree/experiment/io_uring branch, but I guess it didn't get merged due to the experimental status of Netty's implementation.

I'm getting the same issue (https://rollupjs.org/guide/en/#warning-sourcemap-is-likely-to-be-incorrect). Here's a smaller repro rollup config file: ```javascript import banner from 'rollup-plugin-banner'; export default { input: 'src/index.js', output: { file: 'dist/index.js', format: 'cjs', sourcemap:...