ObsidianMinor
ObsidianMinor
Currently the only way to experiment with cron expressions for Cron Triggers is to use the Workers dashboard. I think it'd be nice if there existed another site that simply...
Part 1 of ??. This focuses on rewriting the core of the library (the framework module) to use a request/response abstraction. This model is much more open to extension and...
Durable Objects let me do this ```js export class Worker { constructor(state, env) { // hell yea constructors this.state = state this.env = env } async fetch(req) { return new...
The DPS meter overlaps with the chat window on 75% UI scaling. It'd be nice if the UI elements of BetterUI scaled properly with the game's UI scaling option.
When bootstrapping a new Cap'n Proto implementation in another language, it can be useful to make the first code-generator in the same language as the language you're planning to write...
This repository is looking lacking, so I thought I'd get it started. I also plan to write specs for proto2 and proto3, but in the meantime I decided to write...