buttercat1791
bc0010a756
Enable SSR for publications
11 months ago
buttercat1791
aa76910bc4
Use utils based on raw WebSockets for SSR
11 months ago
buttercat1791
bc22b21c33
Turn SSR back on
11 months ago
buttercat1791
cccbb01e3a
Add TODOs for next steps
11 months ago
buttercat1791
2bb42d3ec4
Clean up and refactor based on AI code review
11 months ago
buttercat1791
4a4b29f46c
Clean up old pages and add TODOs to new ones
11 months ago
buttercat1791
e093ee599d
Give explicit instructions on reading and updating anchor comemnts
11 months ago
buttercat1791
1bd2950679
Clean up redirects on query param based routes
11 months ago
buttercat1791
2150a311ec
Revise general project instructions
11 months ago
buttercat1791
114b3a035b
Simplify link generation in `PublicationHeader` component
...
The component only needs to work with kind 30040 index events.
11 months ago
buttercat1791
2ce83b75ca
Set return types for NIP-19 decoding utils
11 months ago
buttercat1791
b665e1b019
AI - refactor for route params
...
Needs developer review
11 months ago
buttercat1791
8a8bdd18ac
TEMP refactor plan for LLMs
11 months ago
buttercat1791
825dee1584
Specify Deno as the preferred runtime in Cursor rules
11 months ago
buttercat1791
a2d9b64114
Add anchor comments to project Cursor instructions
11 months ago
Michael J
d3885055fb
Merges pull request #51
...
Cursor Rules for Code Review
11 months ago
buttercat1791
d455f7e802
Add Cursor rules that assist in code review
11 months ago
Michael J
88f4ae91c8
Merges pull request #48
...
Introduce WebSocketPool for Connection Management
11 months ago
buttercat1791
2a57122436
Introduce WebSocket handles and simplify
...
- The `acquire`, `release`, and `drain` method signatures remain unchanged.
- `WebSocketHandle` objects are introduced to tie each socket's state to the socket itself.
- Initial connection logic is simplified.
- Some minor improvements and validations are introduced based on AI-assisted code review.
11 months ago
buttercat1791
fee33e8f92
`#instance` -> `#shared`
11 months ago
buttercat1791
eb682846e0
Recommend `WebSocketPool` usage to Cursor
11 months ago
buttercat1791
96dde51c44
Change prescribed quote style for Cursor
11 months ago
buttercat1791
c79b844f65
Use `WebSocketPool` for raw WebSocket connections
11 months ago
buttercat1791
9a95ee4508
Remove unused imports
11 months ago
buttercat1791
0743cc3629
Update Deno lockfile
11 months ago
buttercat1791
2839e2547a
Improve `WebSocketPool` class
...
- Share a single connection per URL
- Set a limit to the number of connections to prevent resource exhaustion
- Prevent certain race conditions
11 months ago
buttercat1791
c466d73a57
Add resource pool class for WebSocket connections
11 months ago
Michael J
1116c6ddb0
Merges pull request #45
...
Build cleanup
11 months ago
vnugent
293f0cf651
build(container): add deno cache step to docker container
11 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
11 months ago
buttercat1791
163236db2a
Update deps and include @noble packages
11 months ago
buttercat1791
e26c6a9fdd
Set package version to agree with tag
11 months ago
buttercat1791
491b87401c
Update Deno lockfile
11 months ago
buttercat1791
e42c9c84f0
Merge remote-tracking branch 'onedev/master' into build-cleanup
11 months ago
silberengel
434fa12c65
Merges pull request #44
...
Feature/text entry
11 months ago
silberengel
0eb8509e2f
v0.0.2 packages
11 months ago
silberengel
591066aa9e
turned on local relays
11 months ago
silberengel
5822c087a6
blog updated
11 months ago
silberengel
c1d60069a8
commenting works
11 months ago
silberengel
fab4a00992
publishing from events works
11 months ago
silberengel
fd3b26741d
login working
11 months ago
silberengel
3f511dfcb1
fixed event search
11 months ago
silberengel
bd6d96ed62
Made ToC auto-expanding
11 months ago
silberengel
c7ce636210
ToC corrections
11 months ago
silberengel
97d54e64ac
highlight current section and pad header
11 months ago
silberengel
1a1612150e
added pastel placeholders
11 months ago
silberengel
ba1f0164ba
fixed feed display
11 months ago
vnugent
3036214ca7
chore(readme): correct the readme for container builds
...
- Removed the plain docker build since we didn't have a docker file, those instructions didnt work
- Corrected the deno container build instructions
11 months ago
vnugent
fd73b0afad
chore: removed old bun.lock file as we no longer use bun
11 months ago
vnugent
efcf3d7195
fix(compose): update the docker compose file to build correctly
...
- fixed the compose file so it builds the current deno application
- fixed the port numbers to match the deno server
11 months ago