Cody Casterline

Results 185 comments of Cody Casterline

+1 to this. My example: https://jsr.io/@nfnitloop/feoblog-client/0.9.1/src/protobuf/types.ts Only the local re-exports show up in docs here: https://jsr.io/@nfnitloop/feoblog-client/doc/types

During my initial bug search, I found a similar issue: #6108 But in this case I'm not using any registry, I'm just trying to install packages I have on-disk.

Sorry for the confusion. I discovered this bug while testing a *different* bug with pnpm, so re-using that example was the quickest way for me to get to a reproduction....

Ah yeah, I'd already included it in the README over there: ```json "dependencies": { "@my_private_scope_example/myFooAlias": "npm:@my_private_scope_example/[email protected]" }, ``` This appears to be valid npm syntax. For example, I can create...

Sorry, just saw your last response: > when using alias, as far as i know it will look for that package in configured registry. IMO, that's the core of this...

> Take a look at the textwrap crate for wrapping and consider storing your information as lines of text which can be easily filtered to just the visible range rather...

Additional things to consider: For #92, we don't necessarily want to allow embedded items (or their attachments) to be served directly from a server at `/u/:uid/i/:sig` just because they've been...

> When users compose replies to a post, clients should add a ReplyTo the version that the user read. Eh, thinking better of this one -- this could very well...

Agreed. the reason it's currently like that is because I had some other pages that had lots of fields, so used a style that says if input isn't focused, it...

The UI is being rewritten over in https://github.com/diskuto/diskuto-web so closing this. (I didn't make this mistake in the rewrite.) 😊