Cody Casterline

Results 147 issues of Cody Casterline

Currently, servers are pretty simple. 1) Has a list of users/follows. 2) May allow POSTs from those users. 3) Serves that content. All of the sync logic is written in...

enhancement

Right now, following a user, and knowing whether you already follow a user, is a bit error-prone. You've got to copy/paste the userID into your Edit Profile page. The UI...

enhancement

See: https://github.com/NfNitLoop/feoblog/blob/ccb906cab1cb350833c911eb61e28aef9027b89a/src/server.rs#L84 Right now I'm just using the `webbrowser` crate to open a browser, but on Linux that might open a blocking browser, which will block the server from actually...

Related to #20 -- maybe allow attaching multiple versions of an image with different sizes? Hmm, this might be a bit complicated. First thought: Add some "metadata" to the [Attachment]...

Right now, FeoBlog uses an SQLite database. This simplifies maintenance, and should scale enough for individual use, or use among a small group of friends. But SQLite does have limitations...

Out of the box, FeoBlog uses its embedded `styles.css` and `client.css` files to render the plain HTML view and client view. Users will probably want a way to provide their...

long term

Turndown looks like a great library. I'd love to use it from [Deno], but I'm running into some issues at the moment. I'm using [Skypack] to grab a module-based build...

If the input HTML uses the same link text, shortcut links result in duplicate link refs: ```typescript import tds from "https://cdn.skypack.dev/[email protected]" import {DOMParser} from "https://github.com/b-fuze/deno-dom/raw/188d7240e5371caf1b4add8bb7183933d142337e/deno-dom-wasm.ts" const parser = new DOMParser()...

I see this is already called out as a feature that's not yet implemented in the README: > ❌ Array of Tables I just wanted to make a ticket for...

enhancement
help wanted
good first issue
huge task

## Expected behavior `gradle generateJava` should inspect the `schema` block for a schema to determine the [Root Operation Types] for the schema. [Root Operation Types]: https://spec.graphql.org/June2018/#sec-Root-Operation-Types ## Actual behavior The...

bug
stale