Cody Casterline

Results 147 issues of Cody Casterline

Thanks for making this for Deno! I noticed this project was based on an older version of [protoc-gen-ts]. There have been some updates with nice new features since then, including...

My [protobuf file] gets translated to a .ts file by `deno-protobuf` but it seems to be importing modules that don't exist: ```javascript import Kernel from "https://deno.land/x/protobuf/kernel/kernel.js"; import Int64 from "https://deno.land/x/protobuf/int64.js";...

Since `Identicon.image()` returns an ImageBuffer, and you have to have the `image` package to convert that into a useable file, it's really part of your public interface. It'd be nice...

I wrote in the v0.1.0 README.md: > Reblogging [is an unplanned feature]. I [believe] there should be a higher barrier to sharing others' content. You'll need to comment, post, or...

Add a freeform "extensions" field in the `Item` type so that third-party apps can add additional (meta)data to Items in an easily discoverable way. --- There's nothing stopping someone from...

This ticket is an "epic" encompassing work we'll probably break up into separate smaller tickets. Users should be able to embed some content into their posts. For example: * Video...

A lot of systems nowadays allow you to "paste over" some text with a link to hyperlink it. Would be handy if the markdown editor for posts/comments would let you...

enhancement
good first issue
client

FeoBlog should include a robots.txt Immediately after sharing a link to a live server for the first time, it got hit by several bots, and they generally requested a `robots.txt`....

Sometimes attachments fail to get uploaded. (Ex: from [feotweet].) It's a bit of a PITA to manually `curl` the attachment to the correct location. Would be handy if there was...

client

Right now, user administration is performed via the CLI. That's not terrible for a server run by a programmer for a few of his friends. But others might prefer a...